I know how to grab the URL using this piece of code;
var src = event.dataTransfer.getData("Text");
but I am not sure how to implement it into this script. If you could provide some insight or even add it as standard to the script that would be awesome.
I know how to grab the URL using this piece of code;
var src = event.dataTransfer.getData("Text");
but I am not sure how to implement it into this script. If you could provide some insight or even add it as standard to the script that would be awesome.