ThisAV去弹出广告

去除ThisAV页面中的弹出广告

2016-12-01 일자. 최신 버전을 확인하세요.

질문, 리뷰하거나, 이 스크립트를 신고하세요.
// ==UserScript==
// @name         ThisAV去弹出广告
// @namespace    hoothin
// @version      0.1
// @description  去除ThisAV页面中的弹出广告
// @author       hoothin
// @include      http*://thisav.com/*
// @include      http*://www.thisav.com/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    document.onclick=null;
})();