nexushoratio / userscripts

Random userscripts for browsers.
GNU General Public License v3.0
2 stars 0 forks source link

Move `dumpInfoAboutElement` into Pages. #100

Closed nexushoratio closed 1 year ago

nexushoratio commented 1 year ago

A little clunky as is, since it uses pages before the class is instantiated.

We are assuming it will be a singleton, but really, it may not be.

Likely, when the Page instances get registered, we should tell them which Pages instance is being used anyway.

May be other functions that would be appropriate to move around like that.