NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==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"); })();