Posts with tag: Bookmarklets

13 Sep 2011

Validate Private Page Bookmarklet

ValidatePrivatePage <– validates in current window ValidatePrivatePage <– validates in new window (your pop-up blocker may complain) If you need to validate the markup of a page that’s not public (e.g. on localhost), you can now use this bookmarklet to auto-submit the current page source to the validator (instead of viewing source, copying, opening the

[...read the post]
21 Jun 2011

Bookmarklet: Horizontally invert HTML5 videos

My demands for “reverse” glasses have gone unserved, but I made a bookmarklet that provides the same effect: “flopping” a video horizontally. Install the SwitchStance bookmarklet, for which you’ll need a modern browser that supports CSS transforms on video elements. Opt-in to YouTube’s HTML5 trial Load up any video without ads (here’s one of Matt

[...read the post]
17 Nov 2010

We need a frontend design tool for live web pages

It’s quite frequently that an HTML/CSS designer might want to make changes to a live web page. Maybe she doesn’t have write access, or maybe the fixes needed aren’t worth the start-up cost of copying the page locally and working on it there, or multiple designers want to work up ideas on a given page

[...read the post]
7 May 2010

Bookmarklet and PHP to prevent Shibboleth-related Firefox Lockouts

Reason this might be useful. /* * Remove all _shibstate cookies if there are too many of them. This usually * occurs due to Firefox session restores. Unfortunately we don’t know which is * the active state cookie, so we have to delete them all, but this is a lessor * crime than locking the

[...read the post]
24 Jul 2008

Multibyte Input Bookmarklet

All modern web applications should be using UTF-8 encoding. For developers with English keyboards (where all keys produce 7-bit ASCII), testing web forms with multibyte characters can be a pain. You can, of course, enter Unicode characters via obscure key combinations, but using this bookmarklet may be easier: Get it You must enable Javascript! (right-click,

[...read the post]
27 Jun 2007

Hacking a 3rd party script for bookmarklet fun

A few weeks ago I created a simple bookmarklet that loads del.icio.us’s PlayTagger script into the current page. This post covers how some problems with this script were worked through. Too late The first challenge was that PlayTagger was designed to initialize itself (let’s call this method “init“) on window.onload: If a user fired the

[...read the post]
20 Nov 2006

Reload CSS Every… Bookmarklet

One annoying aspect of writing a stylesheet is having to reload the page in your browser to see your incremental changes. There are ways to workaround this, but I find them less than ideal so I created ReloadCSSEvery. It refreshes only the CSS of a loaded page every 2 seconds so you can use your

[...read the post]
23 Apr 2006

MyPage Bookmarklet

MyPage puts you in control of the current page: Remove, isolate, edit page items with keyboard control. On-screen print-preview emulation lets you see how the page will print while editing. (if you dug click2zap, try this out.)

[...read the post]
23 Apr 2006

PHP for Easy Bookmarklet Testing and Distribution

Bookmarklet authors have it tough. On top of the usual challenges of cross-browser Javascript testing, we’ve traditionally also had to workaround IE’s character limit and jump through hoops to embed code inside of javascript: links. Bookmarklet Server (source) eases testing and deployment by allowing you to keep code where it should be—in .js files. A

[...read the post]
14 Apr 2006

PlayTagger bookmarklet

PlayTagger loads del.icio.us’s Play Tagger in the page, which allows you to listen to (and bookmark) mp3 links. Get it PlayTagger Shamelessly self-promoting test links Brittle Stars – So Unfair The French Horns – Brighter Now Previously powered by… This page used to have a bookmarklet that did a similar function using the open source

[...read the post]
31 Mar 2006

For Josh

Inspired by a forward-thinking greasemonkey script, may I present the nomify bookmarklet. (mouse-click or press a key to return to your boring page).

[...read the post]
14 Mar 2006

Deliciousness

popularity

[...read the post]
9 Mar 2006

Alachua County Library Bookmarklet

Whenever you’re on a page with an ISBN in the URL, like Amazon or some other bookish site, activate ACL to pop-up a search for that book within the Alachua County Library Catalog. This was generated with the LibraryLookup Project‘s Bookmarklet builder, which can build a similar bookmarklet for any library using one of 16

[...read the post]
18 Feb 2006

Click2Zap Bookmarklet 1.1

Use Click2Zap to remove elements from the page for printing (remove text/images to save paper/ink) or reading comfort purposes. Note: MyPage can do this and a lot more. Get it You must enable Javascript! (right-click, add to favorites or bookmarks) Features click2zap panel fixed to the top right of the window. as you rollover elements, they

[...read the post]
17 Sep 2005

Bookmarklet manager bookmarklet?

In the redundancy file. Someone needs to create a bookmarklet that loads into the current page an interface for executing pre-saved bookmarklets. I’ve already seen several examples of this with pre-defined sets of bookmarklets (notably Favelet Suite) but why limit the user to one set? I’m already keeping my regular bookmarks and RSS subscriptions online,

[...read the post]
6 May 2005

MySpace music player bookmarklet

This bookmarklet opens the MySpace music player in a new window (Updated 2007-3-29, tested only in Opera9). Open MySpace Player ←right-click, add to bookmarks/favorites, rename it whatever you like (tested in Opera8, Firefox). I originally made this because MySpace broke their Flash embed code affecting Opera, but now that they’ve fixed that, the “Standalone Player”

[...read the post]