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

Make A Bookmarklet Execute A Function That It Downloads

I would like to create a bookmarklet that downloads a remote javascript file in which a function is… Read more Make A Bookmarklet Execute A Function That It Downloads

Get All Scripts From External Website

I have a some code here and I with this code render external page (similar to iframe) but I got a s… Read more Get All Scripts From External Website

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

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

Increase The Text Area To View More Lines Of Text

Is there any way to increase the text-area found here... ? https://www.google.com/intl/mr/inputtool… Read more Increase The Text Area To View More Lines Of Text

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?

Firefox Bookmarklet: Exposing Functions To The Global Namespace

I'm working on a moderately-complex Bookmarklet that works just fine in Chrome, but I can't… Read more Firefox Bookmarklet: Exposing Functions To The Global Namespace

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