allow rightclick on image elements on behance.net
behance-img-rightclick by dym-sh
Details
Authordym-sh
LicenseCC0
Categorybehance.net
Created
Updated
Size466 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==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 }
}