Greasy Fork is available in English.

BetterInstagram

An awesome theme for Instagram. White is trash.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

نووسەر
failed-404
Daily installs
0
Total installs
319
Ratings
0 0 0
وەشان
Beta
Created
2021-11-14
Updated
2021-11-14
Size
5.63 KB
مۆڵەت
نییە
Applies to

❄️ 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