Skip to content

Instantly share code, notes, and snippets.

@pacochi
Created November 2, 2021 11:07
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/4cb060a32a92b0e38ab9d8d134eb5883 to your computer and use it in GitHub Desktop.
Save pacochi/4cb060a32a92b0e38ab9d8d134eb5883 to your computer and use it in GitHub Desktop.
DEBONO の誤クリックでのギブアップを防ぎます。
/* ==UserStyle==
@name DEBONO never give up!
@namespace hen.acho.co
@version 1.0.0
@description DEBONO の誤クリックでのギブアップを防ぎます。
@author pacochi
@updateURL https://gist.github.com/pacochi/4cb060a32a92b0e38ab9d8d134eb5883/raw/debono_never_give_up.user.css
==/UserStyle== */
@-moz-document domain("de-bono.net") {
#UserMondaiGiveupFlg + button {
pointer-events: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment