You need to be logged in to post in the forums. If you do not have an account, please sign up first.
Request: Chrome/Firefox Flags
I am not sure if its even possible to do in operabut anyone is up for the challenge to make something like that for opera?
https://chrome.google.com/extensions/detail/jhejngphiacapbgllhagbpdkkdieeaej
https://addons.mozilla.org/en-US/firefox/addon/5791
5. May 2010, 23:23:56 (edited)
Originally posted by PH`:
There's no need to explain yourself, I'm the one who wrote this script...
Fix the bug please

And please renew the Georgia flag it is outdated
About the flag, I cannot modify it. It's from an external website. You can tell them about this in the forum.
Originally posted by PH`:
DZE-MasteR, I updated the script (at the same address) regarding the display bug.
About the flag, I cannot modify it. It's from an external website. You can tell them about this in the forum.
Thanks for updating script but it is incompatible with UJS Manager. Anyway i excluded *.js*
Originally posted by DZE-MasteR:
The box drops till bottom when viewing images
Originally posted by PH`:
I modified the script so that it wouldn't execute when you load an image.
???
Originally posted by PH`:
Hi, I updated the script with two fixes. One about images (a speed fix), and one to prevent the script to be executed in iframes.
It's stille available here
Thanks for the update PH. I was having problems on a specific forum, the update resolved this.
11. July 2010, 17:59:02 (edited)
Maybe its an sideeffect from something else, so could anybody check these pages
http://www.google.com/
http://www.moonfruit.com/
http://www.telegraph.co.uk/
My first thought, it has something to do with iframes, so I removed the iframe check, still no flag.
I would be glad if anybody could tell me a solution.
EDIT:
I have also in use: hide-objects.js 2.1, blockit.js 1.5, and keyboard.user.js 1.36
Originally posted by PH`:
Hi, I updated the script with two fixes. One about images (a speed fix), and one to prevent the script to be executed in iframes.
It's stille available here
Checking parent.location will throw exception when iframe is in different domain. You will still achieve what you wanted as script will fail to run in iframe but it's not very pretty solution.

Just do self != parent check.
13. July 2010, 19:35:36 (edited)
Originally posted by vander1:
I tried this script and it looks fine, but unfortunately it doesnt seems to work everywhere.
Maybe its an sideeffect from something else, so could anybody check these pages
http://www.google.com/
http://www.moonfruit.com/
http://www.telegraph.co.uk/
My first thought, it has something to do with iframes, so I removed the iframe check, still no flag.
I would be glad if anybody could tell me a solution.
EDIT:
I have also in use: hide-objects.js 2.1, blockit.js 1.5, and keyboard.user.js 1.36
The script works for me on all of your requested pages. However, I do not use any of the other mentioned scripts. Opera 10.10, Windows 7.
Originally posted by vander1:
How about my problem, is nobody able to check this
It has something to do with the blockit script, but i have no idea how to solve it
Disable other scripts (one after another), and tell me which one of those scripts block the script from working on the pages you mentioned.
25. July 2010, 18:37:08 (edited)
When you load a script in Opera, there's nothing in the DOM. To display a flag, Opera Flag adds something in the DOM (a <img>).
But when UJS is executed, it first checks if it's a script you've just loaded, then it checks if there's something in the DOM.
You can disable Opera Flag on script by adding after this line :
// add excluded sites here (if the script causes problems on those sites)
this :
// @exclude http://*js
OperaZONE SUPREMACY
IRC OPERA Canale Italiano
IRC OPERA Canale OperaZONE[/color]
I tried it with http://ecositebuilder.com and got success thanks for scrip
