Skip to content

Instantly share code, notes, and snippets.

@mgoellnitz
Last active July 12, 2017 15:32
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 mgoellnitz/d1efdae383dfb4112f322daa0e4b7272 to your computer and use it in GitHub Desktop.
Save mgoellnitz/d1efdae383dfb4112f322daa0e4b7272 to your computer and use it in GitHub Desktop.
Commerzbanking Homescreen Space Retriever
// ==UserScript==
// @name Commerzbank Banking Add Blocker
// @namespace http://quiet.commerzbank.de
// @description Remove annoying add from banking home screen to retrieve space for other widgets
// @include htt*://kunden.commerzbank.de*
// @version 1.0
// @copyright m.goellnitz@provocon.de
// ==/UserScript==
function deobfuscate() {
var oc = document.getElementById('wi1');
var w = oc.parentNode;
oc.innerHTML='';
}
setTimeout(deobfuscate, 3000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment