[LIBRARY] InjectorLib

Contains several functions for injecting html/js/css

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/40894/266335/%5BLIBRARY%5D%20InjectorLib.js

Author
TheBone _
Version
1.0
Created
2018-04-21
Updated
2018-04-21
Size
1.06 KB
License
N/A

This is a library.
Use it with @require in your code.


Functions:
inject_srcjs(url)
inject_rawjs(js_code)
inject_headhtml(html_code)
inject_bodyhtml(html_code)
inject_customhtml(html_code, appendafter)
inject_globalcss(css_string)