Skip to content

Commit

Permalink
1.31
Browse files Browse the repository at this point in the history
instagram tweaks: i’ll remove this feature after a few attempts if it
it turns out to be a wild good chase (react framework)
  • Loading branch information
gingerbeardman committed Dec 9, 2016
1 parent 1767c23 commit 29629eb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Info.plist
Expand Up @@ -5,17 +5,17 @@
<key>Author</key>
<string>Matt Sephton</string>
<key>Builder Version</key>
<string>12602.2.14.0.7</string>
<string>12603.1.14.2</string>
<key>CFBundleDisplayName</key>
<string>View Background Image</string>
<key>CFBundleIdentifier</key>
<string>com.gingerbeardman.safari.viewbackgroundimage</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>1.3</string>
<string>1.31</string>
<key>CFBundleVersion</key>
<string>1.3</string>
<string>1.31</string>
<key>Chrome</key>
<dict>
<key>Context Menu Items</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ Provides a contextual menu item allowing you to view – in a new tab – the ba
[View Background Image.safariextz](http://www.gingerbeardman.com/safari/View%20Background%20Image.safariextz)

###Changelog
2016-12-08, added support for removing overlays on instagram (1.3)
2016-12-09, added support for removing overlays on instagram (1.31)
2016-01-02, updated with change from [Adam Nolley](http://nanovivid.com) - thanks! (1.2)
2013-05-09, github release (1.01)
2012-07-20, inital release (1.01)
Expand Down
7 changes: 4 additions & 3 deletions special.css
@@ -1,8 +1,9 @@
/* instragram: hide the div overlay that prevents you clicking directly on the main image */

/* dedicated page, popup */
#react-root > section > main > div > div > article > div:nth-child(2) > div > div:last-child,
body > div:nth-child(9) > div > div._g1ax7 > div > article > div:nth-child(2) > div > div:last-child
/* main feed, photo page, profile popup (no profile feed) */
#react-root > section > main > section > div > div:nth-child(1) > article:nth-child(2) > div:nth-child(2) > div > div:last-child,
#react-root > section > main > div > div > article > div div > div:last-child,
body > div:nth-child(9) > div > div:nth-child(2) > div > article > div:nth-child(2) > div > div:last-child
{
display: none !important;
}

0 comments on commit 29629eb

Please sign in to comment.