Skip to content

[OUTDATED] Instagram Square Profile Pictures by reezavt

Screenshot of [OUTDATED] Instagram Square Profile Pictures

Details

Authorreezavt

LicenseNo License

Categoryinstagram

Created

Updated

Size815 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Allows you to customize the border radius on profile picture images.

Notes

v2.0

  • Recode using class names.
  • Added option to hide story indicator.

v1.0

  • Initial Release

Source code

/* ==UserStyle==
@name           Instagram Square Profile Pictures
@namespace      github.com/reezavt
@version        2.0.4
@description    Allows you to customize the border radius on profile picture images.
@author         ReezaVT
@preprocessor   stylus
@var range      border-radius           "Border Radius"             [1, 1, 50, 1, "%"]
@var checkbox   hide-indicator-circle   "Hide Indicator Circle"     0
==/UserStyle== */

@-moz-document domain("instagram.com") {
    ._-v0-,
    div[data-visualcompletion="loading-state"] > div,
    .VcOAj,
    .G3yoz, .U9zGY, .tUtVM, .fZC9e, .M-jxE,
    ._2dbep, .wWGrn {
        border-radius: border-radius !important;
    }
    
    if hide-indicator-circle {
        div[role="button"] > canvas {
            display: none;
        }
    }
}

Reviews

No reviews yet.