Userscripts.org - Inline Fans List

By pwlin Last update Mar 5, 2013 — Installed 1,596 times.

[SOLVED] Incompatible with newest USO theme

in
Subscribe to [SOLVED] Incompatible with newest USO theme 3 posts, 2 voices



Marti Scriptwright
FirefoxX11

I'm sure everyone knows this script is no longer out of the box compatible with the newest theme change on USO.

However there is one easy fix

Find this line

_html_root : '//html//body//div[@id="root"]//div[@id="content"]',

and change it to this line

_html_root : '//html//body//div[@id="root"]//div[@id="section"]//div[@class="container"]',

 
pwlin Script's Author
FirefoxWindows

Newly released version 0.8 is now compatible with the new site design.

 
Marti Scriptwright
FirefoxX11

Many thanks.