Skip to content

Instantly share code, notes, and snippets.

@ozh
Created August 2, 2022 13:36
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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