Skip to content

Instantly share code, notes, and snippets.

@hagiyaki
Created September 18, 2013 12:48
Show Gist options
  • Save hagiyaki/6608684 to your computer and use it in GitHub Desktop.
Save hagiyaki/6608684 to your computer and use it in GitHub Desktop.
日本だけ遅いのクソ
// ==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