// ==UserScript== // @name 低端影视去广告 // @namespace http://tampermonkey.net/ // @version 1.1 // @description 低端影视去除所有广告 // @author ziuch // @match https://ddrk.me/*,https://ddys.tv/* // @icon https://www.google.com/s2/favicons?sz=64&domain=ddrk.me // @require http://cdn.bootcss.com/jquery/1.8.3/jquery.min.js // @grant none // @license MIT // @downloadURL none // ==/UserScript== (function() { 'use strict'; // Your code here... $('#iaujwnefhw').remove(); $('#afc_sidebar_2842').remove(); $('#sajdhfbjwhe').remove(); })();