您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Resizes / Enlarge Ig following dialog
// ==UserScript== // @name Enlarge Instagram Following Dialog // @namespace pootz10 // @description Resizes / Enlarge Ig following dialog // @include https://instagram.com/*/ // @include https://instagram.com/*/following/ // @include https://www.instagram.com/*/ // @include https://www.instagram.com/*/following/ // @exclude https://www.instagram.com/p/*/ // @exclude https://instagram.com/p/*/ // @version 1.3 // @history 1.3 - new fix // @history 1.2 - fix [obsolete] // @history 1.1 - enlarge text window [obsolete] // @license MIT // @require https://code.jquery.com/jquery-2.2.3.min.js // @grant GM_addStyle // ==/UserScript== GM_addStyle(` div.j4yusqav, .h6an9nv3, .od1n8kyl, .pi61vmqs, .e793r6ar, .h98he7qt, .kzt5xp73, .flebnqrf, .qg4pu3sx { min-height: 9500px !important; } div._aano { min-height: 9500px !important; } `);