NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @namespace https://openuserjs.org/users/bingbing // @name kill ads // @match *://www.sohu.com/* // @description 屏蔽各类屏蔽广告 // @copyright 2023, bingbing (https://openuserjs.org/users/bingbing) // @license MIT // @version 0.0.1 // @grant none // ==/UserScript== // ==OpenUserJS== // @author bingbing // ==/OpenUserJS== $(function () { // for sohu.com news. alert(jQuery); var el = $('#article-container').find(".main>[data-spm=content]"); $(document.body).css({ "padding": "2em" }).html(el); });