Skip to content

Instantly share code, notes, and snippets.

@MaienM
Created October 10, 2015 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MaienM/5a919b5fe0ae7a5bea93 to your computer and use it in GitHub Desktop.
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.
// ==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