您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Contains emotes for the unoeme and Tuvaro room.
当前为
// ==UserScript== // @name Tuvaremotes // @namespace Tuvaro // @description Contains emotes for the unoeme and Tuvaro room. // @version 1.17 // ==/UserScript== //allow for multiple @require in the emotes loader var temp = []; if (typeof(emotes) !== 'undefined') { temp = emotes; } var temp2 = []; if (typeof(nsfwEmotes) !== 'undefined') { temp2 = nsfwEmotes; } var emotes = [ { src:'https://dl.dropboxusercontent.com/u/13049328/robotnik.png', width:64, height:64, title:'peace' }, { src:'https://dl.dropboxusercontent.com/u/13049328/lepointy.gif', width:64, height:64, title:'pointy' }, { src: 'https://dl.dropboxusercontent.com/u/13049328/rapetime2.png', width:120, height:96, title:'rapehd' }, { src: 'http://i.imgur.com/MCEZvBi.jpg', width:120, height:96, title:'forhim' }, { src: 'http://i.imgur.com/4aGWEjk.jpg', width:80, height:80, title:'howdareyou' }, { src: 'https://dl.dropboxusercontent.com/u/13049328/1414518384612.png', width:80, height:64, title:'harold' }, ], nsfwEmotes = [ {} ]; emotes = temp.concat(emotes); nsfwEmotes = temp2.concat(nsfwEmotes);
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址