Greasy Fork 还支持 简体中文。

Watch Series Patch

watch series patch

  1. // ==UserScript==
  2. // @name Watch Series Patch
  3. // @namespace localhost
  4. // @include http://watchtvseries.se/open/cale/*
  5. // @include http://www.vid.gg/*
  6. // @require https://greasyfork.org/scripts/10546-mujs-2-0/code/MUJS%2020.js?version=57895
  7. // @description watch series patch
  8. // @version 1.0
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12.  
  13. mouse('click','.myButton');
  14.  
  15. sel('#videoPlayer').attr({'autoplay':'true'});