79110114

Date: 2024-10-21 12:53:55
Score: 1.5
Natty:
Report link

Try document.querySelector(".loader").remove() document is referencing the whole page. querySelector gets the first element with the given attribute. remove() removes it.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: OzelotGamer