Created
February 15, 2022 09:21
-
-
Save pacochi/d59eee2888ed2e2c1d0b9e304e8d6b6a to your computer and use it in GitHub Desktop.
自分の環境下で Nerdle のコピーボタンを動作させるようにします。
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 Nerdle のコピーを有効にする | |
// @namespace hen.acho.co | |
// @include https://nerdlegame.com/* | |
// @version 0.1 | |
// @description 自分の環境下で Nerdle のコピーボタンを動作させるようにします。 | |
// @downloadURL https://gist.github.com/pacochi/d59eee2888ed2e2c1d0b9e304e8d6b6a/raw/nerdle_copy.user.js | |
// @grant none | |
// ==/UserScript== | |
navigator.share = null; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment