Go back to previous topic
Forum nameHigh-Tech
Topic subjectI looked at the documentation for both Google Chrome and Firefox
Topic URLhttp://board.okayplayer.com/okp.php?az=show_topic&forum=11&topic_id=299073&mesg_id=300301
300301, I looked at the documentation for both Google Chrome and Firefox
Posted by obsidianchrysalis, Tue Aug-02-16 08:56 PM
The process for reading HTML and then spitting out a new stylesheet in order to make reading the boards easier is straightforward.

Both formats have language methods for reading HTML and then running that content through a stylesheet with the purpose of displaying a new layout of the boards in the browser.

The extension would likely have to be written in Javascript and then that script could spit out a CSS stylesheet which would act upon the HTML and display an 'updated' board.

If you have some spare time and are still interested, I could workout some ideas for layout and the programming structure and then post them in a Google Document of some sort for you, or anyone else, to read over.