Can u help me with this? Can u do that text to impossible to mark? P5js game points text | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Can u help me with this? Can u do that text to impossible to mark? P5js game points text

Can u do that to make that text impossible to mark? It disturbing while someone play in it https://code.sololearn.com/WF9iSR28z383/?ref=app https://code.sololearn.com/WF9iSR28z383/?ref=app

4th Jan 2020, 8:38 PM
Bar Kro
Bar Kro - avatar
5 Antworten
+ 5
Try document.onselectstart=function (){return false}
4th Jan 2020, 9:59 PM
Kevin ★
+ 5
Add this in the head: <script> window.onselect=function (){return false}; </script>
4th Jan 2020, 9:19 PM
Kevin ★
+ 1
Kevin Star i added this and its still same as earlier on normal page this probably work but its text on p5js and idk
4th Jan 2020, 9:28 PM
Bar Kro
Bar Kro - avatar
+ 1
Kevin Star but thanks for help :)
4th Jan 2020, 9:30 PM
Bar Kro
Bar Kro - avatar
+ 1
Kevin Star thanks this works
4th Jan 2020, 10:18 PM
Bar Kro
Bar Kro - avatar