Hide Ads overlay for 15min.lt when Adblocker is being used.
目前為
// ==UserScript==
// @name 15min with no ads
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Hide Ads overlay for 15min.lt when Adblocker is being used.
// @author 15max
// @match http://www.15min.lt/*
// @grant none
// @run-at document-start
// ==/UserScript==
(function() {
'use strict';
Object.defineProperty = undefined;
})();