NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Ubi30: Hide Overlays // @namespace http://tampermonkey.net/ // @version 1.0 // @description Hides annoying overlay on Ubi30 Promo page! // @author ANT0x1 // @match https://30days.ubi.com/Promotion/Calendar // @updateURL https://openuserjs.org/meta/ANT0x1/Ubi30_Hide_Overlays.meta.js // @icon https://ubistatic9-a.akamaihd.net/ubicomstatic/en-GB/global/favicon/favicon.png // @homepage https://openuserjs.org/scripts/ANT0x1 //@copyright 2016, ANT0x1 (https://openuserjs.org/scripts/ANT0x1) // @grant none // ==/UserScript== (function() { 'use strict'; $(overlays).hide(); })();