Created
November 5, 2021 16:49
-
-
Save neodigm/270e02d8e46e32217a864588c345b883 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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