PatrickJS / remove-twitter-social-dilemma

A chrome extension to limit exposure to tailored trends on twitter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove Twitter Social Dilemma

Don't fall into the Social Dilemma. Remove explore/trends/suggested-follows/promoted on Twitter.
Also consider removing Ads on your google search results via AdblockerGoogleSearch.
Also consider removing recommended on Youtube via Remove YouTube Recommended Videos, Comments

Chrome Installation

  1. Clone this repository, so it exists locally: git clone https://github.com/PatrickJS/remove-twitter-social-dilemma.git
  2. In your browser, open the Extension Management page by navigating to chrome://extensions or by clicking on the Chrome menu, hovering over More Tools then selecting Extensions.
  3. Enable Developer Mode by clicking the toggle switch next to Developer mode.
  4. Click the LOAD UNPACKED button and select the extension directory (this repository, where it was cloned to).

Brave Installation

If you're using Brave Browser you do not need to install this but you do need to add a few css selectors.

Click on this link for instructions

Enter these selectors

div[aria-label="Timeline: Trending now"]
aside[aria-label="Who to follow"]
a[aria-label="Search and explore"]
nav[aria-label="Footer"]

Also set your blocker to aggressive

Screen Shot 2020-09-20 at 6 46 43 AM


https://www.thesocialdilemma.com/

About

A chrome extension to limit exposure to tailored trends on twitter.

License:MIT License


Languages

Language:JavaScript 66.2%Language:CSS 33.8%