Skip to content

Instantly share code, notes, and snippets.

@Algorithmus
Created October 15, 2015 15:27
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 Algorithmus/b244805252b5bcc457c5 to your computer and use it in GitHub Desktop.
Save Algorithmus/b244805252b5bcc457c5 to your computer and use it in GitHub Desktop.
Greasemonkey script for bild.de
// ==UserScript==
// @name Override bild.de javascript checking
// @namespace de.bild
// @description render bild.de javascript core class checks useless so that bild.de displays content even with certain scripts disabled
// @include http://www.bild.de/*
// @include http://bild.de/*
// @include https://bild.de/*
// @include https://www.bild.de/*
// @version 1
// @grant none
// @run-at document-start
// ==/UserScript==
window.de = {bild: {user: {}, env: {}, events: {}}};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment