Skip to content

Instantly share code, notes, and snippets.

@rgbkrk
Created September 10, 2016 01:32
Show Gist options
  • Save rgbkrk/c029f787c27bc7512b0b7571115cb5e3 to your computer and use it in GitHub Desktop.
Save rgbkrk/c029f787c27bc7512b0b7571115cb5e3 to your computer and use it in GitHub Desktop.
Put Rx on any random page
var RxScript = document.createElement('script'); RxScript.src = "https://unpkg.com/@reactivex/rxjs/dist/global/Rx.js"; document.getElementsByTagName('head')[0].appendChild(RxScript);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment