Tampermonkey / tampermonkey

Tampermonkey is the most popular userscript manager, with over 10 million users. It's available for Chrome, Microsoft Edge, Safari, Opera Next, and Firefox.
GNU General Public License v3.0
4.3k stars 424 forks source link

script not available after installation #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install the script with tampermonkey
2. go on the page where the script is supposed to work (@include) 
3.

What is the expected output? 
the script should appear in the list when you click on the icon of tampermonkey 
(and a small image is supposed to appear at the bottom of the page) 

What do you see instead?
Nothing :-(

What version of the product are you using? On what operating system?
TamperMonkey 1.0.0.6 
Chrome 8.0.552.237
Linux Debian Testing

Please provide any additional information below.
I tried to install the script with .user.js and .tamper.js without success !
I saw an option "Debug script" : What is the purpose of this option ? Where the 
messages are sent ? (I don't see anything in the Javascript console)

The script itself is visible in the options page of TamperMonkey.
I tried also to change the include to something generic like http://*/* with no 
luck 

To be noted : With the extension "Blank Canvas Script Handler" the script work 
perfectly !! 

ericc

Original issue reported on code.google.com by eric.cra...@gmail.com on 28 Jan 2011 at 1:52

GoogleCodeExporter commented 9 years ago
Can you tell me what is "the script" or just send me the source? Maybe it is 
working in Tampermonkey 1.0.0.8 cause I fixed a issue that may have prevented 
some scripts from runnning. For more debugging you can open Chrome extensions 
page and click at the link background.html in the Tampermonkey section. There 
you can find Tampermonkey related debug. The javascript console shows just 
debug output of running scripts.

Original comment by derj...@googlemail.com on 24 Feb 2011 at 12:20

GoogleCodeExporter commented 9 years ago
Hello

Thanks for your answer!
I upgraded Tampermonkey to the version 1.0.0.8 without success ...

I attach my script to this message.
It's supposed to work on the site http://gaia.fallengalaxy.eu/ which is a
french online game, all dynamic without plugin (no flash)

You don't need to create an account. If the script works, on the login page
in the bottom right angle, you should see a small icon (grey) .
When you click on it, a window open to allow the user to enter his
informations.

Actually when the script is installed, when I go to the page of Fallen
Galaxy and I click on the TamperMonkey icon in the toolbar, it show me only
the Tamperscript !
it's look like TM don't see that the web page is fallengalaxy ...

ericc

Original comment by eric.cra...@gmail.com on 25 Feb 2011 at 12:47

GoogleCodeExporter commented 9 years ago
Looks like the attachment didn't follow my email ... :/
I try to reattach here directly

Original comment by eric.cra...@gmail.com on 25 Feb 2011 at 1:01

Attachments:

GoogleCodeExporter commented 9 years ago
I found the problem, the empty @exclude line was interpreted like an exclude 
all statement.

Thanks for your help

Original comment by derj...@googlemail.com on 11 Mar 2011 at 1:27