Greasy Fork is available in English.

BetterInstagram

An awesome theme for Instagram. White is trash.

Autor
failed-404
Dziennych instalacji
0
Wszystkich instalacji
241
Oceny
0 0 0
Wersja
Beta
Utworzono
14-11-2021
Zaktualizowano
14-11-2021
Licencja
Brak licencji
Dotyczy

❄️ BetterInstagram ❄️

An Userscript with CSS for Instagram

image How trash is this? Everything's white, it hurts the eyes! Don't you want something like this? Then, use BetterInstagram, an Userscript with CSS code.

💾 Installation

  1. Install Tampermonkey or Violentmonkey extension in your browser
  2. Install the Script
  3. Open Instagram

📕 Notes

This is a beta version. Some parts of the CSS are broken/missing. There's a confirmation when loading the page. Press Ok to load the CSS, otherwise press Cancel.

var conf = confirm(
  "This is beta version, some parts of the CSS are broken. I'm fixing them. Press 'Cancel' to don't load the CSS."
);
if (conf == true) {
  addCSS();
}

The function below will open a new tab and redirect you to my profile page when you'll click on the Instagram's logo one time only. It won't redirect you again if you don't refresh.

function customBtn() {
  var x = document.querySelector(".oJZym").getElementsByTagName("a");
  x[0].onclick = function (event) {
    event.preventDefault();
    window.open("https://instagram.com/failed.502/", "_blank");
    window.close();
  };
}

📷 Screenshots

image