您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
brings back the old following feed on Instagram :3
// ==UserScript== // @name kittyclickr - bring back the old instagram feed // @namespace http://www.squabbled.net // @version 0.4.1 // @description brings back the old following feed on Instagram :3 // @author squabbled // @match https://www.instagram.com/ // @icon https://64.media.tumblr.com/e98a83eb58fb4901971de2501d320453/tumblr_inline_nt5la68WyM1r1hsi5_500.png // @license GNU General Public License v3.0 // @grant none // ==/UserScript== if (window.location == "https://www.instagram.com/") { window.location.replace("https://www.instagram.com/?variant=following"); }