您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
pulsante logout facebook
当前为
// ==UserScript== // @name facebook logout new facebook // @description pulsante logout facebook // @author figuccio // @version 0.6 // @namespace https://gf.qytechs.cn/users/237458 // @match https://*.facebook.com/* // @noframes // @grant GM_addStyle // @grant GM_setValue // @grant GM_getValue // @grant GM_registerMenuCommand // @require https://gf.qytechs.cn/scripts/12228/code/setMutationHandler.js // @license MIT // ==/UserScript== var f = document.createElement('span'); f.innerHTML = "logout"; var c ='position:fixed;text-align:right;top:0;right:200px;padding:3px 6px;z-index:50000;color:red!important;background-color:green;border:1px solid blue;line-height:19px;font-size:11pt;cursor:pointer;font-weight:bold;text-decoration:none;border-radius:12px;'; f.style.cssText = c; f.title = 'logout facebook'; f.addEventListener('click',function(e) { e.preventDefault(); document.querySelector('div[aria-label="Il tuo profilo"]') .click(); window.setTimeout(function() { document.querySelector('div[data-nocookies="true"]') .querySelector('span') .click(); e.target.innerHTML = '<img src="//www.facebook.com/images/loaders/indicator_blue_small.gif"/>' }, 1000) }, false); document.body.appendChild(f); ////////////////////////////// /* var f = document.createElement('span'); f.innerHTML = "logout"; var c ='position:fixed;text-align:right;top:0;right:200px;padding:3px 6px;z-index:50000;color:red!important;background-color:green;border:1px solid blue;line-height:19px;font-size:11pt;cursor:pointer;font-weight:bold;text-decoration:none;border-radius:12px;'; f.style.cssText = c; f.title = 'logout facebook'; f.addEventListener('click',function() { document.querySelector('div[aria-label="Il tuo profilo"]') .click(); //////////////////// var click2 = "oajrlxb2 gs1a9yip g5ia77u1 mtkw9kbi tlpljxtp qensuy8j ppp5ayq2 goun2846 ccm00jje s44p3ltw mk2mc5f4 rt8b4zig n8ej3o3l agehan2d sk4xxmp2 rq0escxv nhd2j8a9 a8c37x1j mg4g778l btwxx1t3 pfnyh3mw p7hjln8o kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x tgvbjcpo hpfvmrgz jb3vyjys rz4wbd8a qt6c0cv9 a8nywdso l9j0dhe7 i1ao9s8h esuyzwwr f1sip0of du4w35lb lzcic4wl abiwlrkh p8dawk7l ue3kfks5 pw54ja7n uo3d90p7 l82x9zwi"; window.setTimeout(function() { document.getElementsByClassName(click2)[5].click(); // test esci }, 1000) }, false); document.body.appendChild(f); */
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址