Skip to content

Instantly share code, notes, and snippets.

@ozh
Created August 2, 2022 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozh/d9810f26b722875e81329d25158712d3 to your computer and use it in GitHub Desktop.
Save ozh/d9810f26b722875e81329d25158712d3 to your computer and use it in GitHub Desktop.
Change DALL-E collection layout to 4 images in a row

In the console, or in a bookmarklet :

var e = document.createElement('style'), sheet;
document.head.appendChild(e);
s = e.sheet;
s.insertRule('.collection-page-images .pagination-content {grid-template-columns:200px 200px 200px 200px !important}', 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment