Sleazy Fork is available in English.

imagefruit ad blocker

try to remove ads on imagefruit.com pages.

2020-06-26 일자. 최신 버전을 확인하세요.

질문, 리뷰하거나, 이 스크립트를 신고하세요.
// ==UserScript==
// @name         imagefruit ad blocker
// @namespace    https://www.imagefruit.com/
// @version      0.3
// @description  try to remove ads on imagefruit.com pages.
// @author       sftec
// @match        https://www.imagefruit.com/*
// @match        https://www.imgshots.com/*
// @match        https://www.imgshots.com/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
     document.getElementById("layer").remove();
    document.getElementById("introOverlayBg").remove();
})();