2016-12-08, 04:56 AM
(2016-12-07, 11:16 PM)Sgt Cheesepuffs Wrote:
Why isn't it showing the rest of the stuff?
I also have this, but it doesn't work on the header or footer
var customElements = " #panel, .tfoot, .upper, .thead, .tcat, #footer, #copyright, .breadcrumb, #header";
You have to use the correct identifiers and then also remove image attributes from the css on the respective items else it will not work properly.
Example of correct identifiers:
var customElements = " #panel, .tfoot, .upper, .thead, .postbit_buttons > a:link";
var customText = ".post_block h3, .post_block h3 a, .trow1 a:link, .trow2 a:link, #logo ul.top_links a:link, #panel .lower a:link, .navigation a:link";