Skip to content

Instantly share code, notes, and snippets.

@arantius
Created August 11, 2015 19: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 arantius/3f4688f99b4e266f2753 to your computer and use it in GitHub Desktop.
Save arantius/3f4688f99b4e266f2753 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Bug 1192821 test
// @namespace https://arantius.com/misc/greasemonkey
// @include https://bugzilla.mozilla.org/show_bug.cgi?id=1192821
// @version 1
// @grant GM_log
// ==/UserScript==
GM_log("Location hack test...");
location.assign(
"javascript:alert(BUGZILLA.string.component_required);void(0)"
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment