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://greasyfork.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'
});