Skip to content Skip to sidebar Skip to footer
Showing posts with the label 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?

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

How To Convert A Bookmarklet Into A Greasemonkey Userscript?

Is there a easy way to do this. And is there anything that needs to be changed due to differences i… Read more How To Convert A Bookmarklet Into A Greasemonkey Userscript?

Appended Control's Css

I've developed a JavaScript Bookmarklet that have appended div to the current page. But problem… Read more Appended Control's Css

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

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

When Is It Necessary To Escape A JavaScript Bookmarklet?

Bookmarklets I've made seem to always work well even though I don't escape them, so why do … Read more When Is It Necessary To Escape A JavaScript Bookmarklet?