Some informations of script :
//disableSelection(document.body) = Disable text selecting on the entire body
//disableSelection(document.getElementById("mydiv")) = Disable text selection on element with id="mydiv"
disableSelection(document.body) = Disable text selecting on the entire body of page(s)