21,29c21 < var upref=''; < if (document.getElementById('imgcopycheck')) { < if (document.getElementById('imgcopycheck').outerHTML.indexOf(' disabled') != -1) { < upref=''; < } else if (getipvalid()) { < upref=' to upload via data URI or'; < } < } < var ourrc='right click' + upref; --- > var ourrc='right click'; 31c23 < ourrc='swipe or pinch' + upref; --- > ourrc='swipe or pinch'; 289,297c281 < var usuff=''; < if (document.getElementById('imgcopycheck')) { < if (document.getElementById('imgcopycheck').outerHTML.indexOf(' disabled') != -1) { < usuff=''; < } else if (getipvalid()) { < usuff=' Can enter an image data URI here for uploading purposes.'; < } < } < var huhifs=prompt('Optionally, please, any CSS for images ... append three spaces to be able to edit this ' + gthing + ' in a canvas ... ref. https://www.w3schools.com/cssref/css3_pr_filter.php ... eg. ' + egblurb + usuff + ' ', defblurb); --- > var huhifs=prompt('Optionally, please, any CSS for images ... append three spaces to be able to edit this ' + gthing + ' in a canvas ... ref. https://www.w3schools.com/cssref/css3_pr_filter.php ... eg. ' + egblurb + ' ', defblurb); 299,304d282 < if (huhifs.indexOf('data:image/') == 0) { < if (document.getElementById('imgcopycheck') && usuff != '') { //if (document.URL.indexOf('/streetart/') != -1) { < uplitc(huhifs); //alert(document.URL); < } < return ''; < }