This is a very old version of Greasemonkey.

Dne čtvrtek 30. dubna 2015 15:10:40 UTC+2 Andreas Fröhlich napsal(a):
>
> Env: 
> Win7/64 
> FFox 36.1.0 ESR 
> GM 0.9.22 
>
> What I have done so far: 
>
>    - Used my FFox to install GreaseMonkey 
>    - restarted FFox 
>    - used the (active) GreaseMonkey icon, saw that the "Enabled" 
>    check-mark is set 
>    - used the GM icon to create a "New User Script...". 
>    (set the preferred editor along the way) 
>    - created a "HelloWorld" script to apply for ALL pages as follows: 
>    
> // ==UserScript==
> // @name        GM Hello World
> // @namespace   my.ns
> // @description Hello World
> // @include     *
> // @version     1
> // ==/UserScript==
> alert('Monkey sez... "Hello World!"');
>
>
>    - saved the script 
>    - opened a new tab and navigated to an arbitrary web page 
>    - did *NOT observe *a GM popup window! 
>    - checked the GM icon to see that my "GM Hello World" script is listed 
>    there, with an 'enabled' checkmark (see attached screen shot) 
>    - opened the development console of FFox (Ctrl-Shift-I) 
>    - re-loaded (F5) page, and observed several warnings for other .js 
>    script, but saw NO mention of my xxx.user.js script 
>    - copy&pasted the above into the development console and DID get the 
>    GM popup window 
>    
> ... just for the heck of it did I add these lines to my above script: 
> console.log('Console Mio');  
> document.body.style.background = "#ff0000";
>
> NO change in behavior when save/re-loading an arbitrary html page 
>
> These lines DID show the expected effect when pasting the entire script, 
> again, to the developer console. 
>
> ANY help is appreciated. 
>
> Gruss,
>
>      Andreas F.
>
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/greasemonkey-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to