Skip to content

Instantly share code, notes, and snippets.

@nsmr0604
Last active March 14, 2018 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nsmr0604/7f561dc49420dfb47633ac3de8d0332f to your computer and use it in GitHub Desktop.
Save nsmr0604/7f561dc49420dfb47633ac3de8d0332f to your computer and use it in GitHub Desktop.
// ==UserScript==
// @id 9chConvert
// @name 旧2ch変換
// @version 0.1.1
// @namespace Anonymous.2ch
// @author nsmr0604
// @description 新しい2ちゃんねるにようこそ
// @license Public Domain
// @include http*://2ch.net/*
// @include http*://5ch.net/*
// @include http*://*.2ch.net/*
// @include http*://*.5ch.net/*
// @run-at document-start
// @downloadURL https://gist.github.com/nsmr0604/7f561dc49420dfb47633ac3de8d0332f/raw/convert5to2ch.user.js
// @updateURL https://gist.github.com/nsmr0604/7f561dc49420dfb47633ac3de8d0332f/raw/convert5to2ch.user.js
// ==/UserScript==
(function () {
document.location.replace(document.URL.replace("https://","http://").replace("5ch","2ch").replace("2ch.net","2ch.sc"));
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment