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 characters
    
  
  
    
  | function processModal(){ | |
| modalCloseWait = null | |
| modalWaitInt = setInterval(function(){ | |
| const modal = document.querySelector("[class='MuiPaper-root MuiPaper-outlined MuiPaper-rounded MuiDialog-paper MuiDialog-paperScrollPaper MuiDialog-paperWidthLg MuiDialog-paperFullWidth css-pwtm6o']") | |
| if(modal && !modal.querySelector("[class='MuiCircularProgress-root MuiCircularProgress-indeterminate MuiCircularProgress-colorPrimary css-14rdbf1']")){ | |
| clearTimeout(modalWaitInt) | |
| document.querySelector("[placeholder='Type delete']").value = "delet" | |
| document.querySelector("[placeholder='Type delete']").scrollIntoView() | |
| setTimeout(function(){ | |
| // Just wait for me to add that `e` | 
  
    
      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 characters
    
  
  
    
  | (() => { | |
| document.querySelectorAll(".file-header").forEach(e => e.remove()) | |
| document.querySelector(".file").style.border = "unset" | |
| document.querySelector(".gisthead.pagehead.pb-0.pt-3.mb-4").remove(); | |
| document.querySelector("[role='banner']").remove(); | |
| document.querySelector(".discussion-timeline-actions").remove(); | |
| document.querySelector("[itemprop='about']").remove(); | |
| document.querySelector("footer").remove() | |
| })(); |