Facebook Alt+Q 回首頁

Facebook Alt+Q 回首頁,適用於任何Facebook子網域,直接回到Facebook首頁。

目前為 2018-11-19 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Facebook Alt+Q 回首頁
// @version      1.1.2
// @description Facebook Alt+Q 回首頁,適用於任何Facebook子網域,直接回到Facebook首頁。
// @namespace     haer0248
// @homepage      https://home.gamer.com.tw/haer0248
// @author       Michael Lin
// @match       *://facebook.com/*
// @match       *://*.facebook.com/*
// @run-at        document-start
// @grant        none
// ==/UserScript==

/**************************************************************

     需要增加網址或變更請增加/更改上方的 @include       <網址>

***************************************************************/
(function() {
    'use strict';
    document.onkeydown=function(event){
        var e = event || window.event;
        if (e.keyCode == 81 && e.altKey) {
            location.href ='https://www.facebook.com/';
        }
    }
})();

QingJ © 2025

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