This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ALLOW-LIST | |
@*://github.com/* | |
@*://news.ycombinator.com/* | |
@*://superuser.com/* | |
@*://www.youtube.com/* | |
# MONITOR THESE ... if they work, move to blocking | |
# <nothing at the moment> | |
# MAIN OFFENDERS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Search YouTube and More From Within Google | |
// @namespace lednerg | |
// @author lednerg | |
// @license MIT | |
// @description Adds icons next to Google's search bar which let you search from other sites. | |
// @version 2024.10.09 | |
// @include /https?:\/\/(www\.)?google\.(com|(?:com?\.)?\w\w)\/.*/ | |
// @run-at document-end | |
// @supportURL https://pastebin.com/D1PnSq6M |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Personal "Google Hit Hider by Domain" list] | |
['Bad' TLDs] | |
[https://greasyfork.org/en/forum/discussion/comment/55821/#Comment_55821] | |
[The Top 10 Worst TLDs - https://www.spamhaus.org/statistics/tlds/] | |
[https://github.com/hagezi/dns-blocklists#tlds] | |
[https://github.com/yokoffing/filterlists/blob/main/enhanced_site_protection.txt] | |
[https://github.com/ShadowWhisperer/BlockLists/blob/master/Lists/Top_Level] | |
[https://hblock.molinero.dev/most_abused_tlds.txt] |