Greasy Fork is available in English.
低端影视去除所有广告
// ==UserScript==
// @name 低端影视去广告
// @namespace http://tampermonkey.net/
// @version 1.3
// @description 低端影视去除所有广告
// @author ziuch
// @match https://ddys.tv/*
// @match https://ddys2.me/*
// @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
// ==/UserScript==
(function() {
'use strict';
// Your code here...
$('#iaujwnefhw').remove();
$('#afc_sidebar_2842').remove();
$('#sajdhfbjwhe').remove();
})();