Skip to content

Commit

Permalink
Update youhua.user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
5iux committed Dec 26, 2019
1 parent 5853a4a commit 9f5fc4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions youhua.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name 韩都淘内优化连接
// @namespace https://5iux.github.io/youhua
// @version 2019.12.26.0
// @version 2019.12.26.1
// @description 本脚本主要针对淘内后台优化,增加快捷方式、优化链接http缺失、一键居中、模块去除10像素间距等;装修后台增加新窗口打开,欢迎交流使用;
// @author D.Young
// @match *://siteadmin.tmall.com/module*
Expand Down Expand Up @@ -59,7 +59,7 @@
.bluegirl{ display: none; }\
.aw-wrapper{ display: none !important; }');
//装修直达
GM_addStyle('.zxbtn{position: fixed; left: 50%; margin-left: -680px; width:80px; z-index: 10000; opacity: 0.8; animation:dymove 1s infinite;}');
GM_addStyle('.zxbtn{position: absolute; left: 50%; margin-left: -680px; width:80px; z-index: 10000; animation:dymove 1s infinite;}');


})();

0 comments on commit 9f5fc4f

Please sign in to comment.