Skip to main content

add_browser_js()

Add a JS module to the steam store/community

ParameterTypeDescription
js_relative_pathstrThe desired JS modules relative path

Relative Paths

JS module path's are resolved from %steam%/steamui and all JS modules must reside there.

Example:

# absolute path C:/Program Files (x86)/Steam/steamui/module.js
Millennium.add_browser_js("module.js")