Skip to content

Instantly share code, notes, and snippets.

@nmanikiran
Last active February 11, 2021 12:44
Show Gist options
  • Save nmanikiran/2f34144402745834d5605c163afdd578 to your computer and use it in GitHub Desktop.
Save nmanikiran/2f34144402745834d5605c163afdd578 to your computer and use it in GitHub Desktop.
// Some elements will cause a horizontal scroll bar to appear, due to the width of those elements
[].forEach.call($$("*"), function(a) {
a.style.outline =
"1px solid #" + (~~(Math.random() * (1 << 24))).toString(16);
});
// https://gist.github.com/addyosmani/fd3999ea7fce242756b1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment