Created
October 10, 2015 16:14
-
-
Save MaienM/5a919b5fe0ae7a5bea93 to your computer and use it in GitHub Desktop.
Make the new (and rubbish) Thuisbezorgd site behave a little bit more sensibly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Thuisbezorgd | |
// @version 0.1 | |
// @author MaienM | |
// @match http://www.thuisbezorgd.nl/* | |
// ==/UserScript== | |
// Prevent the site from automagically navigating to restaurants you click, so you can open stuff in a new tab. | |
$('.restaurant').attr('onclick', ''); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment