Created
September 19, 2010 06:53
-
-
Save Ventero/586499 to your computer and use it in GitHub Desktop.
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 FF4 window test | |
// @namespace ventero.de | |
// @include http://ventero.de/temp/test_gm_ff4.html | |
// ==/UserScript== | |
if(typeof window.functionInPageScope !== "undefined") | |
window.functionInPageScope(); | |
/* | |
function functionInPageScope(){ | |
alert("Caller:\n" + functionInPageScope.caller.toString()); | |
} | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment