Skip to content

Instantly share code, notes, and snippets.

@flyyuan
Created August 4, 2019 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flyyuan/0361381318cac1b0aa4fc2acaddee77c to your computer and use it in GitHub Desktop.
Save flyyuan/0361381318cac1b0aa4fc2acaddee77c to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name No Bilibili And Youtube
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author BennyShi
// @match https://www.bilibili.com/*
// @match https://www.youtube.com/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
window.location.href= 'https://yz.chsi.com.cn/';
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment