您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Permite volver a Taringa V6
当前为
// ==UserScript== // @name Taringa V6 // @namespace https://gf.qytechs.cn/es/users/205385-xarkox // @description Permite volver a Taringa V6 // @compatible firefox // @compatible chrome // @compatible opera // @match *://*.taringa.net/* // @version 1.0 // @license GPLv3 // @grant none // @require https://code.jquery.com/jquery-3.3.1.min.js // @require https://cdn.jsdelivr.net/npm/js-cookie@2/src/js.cookie.min.js // ==/UserScript== this.$ = this.jQuery = jQuery.noConflict(true); function taringa_v6(){ var cookie=Cookies.get('taringaClassic'); if(cookie === "false" || cookie === undefined){ Cookies.set('taringaClassic', 'true', { path: '/', domain: '.taringa.net', hostOnly: 'false', expires: 1 }); if(window.location.pathname === "/"){ window.location.reload(true); } else{ window.location.replace('https://www.taringa.net/'); } } } $(window).on('load', function () { taringa_v6(); });
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址