Not working anymore
|
|
Hey Thomas,
Previous version was working perfectly. Using latest version of GM and Firefox 3.0.8. Am I missing something? gr J |
|
|
Hi Jerone, sorry, I can't reproduce that. The current version has been tested in Firefox 3.0.8 XP/Vista/Lin and Opera 9.6/10a Win/Lin, and it works perfectly fine here. Maybe an interaction with some other GM script or Firefox extension? Does the demo page work for you with Greasemonkey disabled? Greetings, (PS: GreaseMandrill does not work with Firefox2) |
|
|
# (CSS) Hover over an image url to show a thumbnail and size informationMan, what I wouldn't give to have this in Notepad++ or PSPad. I love that it works in Opera. Any reason for the lack of FF2 compatibility? |
|
|
Any reason for the lack of FF2 compatibility? The new engine in GreaseMandrill 6+ uses regular expressions with sticky flags, which make things much easier and faster. Luckily, Opera (>=9.6) supports them too. Firefox 2 doesn't. Since FF2 has dropped way below 5% market share, I won't establish compatibility. |
|
|
The latest version seems to have fixed my issue. |
|
|
Glad to hear that. :) |
|
|
I too am having trouble getting it working. I'm running FF 3.0.10. The problem seems to be in how it detects if a page should highlighted (I make a call to GM_registerMenuCommand adding a menu option to force it to parse when shouldHighlighting* return false), it also seems to be not detecting GM (RUNNINGINGM seems to be false?) I'm currently having fun debugging the problem. It would be nice not to have to use keyboard shortcuts to toggle line wrapping and highlighting, you could put them as checkboxes in the menutab. |
|
|
I should say, this is the first time using your script and I'm not getting any errors. |