kistoryg / 百度网盘助手

// ==UserScript==
// @namespace     https://openuserjs.org/users/kistoryg
// @name          百度网盘助手
// @description   Showing the current basic and recommended format for a User script.
// @copyright     2017, kistoryg (https://openuserjs.org/users/kistoryg)
// @license       GPL-3.0+; http://www.gnu.org/licenses/gpl-3.0.txt
// @version       0.0.1
// @match         http*://pan.baidu.com/*
// @grant         none
// @run-at        document-start
// ==/UserScript==

// ==OpenUserJS==
// @author kistoryg
// ==/OpenUserJS==

Object.defineProperty(navigator, 'platform', {
  get: function () {
    return 'WTF';
  }
});