0
votes
0answers
7 views
How do I add Roboform Bookmarklet to the Chrome browser toolbar
I'm slowly moving over to use Google Chrome almost exclusively. The one thing that is really stopping me is Roboform - which I use and love.
There is a RoboForm bookmarklet which does most of what I …
0
votes
1answer
29 views
Javascript Bookmarklet
Hi,
I've coded a bookmarklet that opens a new window at a certain URL and sends some variables to a PHP using GET.
The problem is I need to have it load the same php and send the same variables but …
0
votes
1answer
35 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
15 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
40 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
0answers
7 views
Extract part of an url using a bookmarklet or similar (e.g. firefox addon)
Does anybody know of a bookmarklet or firefox addon that let's you extract part of an url.
Specifically I want to extract the message id from a gmail conversation.
Every message in gmail has a unique …
0
votes
0answers
13 views
How can i process XML doc in javascript bookmarklet?
Can a bookmarklet process the XML result document from a web service once it's styled and displayed in the browser?
What i want to do is run the web service from a provided form, which returns an XML …
0
votes
1answer
21 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:
…
0
votes
1answer
39 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:
…
0
votes
4answers
53 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
2answers
48 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 …
2
votes
3answers
60 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
86 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
5answers
60 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 …
1
vote
1answer
37 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 …
