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

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?

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?

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?

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?

Auto-load Bookmarklet When In Webpage As A Google Chrome Extension

Basically I made a bookmarklet, and I'd like it to run when a certain wildcarded URL is opened.… Read more Auto-load Bookmarklet When In Webpage As A Google Chrome Extension

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