You may want to use AdGuard's DNS over HTTPS[^2] service if you
- Want to make it harder for your ISP to know what websites you are requesting
- Want to block most traditional ads from your web browsing experience across your entire PC
- Open PowerShell
| #!/bin/bash | |
| GITHUB_USERNAME= | |
| GITHUB_TOKEN= | |
| GITHUB_ORGANISATION= | |
| GITHUB_API_CALL= | |
| GITHUB_MAX_PER_PAGE=100 | |
| GITHUB_CURRENT_PAGE=1 | |
| GITEA_TOKEN= |
| /*-----QWidget-----*/ | |
| QWidget | |
| { | |
| background-color: #121212; | |
| color: #ffffff; | |
| border-color: #051a39; | |
| } | |
| winget uninstall "windows web experience pack" | |
| Get-AppxPackage * | Remove-AppxPackage |
| # Example docker-compose.yml for plex. | |
| version: "2" | |
| services: | |
| plex: | |
| image: plexinc/pms-docker:plexpass | |
| runtime: nvidia | |
| container_name: "plex" | |
| restart: always | |
| hostname: "MY-PLEX" | |
| volumes: |
| /** | |
| * @name Adblock for Discord | |
| * @author TheSunCat and contributors | |
| * @version 1.0.0 | |
| * @description We have moved to Codeberg! Follow the link below: | |
| * @source https://codeberg.org/AllPurposeMat/Disblock-Origin | |
| */ | |
| #app-mount::before { | |
| content: "The Disblock Origin theme has moved to Codeberg! Please check https://codeberg.org/AllPurposeMat/Disblock-Origin"; |
Ever wanted to delete all your likes/favorites from Twitter but only found broken/expensive tools? You are in the right place.
setInterval(() => {
for (const d of document.querySelectorAll('div[data-testid="unlike"]')) {
d.click()
}| // from "https://superuser.com/a/62646" | |
| // Save this one line of text as file invisible.vbs: | |
| CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False | |
| // To run any program or batch file invisibly, use it like this: | |
| wscript.exe "C:\Wherever\invisible.vbs" "C:\Some Other Place\MyBatchFile.bat" | |
| // To also be able to pass-on/relay a list of arguments use only two double quotes | |
| CreateObject("Wscript.Shell").Run "" & WScript.Arguments(0) & "", 0, False |
| /* NOTICE: THIS WAS MADE BACK IN 2017, OF COURSE IT'S NOT GOING TO WORK WELL NOW THAT TWITTER'S FUCKED THINGS UP */ | |
| @namespace url(http://www.w3.org/1999/xhtml); | |
| @-moz-document domain("twitter.com") { | |
| [data-component-context="suggest_recap"], | |
| [data-component-context="suggest_who_to_follow"], | |
| [data-component-context="suggest_activity"], | |
| [data-component-context="suggest_activity_tweet"], | |
| [data-component-context="suggest_recycled_tweet_inline"], | |
| [data-component-context="suggest_recycled_tweet"]{ |