Created
April 30, 2020 05:39
-
-
Save aikatsukamen/3404e065cd5c2ab8196765feec7eef44 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 アイカツのサイトで右クリ使えるようにする | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description フフッヒ | |
| // @author NanA | |
| // @match https://www.aikatsu.com/* | |
| // @grant none | |
| // ==/UserScript== | |
| (function() { | |
| 'use strict'; | |
| document.oncontextmenu=null | |
| })(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment