Launchpad Fixer in Chrome with OffiDocs
Ad
DESCRIPTION
MacmillanHigherEd's LaunchPad textbook viewer is too small to read.
This makes it easier to read.
Basically it checks every second for the textbook viewer and makes it larger if it has to.
This is the entire extension: function checkDOMChange() { var height = (window.
innerHeight - 61).
toString().
concat("px"); var body = document.
getElementById("document-body"); if (body && body.
style.
height != height) { body.
style.
height = height; } setTimeout(checkDOMChange, 1000); } checkDOMChange();
Additional Information:
- Offered by Ethan Curtiss
- Average rating : 5 stars (loved it)
- Developer This email address is being protected from spambots. You need JavaScript enabled to view it.
Launchpad Fixer web extension integrated with the OffiDocs Chromium online