您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Enables the option to Open github repo with Github Desktop on Linux
// ==UserScript== // @name Open with Github Desktop on Linux // @description Enables the option to Open github repo with Github Desktop on Linux // @icon https://github.githubassets.com/pinned-octocat.svg // @author Divyanshu // @match https://www.github.com/ // @include https://www.github.com/* // @match https://github.com/ // @include https://github.com/* // @grant none // @run-at document-start // @version 1.0 // @namespace https://greasyforks.org/users/718304 // ==/UserScript== Object.defineProperty(navigator, 'userAgent', { value: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36' });