Skip to content

Instantly share code, notes, and snippets.

@xxbinxx
Last active September 8, 2022 15:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xxbinxx/16aece0b96446c50950d85c07f6050fd to your computer and use it in GitHub Desktop.
Save xxbinxx/16aece0b96446c50950d85c07f6050fd to your computer and use it in GitHub Desktop.
view 2 pages at once in google docs.
// Use this JS in your google doc browser console
// Courtesy https://coderwall.com/p/qvdxia/2-page-view-in-google-docs
(function(d, t, z, s) {
s = d.createElement(t);
s.innerHTML = z + '-outer{left:0px !important;}' + z + '-outer,' + z + '-inner{width:100% !important;}.kix-page{float:left; width:48% !important;}';
d.getElementsByTagName(t)[0].parentNode.appendChild(s);
})(document, 'style', '.kix-zoomdocumentplugin');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment