Tagged Questions

0
votes
0answers
15 views

Javascript bookmarklet parse

I'm having trouble creating a bookmarklet. It's supposed to take the title, location and images out(list them all) of the current HTML and write them into a new window. I've tried several methods …
0
votes
1answer
29 views

WOT Bookmarklet

I'm trying to write a bookmarklet that will allow me to view the Web Of Trust (WOT) ratings for all the links on a page before visiting them. While WOT provides their own bookmarklet, it is not very …
0
votes
1answer
14 views

where can I learn about how do developer browser bookmarklets (language, framework, IDE, techniques etc)?

Hi, where can I learn about how do developer browser bookmarklets (language, framework, IDE, techniques etc)? Perhaps they are more of a Javascript development thing? To give examples of what I'm …
0
votes
2answers
34 views

easier bookmarklet development

Here's how I make develop a bookmarklet: I write a javascript function, pass that to Bookmarklet Builder to make a bookmarklet, add the bookmarklet to my browser, load my test webpage, test the …
0
votes
2answers
47 views

Regex explanation

I am looking at the code in the tumblr bookmarklet and was curious what the code below did. try{ if(!/^(.*\.)?tumblr[^.]*$/.test(l.host)) throw(0); tstbklt(); } Can anyone tell …
0
votes
4answers
50 views

Get the current url but without the http:// part bookmarklet!

Hi! Guys I have a question, hoping you can help me out with this one. I have a bookmarklet; …
0
votes
1answer
37 views

Bookmarklet to grab the current website address but without http://

The other day you were very helpful. Now I have another question. I have a bookmarklet to grab the current URL or I should say host name (without the http:// part - which is ok) like: …
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=' …
0
votes
1answer
20 views

Search for current website title and host bookmarklet

I have a bookmarklet which gets current website TITLE and search for it on my website: …
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, …
0
votes
5answers
57 views

How can I open a webpage and run a javascript function from a Java app

Hi, I would like to open a webpage and run a javascript function from within a java app. For example I would like to open the page www.mytestpage.com and run the following javascript …
0
votes
2answers
76 views

What are the issue with putting markup outside <body> ?

I have a bookmarklet storing a lot of DOM data, but I would love to avoid to put them out of the body tag so the script in the page won't mess with it. Semantic value is not an issue for once, but I …
0
votes
1answer
37 views

How do I access currently selected text from a bookmarklet, while on gmail.com

I'm using FF 3.5.3 on Windows Vista. This is my (edited for shortness) bookmarklet: javascript:(function(){ var text = window.content.getSelection().toString(); alert(text); })(); Works, but not on …
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 …
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

1 2 3 4 5 next
15 30 50 per page