Skip to content

Instantly share code, notes, and snippets.

@Mardaneus86
Last active April 18, 2018 13:39
Show Gist options
  • Save Mardaneus86/c89ab7c673ef00927e550d007fb1e7af to your computer and use it in GitHub Desktop.
Save Mardaneus86/c89ab7c673ef00927e550d007fb1e7af to your computer and use it in GitHub Desktop.
HBVL Registration wall
javascript:MEDIAHUIS.storage.storage.set("rwCounter", 0);
// ==UserScript==
// @name HBVL regwall reset
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match http://*.hbvl.be/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
MEDIAHUIS.storage.storage.set("rwCounter", 0);
// Your code here...
})();
@Mardaneus86
Copy link
Author

Simple workaround for the registration-wall of http://www.hbvl.be/, which asks to create an account if you have looked at a certain amount of articles. Add the "browser bookmark" code in a new bookmark in your browser and click it whenever you get the registration wall (refresh the page afterwards).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment