6
votes
6answers
931 views
Add a bookmark that is only javascript, not a URL
I'm thinking that the reason I can't do this is because it might be a huge security hole, but here goes...
I want to have a bookmark on my browser (FF3, preferably) that is only a snippet of …
4
votes
3answers
676 views
Bookmarklet wait until Javascript is loaded
I've got a bookmarklet which loads jQuery and some other js libraries.
How do I:
Wait until the javascript library I'm using is available/loaded. If I try to use the script before it has finished …
3
votes
1answer
68 views
Is there a way to automatically convert a Greasemonkey script into a bookmarklet?
For those who don't know what a bookmarklet is: http://en.wikipedia.org/wiki/Bookmarklet
3
votes
5answers
455 views
How to dynamically load Javascript files and use them right away ?
I am using JQuery to inject dynamically script tags in the body tab of a webpage. I got something like :
function addJS(url) {
$("body").append('<script type="text/javascript" …
3
votes
5answers
524 views
Is there a way to have browsers ignore or override xml-stylesheet processing instructions?
I'm trying to write a bookmarklet to help some QA testers submit useful debugging information when they come across issues. Currently I can set window.location to a URL that provides this debugging …
3
votes
1answer
624 views
How to have favicon / icon set when bookmarklet dragged to toolbar?
I've made myself a bookmarklet, and it functions just fine, but when added to a toolbar in Opera or Firefox, it just takes on the default bookmark icon for the browser (a globe and a star, …
3
votes
2answers
2k views
JavaScript bookmarklet to delete all cookies within a given domain
Hello Everyone,
I am testing a web app that writes cookies to subdomain.thisdomain.com and several subfolders within that. I'm looking for JavaScript that I can put into a bookmarklet that will …
2
votes
3answers
59 views
Combining two bookmarklets
Yesterday I discovered Bookmarklets and am totally in love. I wrote several to reduce the number of clicks for a few common tasks on my favorite websites. What I would like to do now, if possible, …
2
votes
1answer
75 views
JavaScript bookmarklet and URL encoding
Fully disclosing that I do not know Javascript, I'm trying to get this Javascript:
javascript:location = 'http://validator.w3.org/check?uri=' …
2
votes
6answers
249 views
Find all instances of ‘old’ in a webpage and replace each with ‘new’, using a javascript bookmarklet.
What I want to do is replace all instances of 'old' in a webpage with 'new' in a JS bookmarklet or a greasemonkey script. How can I do this? I suppose jQuery or other frameworks are okay, as there're …
2
votes
4answers
602 views
javascript prompt for password (i.e. *******)
I'm writing a bookmarklet and I need to be able to prompt the user for a "password". However, I don't want it to be in clear text on screen, so I cannot use prompt.
Is there a masked alternative to …
2
votes
1answer
84 views
What are some design and security considerations to take into account when developing bookmarklets?
I'm trying to design some bookmarklets right now, that connect back to a server (say like magnolia), but by their very nature bookmarklets seem to fly in the face of what's established as internet …
1
vote
1answer
35 views
Setting input field using bookmarklet
Hi I'm trying to set the value of an input field using a bookmarklet so when I open the bookmark it will automatically set the field name? Any idea how to do this? Would like to set the field …
1
vote
2answers
71 views
Delicious English Only
How I can see English only bookmarks on Delicious? They don't have built-in support as of now.
http://support.delicious.com/forum/comments.php?DiscussionID=2218
Is it possible via Javascript …
1
vote
1answer
89 views
Close a bookmarklet after submitting form
This is related to question "http://stackoverflow.com/questions/1360618/bookmarklet-behind-elements".
I want to either self close the iframe after form submission or if not possible, add a close …
