Created
October 12, 2021 04:04
-
-
Save abdmun8/1d3b259eb8d9d1323eb6e89c6e33cafc to your computer and use it in GitHub Desktop.
Revisions
-
abdmun8 created this gist
Oct 12, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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'});