I need help with getting links to work. Links can launch things, such as
javascript:x=document.createElement("script");x.src="https://worldlanguages.github.io/animatedThumbnailsBookmarklet/code.js"; void document.getElementsByTagName("head")[0].appendChild(x);
That works and can launch a script. I am trying to make a colorpicker, but I don't understand why it's not working. Below is my code.
javascript:x=document.createElement("script");x.src="//raw.githubusercontent.com/hellolose/Color-Picker/master/.gitignore/.gitignore"; void document.getElementsByTagName("head")[0].appendChild(x);
It can find the code but It won't launch. I don't know which went wrong, the code or the actual launching. If there are answers, could you please post them in the comments, and if this is already answered then I didn't find it. The ones I found all had answers. : ( Thanks!