firefoxfilter
September 17, 2005 11:28 AM
Firefox 1.5 Beta : some of my javascript bookmarklets stopped working. Any ideas?
I have two little bookmarklets that resize my browser window, a default and one that's tall and skinny for reading books. I managed to cobble them together without really knowing what I'm doing, and on Firefox Beta they have magically stopped working. I've looked around a bit and have no clue why they don't work. Other .js bookmarklets work fine.
Here's the code:
javascript:resizeTo(600,screen.availHeight-40);moveTo(2,2)
javascript:resizeTo(screen.availWidth-50,screen.availHeight-40);moveTo(2,2)
Help! I use these all the time and besides, it perplexes me slightly :(
I have two little bookmarklets that resize my browser window, a default and one that's tall and skinny for reading books. I managed to cobble them together without really knowing what I'm doing, and on Firefox Beta they have magically stopped working. I've looked around a bit and have no clue why they don't work. Other .js bookmarklets work fine.
Here's the code:
javascript:resizeTo(600,screen.availHeight-40);moveTo(2,2)
javascript:resizeTo(screen.availWidth-50,screen.availHeight-40);moveTo(2,2)
Help! I use these all the time and besides, it perplexes me slightly :(
This thread is closed to new comments.
Check [Tools->Options->Web features->Enable JavaScript->Advanced->Move or resize existing window].
posted by b. at 11:54 AM on September 17, 2005