您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Auto opens the original/full size image on swimsuit.si.com.
// ==UserScript== // @name Full SI Swimsuit images // @match https://swimsuit.si.com/* // @grant none // @version 1.1 // @author https://github.com/matts0613 // @description Auto opens the original/full size image on swimsuit.si.com. // @namespace https://swimsuit.si.com/* // @license MIT // ==/UserScript== if (window.location.href.includes('c_limit')) { window.location.href = window.location.href.replace('c_limit%2Ccs_srgb%2Cq_auto:good%2Cw_700/', ''); }