Skip to content

Instantly share code, notes, and snippets.

@blueberrystream
Created April 29, 2015 15:33
Show Gist options
  • Save blueberrystream/ec609101d8725a125993 to your computer and use it in GitHub Desktop.
Save blueberrystream/ec609101d8725a125993 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name [cpro.jp] redirect to blueberrystream.tteesstt.info at dq10skill
// @namespace http://kid0725.usamimi.info
// @version 1.0
// @author KID the Euforia a.k.a. blueberrystream
// @description アレ
// @homepage https://github.com/blueberrystream/userscripts/
// @match http://cpro.jp/dq10/skillsimulator/*
// @run-at document-start
// @grant none
// @copyright 2015+, KID the Euforia a.k.a. blueberrystream
// @license MIT License
// ==/UserScript==
(function() {
location.hostname = 'blueberrystream.tteesstt.info';
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment