Skip to content

Instantly share code, notes, and snippets.

View Osahashi's full-sized avatar

Osa Osahashi

View GitHub Profile
@Espionage724
Espionage724 / remove.cmd
Last active February 18, 2025 11:03
install_wim_tweak Remove
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
@adisib
adisib / youtube_hd.user.js
Last active April 19, 2025 05:01
Make youtube videos in HD and automatically resize
// ==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
// ==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