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

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?

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

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?

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?

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?

Find All Instances Of 'old' In A Webpage And Replace Each With 'new', Using A Javascript Bookmarklet

What I want to do is replace all instances of 'old' in a webpage with 'new' in a JS… Read more Find All Instances Of 'old' In A Webpage And Replace Each With 'new', Using A Javascript Bookmarklet