Gigsgigscloud页面限制移除(解锁无法复制IP、root密码的问题)

2020/6/19 下午7:15:13

// ==UserScript==
// @name        Gigsgigscloud页面限制移除(解锁无法复制IP、root密码的问题)
// @namespace   Violentmonkey Scripts
// @match       https://clientarea.gigsgigscloud.com/*
// @grant       none
// @version     1.0
// @author      sjlleo
// @description 2020/6/19 下午7:15:13
// ==/UserScript==

$(function(){
  'use strict';
   $("body").removeAttr('style');
})();