Fuck April Fools


  • FoxDev

    // ==UserScript==
    // @name         FUCK APRIL FOOLS
    // @namespace    http://tampermonkey.net/
    // @version      0.1
    // @description  try to take over the world!
    // @author       You
    // @match        https://what.thedailywtf.com/*
    // @grant        none
    // ==/UserScript==
    
    (function() {
          setInterval(() => {
            $('.necro-post:visible').hide();
            $('html[data-current-month=4][data-current-day-of-month=1]').attr('data-current-day-of-month',2);
        }, 100);
    })();
    

Log in to reply