Skip to content

Instantly share code, notes, and snippets.

@doitian
Created May 26, 2009 16:57
Show Gist options
  • Save doitian/118166 to your computer and use it in GitHub Desktop.
Save doitian/118166 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Mirrorrr It
// @namespace mirrorrr.appspot.com
// @include http://*.blogspot.com/*
// @include https://*.blogspot.com/*
// @exclude http://mirrorrr.appspot.com/*
// @exclude https://mirrorrr.appspot.com/*
// ==/UserScript==
location.href = location.href.replace(/^https?:\/\//, 'https://mirrorrr.appspot.com/');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment