您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Some sandwiches on rotatingsandwiches.com rotate in the opposite direction to the majority. 😡 Let's fix that.
// ==UserScript== // @name Standardise sandwich rotation on rotatingsandwiches.com // @namespace rotatingsandwiches.com.danq.me // @match https://rotatingsandwiches.com/* // @grant GM_addStyle // @version 1.0 // @author Dan Q <https://danq.me/> // @license The Unlicense / Public Domain // @description Some sandwiches on rotatingsandwiches.com rotate in the opposite direction to the majority. 😡 Let's fix that. // ==/UserScript== GM_addStyle('.wp-image-216, .wp-image-217 { transform: scaleX(-1); }');