Skip to content

Commit

Permalink
Merge pull request #3 from tag-recovery/fix-textarea-injection
Browse files Browse the repository at this point in the history
fixes textarea selector for thread pages
  • Loading branch information
spitsfire authored Dec 10, 2023
2 parents 42a9a0b + c11416e commit 6a42a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/iconHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function grabElements() {
const username = document
.querySelector("form span.ljuser")
.getAttribute("lj:user");
const textarea = document.querySelector("textarea");
const textarea = document.querySelector("textarea#body");
let dwrpTools = document.querySelectorAll("input.custom-button");
let prevTextArea = textarea.value;

Expand Down

0 comments on commit 6a42a25

Please sign in to comment.