Skip to content

[OUTDATED] Instagram Save Posts & Tweaks by reezavt

Screenshot of [OUTDATED] Instagram Save Posts & Tweaks

Details

Authorreezavt

LicenseNo License

Categoryinstagram

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Modifications for Instagram including dark loading screen and media interaction tweaks.

Notes

v2.1

  • Added media interaction option which lets you interact with images and videos on posts, allowing you to save images and change video volume.

v2.0

  • Converted deprecated theme to tweaks.
  • Added option to make loading screen dark.

As of April 28th, 2022 Instagram has implemented a native dark mode so this theme has now become deprecated.

v1.0

  • Initial Release
  • Fixed some page arrows not being inverted.

Source code

/* ==UserStyle==
@name           Instagram Save Posts & Tweaks
@namespace      github.com/reezavt
@version        2.1.1
@description    Modifications for Instagram including dark loading screen and media interaction tweaks.
@author         ReezaVT
@preprocessor   stylus
@var checkbox   allow-media-interaction     "Allow Media Interaction"   1
@var checkbox   dark-loading-page           "Dark Loading Page"         1
==/UserStyle== */

@-moz-document domain("instagram.com") {
    if dark-loading-page {
        body[style*="background: white;"] {
            filter: invert(1);
            background: rgba(15, 15, 15, 1) !important;
        }
    }
    
    if allow-media-interaction {
        img.FFVAD, img.y-yJ5, video.y-yJ5, video.tWeCl {
            pointer-events: auto !important;
        }
        .eLAPa, .qbCDp, .OAXCp {
            pointer-events: none !important;
        }
        button[aria-label="Toggle audio"] {
            display: none;
        }
    }
    
    /* Dark Theme for 'Instagram Download Button' script */
    .ekjoN section > a[class^="custom-btn"] > svg[style="fill:black;"] {
        fill: white !important;
    }
}

Reviews

No reviews yet.