try to take over the world!
// ==UserScript==
// @name javbus去广告
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @include https://www.javbus.com/*
// @include https://www.javbus8.pw/*
// @include /^https://www.javbus.*/
// @grant none
// ==/UserScript==
(function() {
'use strict';
$('.ad-list,.ad-table').remove();
})();