Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. function nigger() {
  2. let el = document.querySelectorAll(".map-challenge-title");
  3. el.forEach(e => {
  4. e.classList.add("map-challenge-title-completed");
  5. e.querySelector(".badge.map-badge").innerHTML = "<span class=\"sr-only\">Passed</span><svg height=\"50\" viewBox=\"0 0 200 200\" width=\"50\" xmlns=\"http://www.w3.org/2000/svg\" style=\"height: 15px; margin-right: 10px; width: 15px;\"><g><title>Passed</title><circle cx=\"100\" cy=\"99\" fill=\"#006400\" r=\"95\" stroke=\"#006400\" stroke-dasharray=\"null\" stroke-linecap=\"null\" stroke-linejoin=\"null\"></circle><rect fill=\"#ffffff\" height=\"30\" stroke=\"#ffffff\" stroke-dasharray=\"null\" stroke-linecap=\"null\" stroke-linejoin=\"null\" transform=\"rotate(-45, 120, 106.321)\" width=\"128.85878\" x=\"55.57059\" y=\"91.32089\"></rect><rect fill=\"#ffffff\" height=\"30\" stroke=\"#ffffff\" stroke-dasharray=\"null\" stroke-linecap=\"null\" stroke-linejoin=\"null\" transform=\"rotate(45, 66.75, 123.75)\" width=\"80.66548\" x=\"26.41726\" y=\"108.75\"></rect></g></svg>";
  6. });
  7. }
  8.  
  9. window.onload = function(){
  10. setInterval(nigger, 10);
  11. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement