News Focus
News Focus
icon url

ls7550

10/11/13 5:35 PM

#168641 RE: Newly2b #168637

Yes, that script works, but what is happening to me is first it displays in the new style, then switches to the old style.


It does seem to have slowed in editing. I suspect the include file location/website might have something to do with it. When I copied the js from that source

// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js

and loaded it to another location and changed the @require code to point to that i.e.

// @require http://www.jfholdings.pwp.blueyonder.co.uk/jquery.min.js

it seems quicker.

The code strips out all iframes and then the left and right columns and then deletes the mcenter's class (so it spans the total width), so it does have to 'edit' each page, each time. Likely the browser is rendering the unedited version faster than what the script modifies the HTML code, so you're seeing the original briefly beforehand.

If you've adblock also running, the two might be fighting over making edits, perhaps try disabling ADB on IH and see if that makes any difference.