253874_video_style

make 253874 video tag not too large.

  1. // ==UserScript==
  2. // @name 253874_video_style
  3. // @namespace http://tampermonkey.net/253874_video_style
  4. // @version 0.2
  5. // @description make 253874 video tag not too large.
  6. // @author You
  7. // @match https://www.253874.net/t/*
  8. // @grant GM_addStyle
  9. // @run-at document-start
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. 'use strict';
  14. GM_addStyle(`
  15. video{
  16. max-height:90vh;
  17. width:auto;
  18. }
  19. `);
  20. })();

QingJ © 2025

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