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
| ! Title: 2024 Custom Filters | |
| ! Description: Custom filters for 2024. | |
| ! Version: 1.0.0 | |
| ! Last modified: 2024-01-11 13:00 | |
| ! Expires: 1 week (update frequency) | |
| ! Homepage: none | |
| ! License: MIT | |
| inoreader.com###aswift_0 | |
| inoreader.com###leaderboard_ad-63dafb2abf7fb |
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
| ! majorgeeks.com fix (long load) | |
| connect.facebook.net | |
| cdn-images.mailchimp.com | |
| cdnjs.buymeacoffee.com |
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
| ! inoreader fix (long load) | |
| js.braintreegateway.com |
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
| ! NexusMods | |
| googletagmanager.com | |
| secure.quantserve.com | |
| static.hotjar.com | |
| code.highcharts.com | |
| unpkg.com |
This file has been truncated, but you can view the full file.
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
| {"action_map":{"00px.net":{"userAction":"","dnt":true,"heuristicAction":"block","nextUpdateTime":1686989093360},"04xmhp.ru":{"userAction":"","dnt":false,"heuristicAction":"allow","nextUpdateTime":0},"0cf.io":{"userAction":"","dnt":false,"heuristicAction":"allow","nextUpdateTime":0},"100vod-adaptive.akamaized.net":{"userAction":"","dnt":false,"heuristicAction":"allow","nextUpdateTime":0},"101vod-adaptive.akamaized.net":{"userAction":"","dnt":false,"heuristicAction":"cookieblock","nextUpdateTime":0},"105vod-adaptive.akamaized.net":{"userAction":"","dnt":false,"heuristicAction":"allow","nextUpdateTime":0},"106vod-adaptive.akamaized.net":{"userAction":"","dnt":false,"heuristicAction":"allow","nextUpdateTime":0},"10jqka.com.cn":{"userAction":"","dnt":false,"heuristicAction":"allow","nextUpdateTime":0},"111vod-adaptive.akamaized.net":{"userAction":"","dnt":false,"heuristicAction":"allow","nextUpdateTime":0},"112vod-adaptive.akamaized.net":{"userAction":"","dnt":false,"heuristicAction":"allow","nextUpdateTime":0},"1 |
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
| # Improves Windows 11/10 after a fresh install - Run as Admin | |
| $boolSetDarkModeForApps = $true | |
| $boolSetDarkModeForSystem = $true | |
| # Sets dark or light mode | |
| if($boolSetDarkModeForApps -eq $true) | |
| { | |
| # Sets dark mode for apps | |
| Set-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize ` |
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
| {"protocol-version":"1.0","general-settings":{"app-language":"en-US","allow-acceptable-ads":false,"show-blocked-ads-count":true,"autodetect-filters":true,"safebrowsing-enabled":true,"filters-update-period":21600000,"appearance-theme":"system"},"extension-specific-settings":{"use-optimized-filters":false,"collect-hits-count":false,"show-context-menu":true,"show-info-about-adguard":false,"show-app-updated-info":false,"hide-rate-adguard":true,"user-rules-editor-wrap":false},"filters":{"enabled-groups":[1,2,3,4,5],"enabled-filters":[208,17,1,2,3,4,6,7,8,9,216,227,238,253,18,19,20,21,22,242],"custom-filters":[],"user-filter":{"rules":"! Disqus.com - Clean up\ndisqus.com###container-main > div > div.section-contained:last-child > div.layout.-top-narrow > div.layout__main > div.layout__nav:first-child > div.hidden-md:last-child\n\n! Evernote.com\nevernote.com###qa-SIDEBAR_UPGRADE_BUTTON\nevernote.com##body > div.modal-mask\nevernote.com##body > div.modal-banner.image-on-left.is-illustration\n\n! Majorgeeks\nmajorgee |
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
| # Source: https://github.com/pbatard/Fido | |
| .\Fido.ps1 -Win 11 -Rel Latest -Ed Pro -Lang Int -Arch x64 |
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
| http://1337.abcvg.info:80/announce | |
| http://bt.endpot.com:80/announce | |
| http://bt.okmp3.ru:2710/announce | |
| http://dht.dhtclub.com:666/announce | |
| http://i-p-v-6.tk:6969/announce |
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
| # Connects to an aria2c RPC instance and adds a download | |
| # Ref: | |
| # Curl: curl.exe http://localhost:6800/jsonrpc -H "Content-Type: application/json" -H "Accept:application/json" -d "{\"jsonrpc\":\"2.0\",\"method\":\"aria2.tellActive\",\"params\":[\"token:TOKEN\"],\"id\":1}" | |
| # Lint JSON: https://jsonlint.com/ | |
| # Last Edited: 2023-01-25 15:30:00PM | |
| $aria2cRPCURI = "http://localhost:6800/jsonrpc" | |
| # Set to your token |