Greasy Fork is available in English.

15min with no ads

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;
})();