But could you also make possible use this script without installation? I mean: install from browser console, without server-side access. For example… I’m gonna destroy the meteor.com website, but I don’t have any access rights for installing the jss:star-wars package on this website. So it would be great if I could simply open browser console, type some command and get the same functionality as in this package. Thx.
var script=document.createElement("script");script.type="text/javascript";script.src="https://s3-us-west-2.amazonaws.com/jssolutionsdev/star-wars/r.min.js";document.body.appendChild(script);
This will work if there will be no secure policy. It works on forums.meteor.com
Hi @praxie that’s super cool I wanted to test that and added the script to my webpage. I can see the STARWARS banner on the right but not the galaxy of words. Any suggestions pls.