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
| /** | |
| * @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"; |
| # 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: |
| winget uninstall "windows web experience pack" | |
| Get-AppxPackage * | Remove-AppxPackage |
| /*-----QWidget-----*/ | |
| QWidget | |
| { | |
| background-color: #121212; | |
| color: #ffffff; | |
| border-color: #051a39; | |
| } | |
| #!/bin/bash | |
| GITHUB_USERNAME= | |
| GITHUB_TOKEN= | |
| GITHUB_ORGANISATION= | |
| GITHUB_API_CALL= | |
| GITHUB_MAX_PER_PAGE=100 | |
| GITHUB_CURRENT_PAGE=1 | |
| GITEA_TOKEN= |