您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Accesos rapidos
// ==UserScript== // @name T! // @namespace _SeRiAlKiLLeR_ // @version 0.2 // @description Accesos rapidos // @include *://*.taringa.net* // ==/UserScript== //modificar url en href//eliminar target=_blank en caso que no quieras que se abra una nuev pestaña// $('div#tool-profile > ul > li:nth-child(1)').append('<li class=""><a href="http://www.taringa.net/comunidades/denunciascolectivas/" target=_blank>»Denuncias-Colectivas</a></li>'); $('div#tool-profile > ul > li:nth-child(1)').append('<li class=""><a href="http://www.taringa.net/comunidades/equipo-d/" target=_blank>»Equipo-D</a></li>'); $('div#tool-profile > ul > li:nth-child(1)').append('<li class=""><a href="http://www.taringa.net/comunidades/moderadores-t/" target=_blank>»Moderadores-T</a></li>'); $('div#tool-profile > ul > li:nth-child(1)').append('<li class=""><a href="http://www.taringa.net/comunidades/denunciadores-en-t/" target=_blank>»Denunciadores-en-t</a></li>'); $('div#tool-profile > ul > li:nth-child(1)').append('<li class=""><a href="http://www.taringa.net/comunidades/denunciatron/" target=_blank>»Denunciatron</a></li>'); $('div#tool-profile > ul > li:nth-child(1)').append('<li class=""><a href="http://www.taringa.net/mod-history.php" target=_blank>•Mod-History</a></li>'); $('div#tool-profile > ul > li:nth-child(1)').append('<li class=""><a href="http://www.taringa.net/protocolo/" target=_blank>•Protocolo</a></li>'); $('div#tool-profile > ul > li:nth-child(1)').append('<li class=""><a href="http://ayuda.itaringa.net/" target=_blank>•Ayuda</a></li>');
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址