This commit is contained in:
Dym Sohin 2024-01-10 14:38:30 +01:00
commit 557b7a2d62
1 changed files with 17 additions and 0 deletions

17
style.user.css Normal file
View File

@ -0,0 +1,17 @@
/* ==UserStyle==
@name behance-img-rightclick
@description allow rightclick on image elements on behance.net
@version 2024.01.10
@namespace dym.sh
@author Dym Sohin
@homepageURL https://dym.sh/behance-img-rightclick/
@supportURL https://source.garden/styles/behance-img-rightclick/issues/
@license 0BSD
==/UserStyle== */
@-moz-document url-prefix("https://www.behance.net/") {
#lightbox-wrap img
{ pointer-events: unset }
}