Skip to content

Instantly share code, notes, and snippets.

@neodigm
Created November 5, 2021 16:49
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 neodigm/270e02d8e46e32217a864588c345b883 to your computer and use it in GitHub Desktop.
Save neodigm/270e02d8e46e32217a864588c345b883 to your computer and use it in GitHub Desktop.
var limitGraphics = (function( _d, _q ){
var aImgs = _d.querySelectorAll( _q );
if( aImgs.length >= 75 ) window.stop();
})(document, "[src*=graphics-prod");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment