Allow right-clicking on images on Instagram
当前为
/* ==UserStyle==
@name Instagram - Allow right click on images
@namespace github.com/Brawl345
@version 1.0.0
@description Allow right-clicking on images on Instagram
@author Brawl (https://github.com/Brawl345)
@license Unlicense
@preprocessor default
==/UserStyle== */
@-moz-document domain("instagram.com") {
._ovg3g, ._si7dy, ._9AhH0 {
display: none;
}
}