BetterInstagram

An awesome theme for Instagram. White is trash.

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği yüklemek için Tampermonkey gibi bir uzantı yüklemeniz gerekir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği indirebilmeniz için ayrıca Tampermonkey gibi bir eklenti kurmanız gerekmektedir.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

Bu stili yüklemek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için Stylus gibi bir uzantı kurmanız gerekir.

Bu stili yükleyebilmek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı kurmanız gerekir.

Bu stili yükleyebilmek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

(Zateb bir user-style yöneticim var, yükleyeyim!)

Yazar
failed-404
Günlük kurulumlar
0
Toplam kurulumlar
324
Değerlendirmeler
0 0 0
Versiyon
Beta
Oluşturulma
14.11.2021
Güncellenme
14.11.2021
Boyut
5,63 KB
Lisans
N/A
Geçerli

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