explaingit

zorbiks/delinked

Analysis updated 2026-05-18

0JavaScriptAudience · generalComplexity · 2/5Setup · moderate

TLDR

A browser extension that blocks the LinkedIn feed and uses AI to rewrite corporate sounding posts into plain, honest language.

Mindmap

mindmap
  root((DeLinked))
    What it does
      Blocks LinkedIn feed
      Rewrites corporate posts
      Browser extension
    Tech stack
      JavaScript
      Chrome and Firefox
      Gemini API
    Use cases
      Hide the feed
      Debullshitify posts
      Personal browsing tool
    Audience
      LinkedIn users
      Casual developers
      Extension tinkerers
    Setup
      Node build script
      Load unpacked extension
      Add Gemini API key

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Hide the LinkedIn feed entirely to avoid scrolling through posts.

USE CASE 2

Translate overly dramatic or corporate sounding LinkedIn posts into plain language with one click.

USE CASE 3

Build and load a cross browser extension from a single codebase for personal use.

What is it built with?

JavaScriptChrome ExtensionFirefoxGemini API

How does it compare?

zorbiks/delinked00kaku/gallery-slider-block3rd-eden/ircb.io
Stars0
LanguageJavaScriptJavaScriptJavaScript
Last pushed2021-05-192016-11-16
MaintenanceDormantDormant
Setup difficultymoderateeasyeasy
Complexity2/52/52/5
Audiencegeneralgeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires building the extension with Node.js and a personal Gemini API key to enable AI translations.

In plain English

DeLinked is a browser extension that changes how LinkedIn looks and reads for you. It hides the main news feed entirely, cutting out the stream of posts, and adds a button that uses AI to rewrite overly dramatic or corporate sounding posts into plain, honest language. The project is built around a specific opinion the author states directly: that a lot of LinkedIn content is exaggerated, AI written filler designed to make the poster look impressive. The extension's main feature, described as a debullshitify button, takes that kind of writing and strips it down to what it actually means. It works in both Chrome and Firefox, built from a single codebase using a build script that outputs separate folders for each browser. Setup involves cloning the code, running the build script with Node.js, and then loading the resulting folder into the browser as an unpacked or temporary extension, a manual process typical of testing a browser extension before it is published in an official store. To power the AI text rewriting feature, users need their own Gemini API key from Google, which gets pasted into the extension's popup after installation. This is a small personal project aimed at LinkedIn users who want a way to skip the feed and see corporate writing translated into more straightforward language, and it requires some comfort with command line tools and browser developer settings to install.

Copy-paste prompts

Prompt 1
Walk me through cloning DeLinked and running its build script to get a Chrome and Firefox version.
Prompt 2
Help me load the build/chrome folder as an unpacked extension in Chrome developer mode.
Prompt 3
Show me how to get a Gemini API key and connect it to DeLinked's popup so the debullshitify button works.
Prompt 4
Explain what DeLinked's feed blocker actually removes from the LinkedIn page.

Frequently asked questions

What is delinked?

A browser extension that blocks the LinkedIn feed and uses AI to rewrite corporate sounding posts into plain, honest language.

What language is delinked written in?

Mainly JavaScript. The stack also includes JavaScript, Chrome Extension, Firefox.

How hard is delinked to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is delinked for?

Mainly general.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.