This bookmarklet toggles between HackerNews pages and Cheeuan's HackerWeb interface. If you're not on either then it acts a a bookmark to HackerWeb.
If you edit this, use something like bookmarkleter to convert it into a bookmarklet.
if ( /https?:\/\/news\.ycombinator\.com\/item\?id=(\d+)/.test(location) ) {
location = 'http://cheeaun.github.io/hackerweb/#/item/' + RegExp.$1;