Home / Wiki / Bookmarklets
All Pages

Bookmarklets

From Monket

Jump to: navigation, search

Contents

Instructions

Create a new bookmark and paste the code below into the URL field.
Then just click on the bookmarklet in the toolbar to activate it.

What is a bookmarklet?

CWA

To Elf

Moves the current page from the Live site to Elf

javascript:void((function(){location.href=location.href.replace(/^([^:]*)\:\/\/([^\/]*?)(\.elf\.internal\.cwa\.co\.nz|\.nz)\//,'$1://$2.elf.internal.cwa.co.nz/');})())

To Live

Moves the current page from the Elf to the Live site

javascript:void((function(){location.href=location.href.replace(/^([^:]*)\:\/\/([^\/]*)\.elf\.internal\.cwa\.co\.nz\//,'$1://$2.nz/');})())