You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: