Socket
Socket
Sign inDemoInstall

addtopage

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    addtopage

add content to your page - how you want - using JavaScript


Version published
Weekly downloads
4
Maintainers
1
Created
Weekly downloads
 

Readme

Source

addtopage Travis

a tiny resource injector

What's it do?

This helps add content to a web page using one line of code when all you remember is the URI. For example, if you want to add Moment.js to a page, you can just:

addtopage('http://momentjs.com/downloads/moment.min.js')

But it doesn't just load JavaScript. You can load images and stylesheets now, and lots more is planned.

// add an image
addtopage('/path/to/an/image')

// add a stylesheet
addtopage('//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css')

What's the point in using this?

It's original purpose was so I could inject stuff into a page without having to actually edit the page — anything I needed could be added from the browser console. However, it can also be used to asynchronously load site assets using one line of code.

Even though this is currently a tiny, simple asset-loading library (if it can even be called a "library"), lots of awesome stuff is planned in the near future!

FAQs

Last updated on 26 Sep 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc