降龙影院CSS改造

对降龙影院CSS进行小调整,观看更舒适

  1. // ==UserScript==
  2. // @name 降龙影院CSS改造
  3. // @namespace https://gf.qytechs.cn/zh-CN/users/104201
  4. // @version 0.1
  5. // @description 对降龙影院CSS进行小调整,观看更舒适
  6. // @author 黄盐
  7. // @match http://xlyy100.com/*
  8. // @grant GM_addStyle
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13. GM_addStyle(`
  14. .topall{position:absolute !important;}/*导航栏*/
  15. div.ershiba{display:none !important;}/*淘宝天猫优惠券图片*/
  16. div.wrap {padding-top:0px !important;}/*播放框上拉*/
  17. `);
  18. // Your code here...
  19. })();

QingJ © 2025

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