This file contains 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
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 |
This file contains 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 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 |
This file contains 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== | |
// @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 |
NewerOlder