Option To Turn Off Update Check
|
|
Is there a way to turn off the "check for an update" function? If not, you should add that option. If the current version works just fine for me, I see no need to update, so the notice in the corner of every YouTube page is annoying. Yes it can be hidden, but it doesn't stay hidden permanently. |
|
|
You can edit the script and remove or comment out the relevant lines of the script. Search for the line "// Checks for script updates", delete it and the following lines and save the file. I advise you not to do it though. The web is a dynamic and changing environment, and is very easy for a Greasemonkey script to be rendered obsolete or buggy if not updated. Small changes in the source code of the page can make the script fail in subtle ways, and of course you won't have any new features. If you experience any problem with the last version, it's always better to report it and try to solve the problem than revert permanently to an old version. |