Automate watching NADA and related sites
can you tell me what line you marked out to make it work? might need to make a tweak.
Lines 79 - 83. Also it has been hitting the play button occasionally while some ads are playing pausing them. Though not a big deal because I have the page auto refreshing every 80 seconds this should also be fixed. Thanks again!
So lines 61 - 65 are causing the script to hit the play button again while an ad is playing and is pausing the video. This is also happening in chrome. Is there anyway to modify that code so it hits the play button only once or double clicks the play button when it does hit it so it resumes immediately?
about to put out an update that removes 79-83 altogether. it seems they are refreshing the page automatically now to try again.
the issue you describe on 61-65, is that happening on nada/watch? that's the only time it attempts to start playing, so it isn't called more than once. aka i'm not sure how it is playing the first time, and then getting paused the second time. (this is different on fame, so i'm hoping that you're seeing it on fame... where i'm doing some odd shit to get the video to load)
Yes it is happening on nada/watch not on fame. I thought it was only happening on Firefox (which plays different ads than chrome) but then it started happening on Chrome last night.
EDIT: The pausing looks like it's related to the browser being refreshed. I have an auto refresh extension running somewhere between 3 minutes to 5 minutes. I turned off the refresh and it will run normally. I'll try and let the script refresh the page if it gets stuck.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Firefox
Lately I've been using firefox with nadamobile as I've been having more luck getting ads until yesterday when they added the change where videos don't automatically play when the page refreshes. I tried this script and it's working however the ads in firefox seem to be shockwave based and the script isn't seeing them as ads so it reloads when they start to play. Could this be fixed or is Chrome the recommended browser to use this script? Thank you for uploading this.
EDIT: I found a piece of the code that I think was auto reloading the page if it didn't find the ads. I commented it out and it's letting the ads play again. It's auto playing and clicking the next button now which is more than what I wanted it to do so this is great so far!