This content has moved.
Please go to bagder/TRRprefs for the current incarnation of the docs, and please help us out polish and maintain this documentation!
// ==UserScript== | |
// @version 1.4.1 | |
// @name Hide watched videos on YouTube | |
// @icon https://www.youtube.com/favicon.ico | |
// @match https://www.youtube.com/* | |
// @exclude https://www.youtube.com/embed/* | |
// @exclude https://www.youtube.com/api/* | |
// @namespace https://gist.github.com/xPaw/6324624 | |
// @updateURL https://gist.github.com/xPaw/6324624/raw/YoutubeHideWatched.user.js | |
// @downloadURL https://gist.github.com/xPaw/6324624/raw/YoutubeHideWatched.user.js |
// ==UserScript== | |
// @name Youtube HD | |
// @author adisib | |
// @namespace namespace_adisib | |
// @description Select a youtube resolution and resize the player. | |
// @version 2025.04.13 | |
// @match https://*.youtube.com/* | |
// @noframes | |
// @grant GM.getValue | |
// @grant GM.setValue |
install_wim_tweak.exe /o /c "Microsoft-Windows-Internet" /r | |
install_wim_tweak.exe /o /c "Adobe-Flash" /r | |
install_wim_tweak.exe /o /c "Microsoft-Windows-Cortana" /r | |
install_wim_tweak.exe /o /c "Microsoft-Windows-Search2" /r | |
install_wim_tweak.exe /o /c "Microsoft-Windows-SearchEngine" /r | |
install_wim_tweak.exe /o /c "Microsoft-Windows-RetailDemo" /r | |
install_wim_tweak.exe /o /c "Microsoft-Windows-ContactSupport" /r | |
install_wim_tweak.exe /o /c "Microsoft-PPIProjection" /r | |
install_wim_tweak.exe /o /c "Microsoft-Windows-Backup" /r | |
install_wim_tweak.exe /o /c "Windows-Defender" /r |
Hi All! | |
I've recently launched a tool that wraps many of the commands here with a user interface. This desktop application is currently available for macOS. There's a roadmap outlining planned features for the near future. | |
Feel free to request any features you'd like to see, and I'll prioritize them accordingly. | |
One of the most important aspects of this application is that every command executed behind the scenes is displayed in a special log section. This allows you to see exactly what’s happening and learn from it. | |
Here's the link to the repository: https://github.com/Pulimet/ADBugger | |
App Description: | |
ADBugger is a desktop tool designed for debugging and QA of Android devices and emulators. It simplifies testing, debugging, and performance analysis by offering device management, automated testing, log analysis, and remote control capabilities. This ensures smooth app performance across various setups. |
This content has moved.
Please go to bagder/TRRprefs for the current incarnation of the docs, and please help us out polish and maintain this documentation!
// ==UserScript== | |
// @name Vevioz Youtube Downloader | |
// @description This extension add a download tab button on any Youtube page and allows you to download MP3 & Video with just one click (1080,2K,4K,8K Ultra High Definition Supported). | |
// @icon https://assets.vevioz.com/addons/images/favicon.ico | |
// | |
// @author Vevioz Enterprise | |
// @namespace https://developers.vevioz.com | |
// | |
// @license GPLv3 - https://www.gnu.org/licenses/gpl-3.0.txt | |
// @copyright Copyright (C) 2022, by Developer.vevioz.com |
about:config
in the URL bartoolkit.legacyUserProfileCustomizations.stylesheets
and double-click the field to set it to true
about:support
in the URL barProfile folder
field and click on the open button next to it.A curated list of arrrrrrrrr!
// ==UserScript== | |
// @name Snow | |
// @version 1.0 | |
// @description Make it snow | |
// @match *://*/* | |
// @grant none | |
// ==/UserScript== | |
(() => { | |
'use strict'; |
// ==UserScript== | |
// @name wikipedia donation blocker | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description We ask you, humbly: dont remind me again. | |
// @author github.com/GrzegorzManiak | |
// @match https://*.wikipedia.org/* | |
// @icon https://www.google.com/s2/favicons?domain=wikipedia.org | |
// @grant none | |
// ==/UserScript== |