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 Twitch Automation | |
| // @namespace https://greasyfork.org/scripts?set=439787 | |
| // @homepage https://greasyfork.org/scripts/419581-twitch-automation | |
| // @updateURL https://greasyfork.org/scripts/419581-twitch-automation/code/Twitch%20Automation.user.js | |
| // @installURL https://greasyfork.org/scripts/419581-twitch-automation/code/Twitch%20Automation.user.js | |
| // @downloadURL https://greasyfork.org/scripts/419581-twitch-automation/code/Twitch%20Automation.user.js | |
| // @version 0.9.0 | |
| // @description Removes annoyances and automates tasks. | |
| // @author V. H. |
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 Youtube Automation | |
| // @namespace https://greasyfork.org/scripts?set=439787 | |
| // @homepage https://greasyfork.org/scripts/419583-youtube-automation | |
| // @updateURL https://greasyfork.org/scripts/419583-youtube-automation/code/Youtube%20Automation.user.js | |
| // @installURL https://greasyfork.org/scripts/419583-youtube-automation/code/Youtube%20Automation.user.js | |
| // @downloadURL https://greasyfork.org/scripts/419583-youtube-automation/code/Youtube%20Automation.user.js | |
| // @version 2.2.4 | |
| // @description Automatically cancels dialogs and removes Ads, making YouTube friendlier and lightweight. | |
| // @author V. H. |
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
| # Copyright (c) 1993-2009 Microsoft Corp. | |
| # | |
| # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. | |
| # | |
| # This file contains the mappings of IP addresses to host names. Each | |
| # entry should be kept on an individual line. The IP address should | |
| # be placed in the first column followed by the corresponding host name. | |
| # The IP address and the host name should be separated by at least one | |
| # space. | |
| # |
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
| [Adblock Plus 3.0] | |
| ! Version: 1.2 | |
| ! Title: CustomAdBlockList | |
| ! Last modified: 21/4/2021 - 23:42:01 PM | |
| ! Expires: 1 days (update frequency) | |
| ! Homepage: https://gist.github.com/Valen-H/fef2cf23908814432d7daaa1f534389b | |
| ! Licence: AFL-3.0 | |
| ! | |
| ! Please report any unblocked adverts or problems. | |
| ! |
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 UniQ | |
| // @namespace https://greasyfork.org/users/723559-valen-h | |
| // @homepage https://greasyfork.org/scripts/419588-uniq | |
| // @updateURL https://greasyfork.org/scripts/419588-uniq/code/UniQ.js | |
| // @installURL https://greasyfork.org/scripts/419588-uniq/code/UniQ.js | |
| // @downloadURL https://greasyfork.org/scripts/419588-uniq/code/UniQ.js | |
| // @version 1.1 | |
| // @description Utilities for faster development. | |
| // @author V. H. |
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 YTDC | |
| // @namespace https://greasyfork.org/users/723559-valen-h | |
| // @homepage https://greasyfork.org/scripts/423445-ytdc/ | |
| // @updateURL https://greasyfork.org/scripts/423445-ytdc/code/YTDC.js | |
| // @installURL https://greasyfork.org/scripts/423445-ytdc/code/YTDC.js | |
| // @downloadURL https://greasyfork.org/scripts/423445-ytdc/code/YTDC.js | |
| // @version 0.1 | |
| // @description This tool is able to decipher YouTube signatures. | |
| // @author V. H. |