download corner pop black-red theme

black-red theme for download corner pop

此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.gf.qytechs.cn/scripts/457244/1132550/download%20corner%20pop%20black-red%20theme.js

  1. /* eslint-disable no-multi-spaces */
  2. /* eslint-disable no-sequences */
  3. /* eslint-disable no-return-assign */
  4.  
  5. // ==UserScript==
  6. // @name download corner pop black-red theme
  7. // @namespace MFM3Code
  8. // @version 0.1.2
  9. // @description black-red theme for download corner pop
  10. // @author PY-DNG
  11. // @license GPL-v3
  12. // @match NONE
  13. // @grant none
  14. // ==/UserScript==
  15.  
  16. (function __MAIN__() {
  17. document.readyState === 'complete' ? applyStyle() : document.addEventListener('DOMContentLoaded', applyStyle);
  18. function applyStyle() {
  19. const style = document.createElement('style');
  20. style.innerHTML = '.with-play-bar #pop-container{bottom:100px }[class*=pop-] .progress{background:#99a3ba;}[class*=pop-] .icon {fill:#99a3ba;}.pop-info{background:#333;}.pop-info .text span{color:#fff;}.pop-info .icon svg{fill:#fff;}.pop-download{background:#333;}.pop-download .percent{background:#222;}.pop-download .percent span::after,.pop-download .percent span::before{background:red;}.pop-download .percent svg{color:red;}.pop-download.finished .percent{background:#333;}.pop-download .text strong{color:#fff;}.pop-download .text>div small{color:#99a3ba;}.pop-download .text>div div::before{background:#99a3ba;}';
  21. document.head.appendChild(style);
  22. }
  23. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址