imagefruit ad blocker

try to remove ads on imagefruit.com pages.

As of 2020-06-26. See the latest version.

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