New script - 4anime.gg

2022/11/11 22:54:42

  1. // ==UserScript==
  2. // @name New script - 4anime.gg
  3. // @namespace Violentmonkey Scripts
  4. // @match https://*/*
  5. // @grant none
  6. // @version 1.0
  7. // @grant GM_addStyle
  8. // @author -
  9. // @description 2022/11/11 22:54:42
  10. // ==/UserScript==
  11. (function() {
  12. 'use strict';
  13.  
  14. GM_addStyle(`html body .jw-captions{pointer-events: fill; height: 200px; top: auto;bottom: 170px;}html body .jw-text-track-cue{user-select: text;}
  15. `);
  16. })();