Following pages can be used to research all such domains/websites
- https://matt.sh/the-most-talented-person
- https://housefresh.com/david-vs-digital-goliaths/
- https://detailed.com/google-control/
Find dotdash sites to block using a queries like
Following pages can be used to research all such domains/websites
Find dotdash sites to block using a queries like
| /* | |
| This may get your account banned. It runs in your regular browser with your regular login without needing the API. | |
| The script does the same things that you would do yourself: | |
| Click the three dots, select delete Tweet, confirm, scroll to next Tweet, repeat. | |
| ========================== | |
| Usage | |
| 1. Open your Twitter profile in a browser | |
| 2. Open the console in the developer tools (F12) | |
| 3. Paste the script and press enter | |
| 4. ??? |
| ! Title: Search engine domains | |
| ! Description: Remove certain domains from Google/DuckDuckGo | |
| ! See also: https://github.com/darekkay/config-files/blob/master/adblocker/search-engines.txt | |
| ! See also: https://gist.github.com/quenhus/6bd2c47e5780f726f0c96c0a2ee762a4 | |
| ! Low quality | |
| google.*##.g:has(a[href*="geeksforgeeks.org"]) | |
| google.*##.g:has(a[href*="gutefrage.net"]) |
| [Personal "Google Hit Hider by Domain" list] | |
| ['Bad' TLDs] | |
| [https://greasyfork.org/en/forum/discussion/comment/55821/#Comment_55821] | |
| [Reputation Statistics: gTLDs associated with bad domains ~ https://www.spamhaus.org/reputation-statistics/gtlds/domains/] | |
| [Reputation Statistics: (ccTLDs) ~ https://www.spamhaus.org/reputation-statistics/cctlds/domains/ <formerly 'The Top 10 Worst TLDs ~ https://www.spamhaus.org/statistics/tlds/>] | |
| [2021: https://unit42.paloaltonetworks.com/top-level-domains-cybercrime/] | |
| [https://community.cisco.com/t5/firepower/blocking-spamhaus-top-10-most-abused-top-level-domains/td-p/3096704] |
| /** THE SCRIPT HAS BEEN MIGRATED TO A PROPER REPOSITORY **/ | |
| /** https://github.com/KohGeek/SortYoutubePlaylistByDuration/ **/ | |
| /** The script is left here just for legacy purpose, please direct all downloads and questions to the new repository **/ | |
| /** Changelog 24/12/2023 |
| @^[^/]+//(?!mail|login|guce\.)(?:[^/]+\.)?yahoo\.ac/ , Yahoo | |
| @^[^/]+//(?!mail|login|guce\.)(?:[^/]+\.)?yahoo\.ae/ , Yahoo | |
| @^[^/]+//(?!mail|login|guce\.)(?:[^/]+\.)?yahoo\.at/ , Yahoo | |
| @^[^/]+//(?!mail|login|guce\.)(?:[^/]+\.)?yahoo\.be/ , Yahoo | |
| @^[^/]+//(?!mail|login|guce\.)(?:[^/]+\.)?yahoo\.bg/ , Yahoo | |
| @^[^/]+//(?!mail|login|guce\.)(?:[^/]+\.)?yahoo\.bh/ , Yahoo | |
| @^[^/]+//(?!mail|login|guce\.)(?:[^/]+\.)?yahoo\.ca/ , Yahoo | |
| @^[^/]+//(?!mail|login|guce\.)(?:[^/]+\.)?yahoo\.cm/ , Yahoo | |
| @^[^/]+//(?!mail|login|guce\.)(?:[^/]+\.)?yahoo\.cn/ , Yahoo | |
| @^[^/]+//(?!mail|login|guce\.)(?:[^/]+\.)?yahoo\.co/ , Yahoo |
| @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
| @namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
| @namespace html url("http://www.w3.org/1999/xhtml"); | |
| @namespace svg url("http://www.w3.org/2000/svg"); | |
| /* ;-,-, | |
| userChrome.css | |
| Version 1.0.0-2024-12-20 | |
| */ | |
| /* * / |
| site_name | url | bias_rating | factual_reporting_rating | |
|---|---|---|---|---|
| (The) Interpreter Magazine | http://www.interpretermag.com/ | -8 | HIGH | |
| 1600 Daily | https://www.whitehouse.gov/1600daily | 26 | MIXED | |
| 2ndVote | https://2ndvote.com/ | 29 | MIXED | |
| 680 News | http://www.680news.com/ | -3 | HIGH | |
| 71 Republic | https://71republic.com/ | 15 | HIGH | |
| 9 News (Australia) | http://www.9news.com.au/ | 6 | HIGH | |
| ABC News Australia | http://www.abc.net.au/news/ | -4 | HIGH | |
| ABC News | http://abcnews.go.com/ | -13 | HIGH | |
| ABC11 Eyewitness News | http://abc11.com/ | -11 | HIGH |
| # Block things on LinkedIn with uBlock Origin that LinkedIn won't let you block | |
| # Choose "Options" in uBlock Origin with a right-click, and add these to | |
| # "My filters" | |
| # ADDING YOUR OWN FILTERS | |
| # | |
| # Using Linkedin.com as an example | |
| # | |
| # 1. Open up the webpage | |
| # 2. Find some text you want to block |
| // ==UserScript== | |
| // @name View Image | |
| // @namespace https://github.com/bijij/ViewImage | |
| // @version 4.1.1 | |
| // @description This userscript re-implements the "View Image" and "Search by image" buttons into google images. | |
| // @author Joshua B | |
| // @run-at document-end | |
| // @include http*://*.google.tld/search*tbm=isch* | |
| // @include http*://*.google.tld/imgres* | |
| // @updateURL https://gist.githubusercontent.com/bijij/58cc8cfc859331e4cf80210528a7b255/raw/viewimage.user.js |