Skip to content

Remove right click block on Flickr image by vurpo

Details

Authorvurpo

LicenseMIT

Categoryflickr

Created

Updated

Size425 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Some images on Flickr can't be right clicked, but this style removes the blocking.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Remove right click block on Flickr image
@version      20220702.12.52
@namespace    userstyles.world/user/vurpo
@description  Some images on Flickr can't be right clicked, but this style removes the blocking.
@author       vurpo
@license      MIT
==/UserStyle== */

@-moz-document domain("flickr.com") {
.spaceball {
    display: none !important;
}
img {
    pointer-events: all !important;
}
}

Reviews

No reviews yet.