Skip to content

Instantly share code, notes, and snippets.

@mnd999
Created January 14, 2021 09:38
Show Gist options
  • Save mnd999/def229d52c48dfd89fe8f3598a4f04ce to your computer and use it in GitHub Desktop.
Save mnd999/def229d52c48dfd89fe8f3598a4f04ce to your computer and use it in GitHub Desktop.
Make Neo4j documentation use the full screen width
// ==UserScript==
// @name Neo4j Docs full screen
// @version 1
// @grant none
// @include https://neo4j.com/docs/*
// ==/UserScript==
document.querySelector("article.doc").style.setProperty("max-width", "100%")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment