preserve newlinesinstead of just blasting the artifacts from

master
cynic 3 years ago committed by GitHub
parent 6315526d42
commit 2e69fe8426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tolerance.user.js

@ -20,6 +20,6 @@ console.log("decoding hex");
const answers = Array.from(document.querySelectorAll(".ama-answer-content, .ama-author-name"));
answers.forEach(function(ans) {
ans.innerText = ans.innerText.replaceAll(" ", "");
ans.innerText = ans.innerText.replaceAll(" ", "0A");
ans.innerText = hex2ascii8(ans.innerText);
});

Loading…
Cancel
Save