document.querySelectorAll("*").forEach((v,i)=>{v.contentEditable=true;}); is the proper way to do it imo
(Don't forget to document.querySelectorAll("*").forEach((v,i)=>{v.contentEditable=false;}); after for maximum authenticity)
document.querySelectorAll("*").forEach((v,i)=>{v.contentEditable=true;}); is the proper way to do it imo
(Don't forget to document.querySelectorAll("*").forEach((v,i)=>{v.contentEditable=false;}); after for maximum authenticity)