Xon submitted a new resource:
Options by URL - Developer-only tooling for testing XF options per-page
Read more about this resource...
Options by URL - Developer-only tooling for testing XF options per-page
Allows overriding XF options via URL. Unauthenticated.
Not for general use!
Usage
Prefixxf.options.
to the option name;
ie;
Code:http://example.org/?xf.options.boardActive=0
Array values should be encoded as json;
ie;
Code:http://example.org/?xf.options.tosUrl={"type":"default"}
Warnings
Only runs when development mode is enabled, logs an error otherwise.
A site with this add-on installed should...
Read more about this resource...