Prevent the site from showing on a specific date

The website www.refdag.nl shows its contents depending on the day: on Sunday they do not want their readers to read articles for religious reasons. The javascript that they use to accomplish this is as follows:

http://www.refdag.nl/js/common/sunday_block.js

Thus, changing the customer date is already a solution to solve this problem. Turning off all Javascript is also possible. But it would be better if I just left only part of the above script on the client.

What is a good solution for this? Blocking the above file does not work, because the site uses one giant javascript file, where files like these are added to each other (http://www.refdag.nl/js/www.refdag.nl-bundle.js? Ed = 3994). Are there any plugins for Chrome in which you can rewrite javascript before it loads or something else?

+3
source share
2 answers

This is not what AdBlock was created for, but I believe that you should tell it to block the script.

+1
source

, script HTA . script , script, script,

javascript:void(Date=function() { return null })

: HTTP://www.refdag.nl/ IDE <base ref="http://www.refdag.nl/" /> , , script script

0

All Articles