BetterInstagram

An awesome theme for Instagram. White is trash.

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

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

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
failed-404
今日安裝
0
安裝總數
319
評價
0 0 0
版本
Beta
建立日期
2021-11-14
更新日期
2021-11-14
尺寸
5.6 KB
授權條款
未知
腳本執行於

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