This file contains hidden or 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 Bilibili VIP | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description 不给叔叔送钱 | |
// @author You | |
// @match *://www.bilibili.com/bangumi/play/* | |
// @match *://www.bilibili.com/video/* | |
// @connect api.bilibili.com | |
// @icon https://www.bilibili.com/favicon.ico |
This file contains hidden or 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
:: | |
:: Reclaims Windows disk space in a "destructive" manner (can't uninstall service packs and updates afterwards, etc.). | |
:: Use at your own risk. Useful for Windows installations in space-constrained environments, such as a small Boot Camp | |
:: partition on a Mac. | |
:: | |
:: [IMPORTANT] It is strongly suggested to make a full-disk backup of your Windows partition before running this script, | |
:: as you can't roll back service packs and updates afterwards. | |
:: | |
:: [IMPORTANT] Run this script as admin (required to run `Dism.exe` among other things). | |
:: |