Created
April 8, 2022 06:53
-
-
Save ichii731/91e5506d019091f1619f848bf845ab04 to your computer and use it in GitHub Desktop.
This file contains 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 スマホ版Oh-o! Meijiシステムのコピー防止解除スクリプト | |
// @namespace https://twitter.com/ichii731 | |
// @version 0.2 | |
// @description detect copy block on Meiji | |
// @author ichii731 | |
// @include https://m.oh-o2.meiji.ac.jp/* | |
// @icon https://www.meiji.ac.jp/wr_common-v2/images/favicon.ico | |
// @grant none | |
// @license MIT | |
// ==/UserScript== | |
(function() { | |
'use strict' | |
let body=document.body;body.style.webkitUserSelect="text"; | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment