This file contains 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 _Replace evil Javascript | |
// @include http://jsbin.com/ogudon* | |
// @run-at document-start | |
// ==/UserScript== | |
/****** New "init" function that we will use | |
instead of the old, bad "init" function. | |
*/ | |
function init () { |