Large

Show Just Image

By n5zhkyln Last update May 4, 2010 — Installed 56,097 times.

usoCheckup change

in
Subscribe to usoCheckup change 3 posts, 2 voices



Marti Scriptwright
FirefoxX11

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=usoCheckup
I 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!

 
n5zhkyln Script's Author
FirefoxWindows

Thank you so much for taking the time to warn me about usoCheckup change.
Now my script is fixed.

 
Marti Scriptwright
FirefoxX11

n5zhkyln wrote:
Thank you so much for taking the time to warn me about usoCheckup change.
You are quite welcome! Thank You for your participation with usoCheckup! :)

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel