Redirects Reddit links to randomly chosen Libreddit instances automatically and provides an option to reload in a different instance, if the user wishes to do so.
for the reload button to appear all the time, it sometimes doesn't appear as script doesnt get document.body to append the button too at time of page load.
Works well.
Would suggest changing
@run-at document-start
to
@run-at document-end
for the reload button to appear all the time, it sometimes doesn't appear as script doesnt get document.body to append the button too at time of page load.