Skip to content

Instantly share code, notes, and snippets.

@abdmun8
Created October 12, 2021 04:04
Show Gist options
  • Select an option

  • Save abdmun8/1d3b259eb8d9d1323eb6e89c6e33cafc to your computer and use it in GitHub Desktop.

Select an option

Save abdmun8/1d3b259eb8d9d1323eb6e89c6e33cafc to your computer and use it in GitHub Desktop.

Revisions

  1. abdmun8 created this gist Oct 12, 2021.
    2 changes: 2 additions & 0 deletions remove_enrollment_adss
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    # paste in your console after login
    var ids = ['FORCE_ENROLLMENT','freezeSearch'];ids.forEach(e => {var i = document.getElementById(e); i.style.display = 'none'});