Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.4 KB

File metadata and controls

30 lines (21 loc) · 1.4 KB

JSmisc

A repo containing useful JavaScript scripts that can be loaded from URL.

Aim

JavaScript scripts can't be loaded directly from a GitHub URL, unless they are obtained through a "GitHub page". This is what this repo enables: the JS scripts are available through this URL: https://realitybending.github.io/JSmisc/

Usage

For instance, to load the script jspsych_extensions/image-buttonkeyboard-response.js, one can add <script src="https://realitybending.github.io/JSmisc/jspsych_extensions/image-buttonkeyboard-response.js"></script> in their HTML's head.

Examples