您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
This is a cool button style I made! Enjoy!
- /* ==UserStyle==
- @name Cool Button
- @description This is a cool button style I made! Enjoy!
- @version 0.0.1.20200706153523
- @namespace https://greasyfork.org/users/664021
- ==/UserStyle== */
- .button2 {
- background: none repeat scroll 0 0 rgba(255, 165, 0, 0.7);
- transition: background 0.8s ease 0s;
- border: 0 none;
- color: #fff;
- cursor: pointer;
- font: 300 15px/39px "Open Sans",Helvetica,Arial,sans-serif;
- height: 39px;
- margin: 10px 0 0 20px;
- outline: medium none;
- overflow: hidden;
- padding: 0 25px;
- position: relative;
- display: block;
- float: right;
- text-decoration: none;
- }
- .button2:hover{
- background: none repeat scroll 0 0 rgba(255, 165, 0, 1);
- }