Skip to content

Instantly share code, notes, and snippets.

@pacochi
Created February 15, 2022 09:21
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 pacochi/d59eee2888ed2e2c1d0b9e304e8d6b6a to your computer and use it in GitHub Desktop.
Save pacochi/d59eee2888ed2e2c1d0b9e304e8d6b6a to your computer and use it in GitHub Desktop.
自分の環境下で Nerdle のコピーボタンを動作させるようにします。
// ==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