zucxk

Konfirmasi Dapodik

Nov 4th, 2021 (edited)
543
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. javascript:!function() {
  2.   const tampilkanSemua = document.querySelector('[class="x-btn x-unselectable x-box-item x-toolbar-item x-btn-soft-purple-small"][aria-pressed=false]');
  3.  
  4.   if (tampilkanSemua) {
  5.     tampilkanSemua.click()
  6.   }
  7.  
  8.   const ceklis = document.querySelectorAll('.x-grid-checkcolumn');
  9.   ceklis.forEach((elm) => elm.click());
  10. }()
Add Comment
Please, Sign In to add comment