Skip to content

Instantly share code, notes, and snippets.

@ichii731
Created April 8, 2022 06:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ichii731/91e5506d019091f1619f848bf845ab04 to your computer and use it in GitHub Desktop.
Save ichii731/91e5506d019091f1619f848bf845ab04 to your computer and use it in GitHub Desktop.
// ==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