Oto Play

Otomatik Play

  1. // ==UserScript==
  2. // @name Oto Play
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description Otomatik Play
  6. // @author Joseph
  7. // @icon https://i.hizliresim.com/3yyq40p.png
  8. // @match *://*/*
  9. // ==/UserScript==
  10.  
  11. setInterval(function(){
  12. if(document.body.innerText.indexOf("#") !== -1){
  13. var rate = document.getElementsByClassName('btYellowBig ic-playHome')[0];
  14. rate.click();
  15.  
  16. }
  17. },1600);

QingJ © 2025

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