usoCheckup change
![]() ![]() |
You are the most likely to be impacted on this change as you actually did not put in an object existence test... however to continue using the query and toggle widgets you need to change the @require soon from: // @require http://usocheckup.dune.net/index.php?scriptid=54108... to ... // @require http://usocheckup.dune.net/54108.js?id=usoCheckupI will be making this change in a few seconds/minutes/hours, maybe less... but to maintain the widgets and keeping your script from breaking you need to specify the name of the object with the id string query parameter.
It is also recommended in the future to do this code to prevent object name absences:
if (typeof usoCheckup != "undefined") {
usoCheckup.widgets("query");
usoCheckup.widgets("toggle");
}
Sorry about the inconvenience but Greasemonkey is contemplating doing a major structural modification and I'd like to make sure that usoCheckup is up to date well before that happens. :) Thanks! |
![]() ![]() |
Thank you so much for taking the time to warn me about usoCheckup change.
|
![]() ![]() |
n5zhkyln wrote:You are quite welcome! Thank You for your participation with usoCheckup! :) |


