Skip to content

Instantly share code, notes, and snippets.

@oreshinya
Created December 11, 2013 15:07
Show Gist options
  • Select an option

  • Save oreshinya/7911987 to your computer and use it in GitHub Desktop.

Select an option

Save oreshinya/7911987 to your computer and use it in GitHub Desktop.
google developer consoleの対応端末一括OFF
function checkOff($) {
var checkbox = $('.popupContent span[aria-checked="false"]');
if (!!checkbox) {
checkbox.click();
checkOff($);
}
}
checkOff($);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment