super simple style that allows you to copy instagram images
insta copy images by minnieo
Details
Authorminnieo
LicenseNo License
Categoryinstagram.com
Created
Updated
Size323 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 insta copy images
@namespace github.com/openstyles/stylus
@version 1.0.0
@description super simple style that allows you to copy instagram images
@author minnieo
==/UserStyle== */
@-moz-document domain("www.instagram.com") {
div._aagw {
display: none;
}
}