firefoxfilter
September 17, 2005 11:28 AM   Subscribe

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 :(
posted by 31d1 to Computers & Internet (2 answers total)
 
Best answer: Maybe they changed default preferences for JavaScript.

Check [Tools->Options->Web features->Enable JavaScript->Advanced->Move or resize existing window].
posted by b. at 11:54 AM on September 17, 2005


Response by poster: It was Advanced->Move or Resize. Thanks!
posted by 31d1 at 12:17 PM on September 17, 2005


« Older Cheap and clean San Juan Del Sur abode?   |   Primer Primer Newer »
This thread is closed to new comments.