TuTuLaiLe Plugins

Hi.图图来了的库文件。

As of 02.04.2021. See ბოლო ვერსია.

ეს სკრიპტი არ უნდა იყოს პირდაპირ დაინსტალირებული. ეს ბიბლიოთეკაა, სხვა სკრიპტებისთვის უნდა ჩართეთ მეტა-დირექტივაში // @require https://update.greasyfork.org/scripts/424364/917494/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;border-radius: 10px;margin-bottom: 20px;display:table;}");

})();