您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
lol
// ==UserScript== // @name emoticones // @namespace test // @description lol // @include http://www.3djuegos.com/* // @version 1 // @grant none // ==/UserScript== function emoticones(emos, indice) { var temporale = emos; for (xd = 0; xd < 10; xd++) { emos = temporale; emos = emos + xd; var si = document.getElementsByClassName(emos); for (s = 0; s < si.length; s++) { si[s].style.backgroundImage = 'url(http://s.3djuegos.com/img3/foros/emoticons/emoticon_' +indice +''+ xd +'.gif)'; si[s].style.backgroundRepeat = 'no-repeat'; } } } emoticones('smile bbcode_emot', 0); emoticones('smile bbcode_emot1', 1);