您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Botón para recomendar posts y temas.
当前为
// ==UserScript== // @name RecoBotón. // @namespace http://www.taringa.net/Cazador4ever // @match http*://www.taringa.net/* // @include *://www.taringa.net/post/* // @include *://www.taringa.net/comunidades/* // @version 1.1 // @description Botón para recomendar posts y temas. // @icon https://a.fsdn.com/allura/p/taringaapp/icon // @copyright @Cazador4ever // ==/UserScript== $('.social-bar.social-bar--bottom').append('<style>a#reco{background: #000000;margin: 10px 0; width:100%;height: 27px;line-height: 24px;}a#reco:hover{background: #494949}</style><center><a rel="nofollow" id="reco" class="container-post post-social-media share-bt" title="Compartir en el Mi">Compartir en el Mi</a></center>'); $('#reco').click(function shout() { var cont = ''; var link = ''+document.URL+''; $("#reco").css("background","#dbdbdb"); $.ajax({ type : 'POST', dataType: 'json', url : '/ajax/shout/attach', data : { url : link }, success: function(data){ $.ajax({ type : 'POST', dataType : 'json', url : '/ajax/shout/add', data : { key : global_data.user_key, body : cont, privacy : 0, attachment_type : 3, attachment : data.data.id } }); } }); })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址