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

Sending Text Cross Domain By Bookmarklet

I need a user to navigate to a certain page that has a certain div full of useful text. Then click… Read more Sending Text Cross Domain By Bookmarklet

Easier Bookmarklet Development

Here's how I make develop a bookmarklet: I write a javascript function, pass that to Bookmarkle… Read more Easier Bookmarklet Development

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

Check (from Bookmarklet) Whether Page Is Loaded?

I'm writing a bookmarklet javascript. The problem here is that it can be invoked by user before… Read more Check (from Bookmarklet) Whether Page Is Loaded?

Revise Bookmarklet To Use The Same Copy From Clipboard To Process The Clipboard Contents And Fill Form

I have found two bookmarlets that can take formatted text from the clipboard and fill a form on ano… Read more Revise Bookmarklet To Use The Same Copy From Clipboard To Process The Clipboard Contents And Fill Form

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