Greasy Fork is available in English.

TuTuLaiLe Plugins

Hi.图图来了的库文件。

目前為 2021-04-02 提交的版本,檢視 最新版本

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.greasyfork.org/scripts/424364/917503/TuTuLaiLe%20Plugins.js

// ==UserScript==
// @name         TuTuLaiLe Plugins
// @namespace    tutulaile_plugins
// @version      1.0.0
// @description  Hi.图图来了的库文件。
// @author       lordship
// @require      https://cdn.bootcdn.net/ajax/libs/jquery/2.2.0/jquery.min.js
// @compatible	 Chrome
// @compatible	 Firefox
// @compatible	 Edge
// @compatible	 Safari
// @compatible	 Opera
// @compatible	 UC
// @license      GPL-3.0-only
// @grant        GM_addStyle
// ==/UserScript==

(function() {

GM_addStyle(".tutu_space{background:#fff;width:264px;border:1px solid #2ad0ea;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;margin-bottom:20px;display:table}.tutu_title{background:#2ad0ea;color:#fff;font-size:20px;text-align:center;padding:5px;-webkit-border-top-left-radius:10px;-moz-border-radius-topleft:10px;border-top-left-radius:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topright:10px;border-top-right-radius:10px;margin:0 auto}.tutu_btn{display:table;width:100%;text-align:center;padding:20px}#qtw_img{border:1px solid;padding:5px 10px;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;margin-right:20px}#qtw_video{border:1px solid;padding:5px 10px;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;margin-right:20px}#qtw_music{border:1px solid;padding:5px 10px;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px}");

})();