TuTuLaiLe Plugins

ttll_plugins

此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.cn-greasyfork.org/scripts/424364/954606/TuTuLaiLe%20Plugins.js

  1. // ==UserScript==
  2. // @name TuTuLaiLe Plugins
  3. // @namespace tutulaile_plugins
  4. // @version 1.0.0
  5. // @description ttll_plugins
  6. // @author lordship
  7. // @require https://cdn.bootcdn.net/ajax/libs/jquery/2.2.0/jquery.min.js
  8. // @compatible Chrome
  9. // @compatible Firefox
  10. // @compatible Edge
  11. // @compatible Safari
  12. // @compatible Opera
  13. // @compatible UC
  14. // @license GPL-3.0-only
  15. // @grant GM_addStyle
  16. // ==/UserScript==
  17.  
  18. (function() {
  19.  
  20. 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 !important;font-size:20px !important;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%;padding:20px}.tutu_btn img,.tutu_btn video,.tutu_btn audio{margin-top:10px;width:100%;border:1px solid #2ad0ea;padding:3px;-o-object-fit:contain;object-fit:contain}.tutu_btn h4{margin-top:10px;font-weight:unset}.tutu_msg{text-align:center;color:#85bcd6 !important;font-size:12px !important}");
  21. })();