Skip to content

Commit

Permalink
Merge pull request #2 from fres621/miwufixed
Browse files Browse the repository at this point in the history
fixed
  • Loading branch information
meqativ authored Nov 22, 2024
2 parents c7ef550 + b40930e commit 53617e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const age = document.querySelector("span#age"),
onlyfans_btn = document.querySelector("button#onlyfans"),
btns = document.querySelector(".buttons");

if (age < 21) { // nvm
if (age.innerText < 21) { // nvm
let last, font_size = 2;
onlyfans_btn.style.display = "";// show if js enabled
onlyfans_btn.addEventListener("click", () => {
Expand Down

0 comments on commit 53617e7

Please sign in to comment.