0
votes
1answer
20 views
What is the best practice for writing bookmarklets
I am writing some bookmarklets for a project that I am currently working on and I was wondering what the best practice for writing a bookmarklet was. I did some looking around and this is what I came …
1
vote
3answers
393 views
Is it possible to load multiple different version of jQuery on the same page?
I'm making a bookmarklet which will load jQuery if the object is not found. The loading will check on the version of jQuery. The code is like:
(function(){
var myBkl = {
loadScript: …
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 …
1
vote
2answers
137 views
Create a favicon for a link that is JavaScript?
I have a link on my site that is strictly JavaScript, that the users can optionally drag to their browser's link bar. Because there is no associated site with a Favicon, the link always gets a blank …
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
36 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
17 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
44 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
3answers
238 views
Parse and add url from clipboard
I need a javascript bookmark to take the url I have in the clipboard parse out the 2 numbers and create a new url, and add a link to the top of the page, that when clicked adds the url to my bookmark …
0
votes
0answers
14 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:
…
1
vote
3answers
165 views
rel-tag bookmarklet for last path component of a URL
Many web sites support folksonomy tags. You may have heard of rel-tag, where it says that "The last path component of the URL is the text of the tag".
I am looking for a bookmarklet or greasemonkey …
0
votes
4answers
55 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;
…
