Skip to content

Instantly share code, notes, and snippets.

@aikatsukamen
Created April 30, 2020 05:39
Show Gist options
  • Select an option

  • Save aikatsukamen/3404e065cd5c2ab8196765feec7eef44 to your computer and use it in GitHub Desktop.

Select an option

Save aikatsukamen/3404e065cd5c2ab8196765feec7eef44 to your computer and use it in GitHub Desktop.
アイカツのサイトで右クリ使えるようにする
// ==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