jadi2.undo.it

mirror jadi.net to http://jadi2.undo.it by hexboy

目前為 2014-08-24 提交的版本,檢視 最新版本

// ==UserScript==
// @name        jadi2.undo.it
// @namespace   HexBoy
// @include     http://jadi2.undo.it/
// @version     1
// @grant       none
// @description mirror jadi.net to http://jadi2.undo.it by hexboy
// ==/UserScript==
for (var i = 0; i < document.links.length; i++)
{
  document.links[i].href = document.links[i].href.replace('http://jadi.net/', 'http://jadi2.undo.it/');
}