arras.io palemoon and mypal fix disconnected overlay

for browsers that don't support navigator.getGamepads()

当前为 2021-03-28 提交的版本,查看 最新版本

// ==UserScript==
// @name        arras.io palemoon and mypal fix disconnected overlay
// @namespace   http://bzzzzdzzzz.blogspot.com/
// @description for browsers that don't support navigator.getGamepads()
// @author      BZZZZ
// @include     /^https?\:\/\/arras\.io\/([?#]|$)/
// @version     0.1
// @grant       none
// @run-at      document-start
// ==/UserScript==
 
if(typeof window.navigator.getGamepads!=="function")window.navigator.getGamepads=window.Array;