Code
var divs = document.querySelectorAll("*")
for (var i = 0; i < divs.length; i++){
divs[i].style.backgroundColor = "rgb(34,34,34)";
divs[i].style.color = "white";
}
For further actions, you may consider blocking this person and/or reporting abuse
Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.
Martins Gouveia -
Abdul Ghofur -
Sunil Kumar Dash -
Grzegorz Dubiel -
Top comments (0)