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

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

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?

Making/finding Html5 Validator Bookmarklet

I want to find or make a bookmarklet that will validate the html content of a currently viewed page… Read more Making/finding Html5 Validator 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

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?

In Modern Browsers, Is There Any Security Limitation For Javascript Bookmarklets?

I read an article about bookmarklets which says that bookmarklets are so powerful they can be dange… Read more In Modern Browsers, Is There Any Security Limitation For Javascript Bookmarklets?

How To Prevent Bookmarklet From Loading Its Result?

I have a simple bookmarklet for presenting in a prompt() the value of a meta element. It works, but… Read more How To Prevent Bookmarklet From Loading Its Result?

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

A Bookmarklet That Adds An Onclick Event To Every Element On The Page?

I want to make bookmarklet, and when you press it all the elements on the page gets an onclick even… Read more A Bookmarklet That Adds An Onclick Event To Every Element On The Page?