facebook recent

Aggiungi pulsante per tornare su facebook

当前为 2019-11-03 提交的版本,查看 最新版本

// ==UserScript==
// @name           facebook recent
// @author         figuccio
// @namespace https://gf.qytechs.cn/users/237458
// @description    Aggiungi pulsante per tornare su facebook
// @version        0.3
// @include        *
// @exclude https://drive.google.com/*
// @grant       GM_addStyle
// ==/UserScript==
(function() {
    'use strict';
var a = document.createElement('span');
a.innerHTML = "facerec";
GM_addStyle='position:fixed;text-align:left;left:0px;top:0px;z-index:50000;color:red!important;background-color:green;border:2px solid blue;padding:6px 8px;font-size:11pt;cursor:pointer;font-weight:bold;text-decoration:none;border-radius:12px;'
a.style.cssText = GM_addStyle;
a.addEventListener('click', function(){window.location.href = "https://www.facebook.com/?sk=h_chr"; (0,0); }, false);
document.body.appendChild(a);
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址