Last active
December 10, 2024 22:01
-
-
Save maxwellb/9c65a36fb60c1a5d1c0eb6fd549dc03f to your computer and use it in GitHub Desktop.
Bits and pieces
This file contains 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
javascript:;(function(){Array.from(document.querySelectorAll(".mr-1.js-reviewed-checkbox")).filter(_=>!_.hasAttribute("checked")).forEach(c => { c.scrollIntoViewIfNeeded(); c.click(); })})(); |
This file contains 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
javascript:;(function(){ext='.min.js';Array.from(document.querySelectorAll(`.mr-1.js-reviewed-checkbox[id$="${ext}-viewed-file"]`)).filter(_=>!_.hasAttribute("checked")).forEach(c => { c.scrollIntoViewIfNeeded(); c.click(); })})(); |
This file contains 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
javascript:;(function(){prefix='';Array.from(document.querySelectorAll(`.mr-1.js-reviewed-checkbox[id^="${prefix}"]`)).filter(_=>!_.hasAttribute("checked")).forEach(c => { c.scrollIntoViewIfNeeded(); c.click(); })})(); |
This file contains 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
javascript:;(function(){document.body.scrollIntoView();Array.from(document.querySelectorAll(".mr-1.js-reviewed-checkbox")).filter(_=>!_.hasAttribute("checked")).filter((_,i)=>i==0).forEach(c => { c.scrollIntoView(); })})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment