Skip to content

Instantly share code, notes, and snippets.

@alirobe
Created May 27, 2026 14:14
Show Gist options
  • Select an option

  • Save alirobe/6f3c7a7caf422f307c418ec89f52ea6e to your computer and use it in GitHub Desktop.

Select an option

Save alirobe/6f3c7a7caf422f307c418ec89f52ea6e to your computer and use it in GitHub Desktop.
britannica octurdle fix
javascript:(function() { var style = document.createElement('style'); style.type = 'text/css'; style.innerHTML = '.normal-boards{max-width:100%!important} .normal-boards>*{width: calc(100%/9 - 5px) !important} .ad-board,.adswrapper,#body>div:not(#game){display:none!important}'; document.head.appendChild(style); })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment