Easiest way to test?
![]() ![]() |
I am slightly paranoid, so after installing the script I edited my version++ on userscripts and went to my browser to test if the update script will detect the change. Nothing happened in the last 12 hours. I am using days: 1, // Days to wait between update checks I understand this is because it checks every day and not every time I open my script in greasemonkey. But is there a simple way to test it without interfering with the code and without having to wait 24 hours? |
![]() ![]() |
Why are you using the manually included version? Why don't you use the @require? Here are instructions on how to use. I wrote this stuff below on how to test the @require version before I looked at your script and realized you weren't using that version. I suggest you use the @require and read this if you are still paranoid.
var AutoUpdater_49366 = {
id: 49366,
days: 0.042, // check every hour
name: 'YouTube Auto Buffer & Auto HD & Remove Ads',
version: '1.2.3', // change this to a lower value
I've tested the crap out of the code. I've used it for at least two years in all of my scripts and whenever I make an update I can see the sharp increase in the number of installs as my users update after the script notifies them. You can even set days to zero to check on every page load for testing purposes. |


