Created
December 30, 2018 15:30
-
-
Save midlan/8e85b6fc26f8cee480fd1873e9d23368 to your computer and use it in GitHub Desktop.
Shows instagram images in higher resolution.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* width of posts on homepage */ | |
.cGcGK { | |
max-width: initial !important; | |
} | |
/* right menu margin on homepage */ | |
.COOzN { | |
right: -321px !important; | |
} | |
.MnWb5 { | |
margin-left: 321px !important; | |
} | |
/* popup width */ | |
.PdwC2 { | |
max-width: 1415px !important; | |
} | |
/* remove image overlay (which disables downloading) */ | |
.eLAPa > .KL4Bh + div { | |
visibility: hidden !important; | |
} | |
/* direct url image open */ | |
.ltEKP { | |
max-width: initial !important; | |
} | |
.Kj7h1 { | |
max-width: 1417px !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment