From 557b7a2d62556d3e73cf72fd51bded52378d357c Mon Sep 17 00:00:00 2001 From: Dym Sohin Date: Wed, 10 Jan 2024 14:38:30 +0100 Subject: [PATCH] init --- style.user.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 style.user.css diff --git a/style.user.css b/style.user.css new file mode 100644 index 0000000..8610ffe --- /dev/null +++ b/style.user.css @@ -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 } + +}