This file contains hidden or 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
REAL URL Shortener services | |
-------------- | |
RULES OF ORDER | |
-------------- | |
[] character-count is 8 or less, including dots! | |
--- llllllllllllllllllllllllllllllllllllllllllllllllllllllls.info IS NOT A URL SHORTENER! | |
[] To-Do: cleanup list, confirm valid AND live services. remove dead ones -- use https://wiki.archiveteam.org/index.php?title=URLTeam#Dead_or_Broken |
This file contains hidden or 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
# EXACT WORD MATCHING - https://github.com/iorate/ublacklist/issues/441 | |
# ALLOW-LIST | |
@*://greasyfork.org/* | |
@*://github.com/* | |
@*://news.ycombinator.com/* | |
@*://superuser.com/* | |
@*://www.youtube.com/* | |
# MONITOR THESE ... if they work, move to blocking |
This file contains hidden or 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 hidden or 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/] | |
[Reputation Statistics: gTLDs associated with bad domains - https://www.spamhaus.org/reputation-statistics/gtlds/domains/] | |
[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] |