Created
September 18, 2013 12:48
-
-
Save hagiyaki/6608684 to your computer and use it in GitHub Desktop.
日本だけ遅いのクソ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name sony kuso | |
// @version 0.1 | |
// @description ソニー倒産してくれ頼む | |
// @include * | |
// ==/UserScript== | |
document.body.innerHTML = document.body.innerHTML.replace(/(PS\s*4|PlayStation\s*4|プレステ\s*4|プレイステーション\s*4)/g, '日本だけ発売が遅い$1') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment