Skip to content Skip to sidebar Skip to footer
Showing posts with the label Bookmarklet

Create A Link To A Web Page That Runs A Javascript Function On The Page

Using HTML and Javascript, is it possible to create a link to a web page that automatically runs a … Read more Create A Link To A Web Page That Runs A Javascript Function On The Page

Bookmarklet To Refresh Page Every Minute Or So, So I Don't Lose Session Data Whilst On Lunch

I've just entered a load of data into a site that I'm testing. I don't want to enter it… Read more Bookmarklet To Refresh Page Every Minute Or So, So I Don't Lose Session Data Whilst On Lunch

Why Does This Bookmarklet Js Code Not Work When Put In An Onclick Handler?

I have a pretty typical bookmarklet code that's working perfectly for me in all browsers. Howev… Read more Why Does This Bookmarklet Js Code Not Work When Put In An Onclick Handler?

Javascript: Long Click For A Bookmarklet

I need to recognize a long click in a JavaScript bookmarklet. So, I cannot use jQuery, neither onc… Read more Javascript: Long Click For A Bookmarklet

Firefox Bookmarklet: Exposing Functions To The Global Namespace

I'm working on a moderately-complex Bookmarklet that works just fine in Chrome, but I can't… Read more Firefox Bookmarklet: Exposing Functions To The Global Namespace

Using Localstorage In Bookmarks

I quite like using bookmarks with small scripts in them. For example, I have edited the note editin… Read more Using Localstorage In Bookmarks

Open Url In Same Tab And 'document.write' After

Half of my question was answered with this. I need to open another url (or replace location/href/sr… Read more Open Url In Same Tab And 'document.write' After