返回首頁 

Greasy Fork is available in English.

スマホ版Oh-o! Meijiシステムのコピー防止解除スクリプト

detect copy block on Meiji

// ==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.google.com/s2/favicons?sz=64&domain=meiji.ac.jp// @grant        none// @license      MIT// ==/UserScript==(function() {'use strict'// Your code here...let body=document.body;body.style.webkitUserSelect="text";})();