D&D:TA - Treasure Chest

By Dolomite13 Last update Jun 29, 2009 — Installed 28,790 times.

Facebook updates break auto-reload

in
Subscribe to Facebook updates break auto-reload 3 posts, 2 voices



jnicholson Scriptwright
FirefoxX11

I've noticed recently that the TC changes have been absent from the top of the screen so that I couldn't get to my options any more, and the pages weren't reloading any more either. It looks as though facebook has changed the name of one of its elements so that the script isn't triggered any more.

My fix: I edited the greasemonkey script, searched for

swffbjsholder
and replaced it with
fb_swf_fbjs_holder
and I was back in business.

 
cappo User
FirefoxWindows

Thank you so much. That worked perfectly.

 
cappo User
FirefoxWindows

There is a need to edit the script again thanks to more changes. Thanks to Jason Tobias who wrote on the facebook TA discussion page:

The following replacement also works (these numbers are not randomized on page load...not sure which particular element name will change first :)

replace:
c = document.getElementById("fb_swf_fbjs_holder");
with:
c = document.getElementById("app_content_23415053320");

NOTE: If you have not already made the replacement spelled out previously, you will be replacing
c = document.getElementById("swffbjsholder");
instead.

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