sketchfab.com - Remove gamepads support

Removes gamepads support because it's broken

2015/08/16のページです。最新版はこちら

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
// ==UserScript==
// @name         sketchfab.com - Remove gamepads support
// @namespace    x4fab_sffixed
// @version      0.1
// @description  Removes gamepads support because it's broken
// @author       x4fab
// @match        https://sketchfab.com/*
// @grant        none
// @license      CC0
// ==/UserScript==

navigator.getGamepads = function (){ return [] };
navigator.webkitGetGamepads = function (){ return [] };