I made working bookmarklet to alter some stuff on some site. What I would like to do, is to link somehow this bookmarklet with that site/bookmark containing url address of that site. I was trying to achieve that by using window.location and redirect to that page at the beggining of my bookmarklet code, but I found out, that it's not possible. Is there some other way to make it work just like that, with one click, be able to go to certain page and alter some stuff ??
PS. I'm using Firefox.