您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
turns images into links in specified people's posts
当前为
Edit the script and add users to your desired lists with their user IDs. The fullsize behavior mimics vanilla luelinks behavior, so quoted images are still thumbnails.
//add userIDs of people whose image settings you want changed //e.g. LlamaGuy :) and Sabretooth would be const IMAGENORATED=$([1,11256]); //users whose images should become links const IMAGENORATED_LINKS = $([]); //users whose images should become thumbnails const IMAGENORATED_THUMBS = $([]); //users whose images should become inline fullsized (quoted images not included) const IMAGENORATED_FULL = $([]); //priority is fullsize > thumbs > links if you happen to have a dude on multiple lists