Skip to content

Instantly share code, notes, and snippets.

View CommandoBM's full-sized avatar
🏠
Von zu Hause aus arbeiten

Rebecca Möller CommandoBM

🏠
Von zu Hause aus arbeiten
View GitHub Profile
@kentcdodds
kentcdodds / chooser.js
Last active July 12, 2021 14:17
JSHint Options Chooser
// Just paste this into the console on http://www.jshint.com/docs/options/
(function() {
var i, row, link, span, extraCol, checkbox, value;
var rows = document.querySelectorAll('table.options tr');
var links = document.querySelectorAll('table.options a');
// add checkboxes
for (var i = 0; i < rows.length; i++) {
row = rows[i];