clumsyman / dreye.center

// ==UserScript==
// @name         dreye.center
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  center the dreye
// @author       clumsyman
// @copyright 2018, clumsyman (https://openuserjs.org//users/clumsyman)
// @license MIT
// @match        https://www.dreye.com.cn/dict_new/dict.php
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    document.getElementById("top").removeAttribute("style");
    document.getElementById("bodyid").removeAttribute("style");
})();