廖雪峰去广告
// ==UserScript==
// @name 廖雪峰去广告
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://www.liaoxuefeng.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=liaoxuefeng.com
// @grant GM_addStyle
// @grant unsafeWindow
// ==/UserScript==
GM_addStyle(`
#x-content-bottom,.adsbygoogle{display:none !important}
`)