Open
Conversation
Update and improve old userscript * change setTimeout to addEventListener * Use @run-at to get it to load at an appropriate timeframe so that the above change can actually work. Seems to work consistently. Tested in Chrome using Tampermonkey and Firefox using Greasemonkey. * Fix a few url pointers. Pointed downloadurl and updateurl to the rawgithub.com version of the url so that it gets the raw version and pointed the src setAttribute appropriately. Due to strict checking in Tampermonker (at least) it is necessary since github's normal raw url sends as text/plain instead of text/javascript. Seems rawgithub.com uses the expected doc type. * Changed the commented dev/master urls to the main website instead of tha raw version since it is giving an invalid request error anyways. Not sure what the intent was on those comments.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Here is an updated user script to replace the old one. URLs are fixed as appropriate and it is now using an appropriate document listener so it doesn't waste time in loading.