Instructions about how integrate all external methods
To generate and get the gist files updated:
var scripts = {}
document.querySelectorAll('.file-header .btn.btn-sm ').forEach(item => {
const script = item.href.replace('gist.github', 'rawgit')
const data = script.split('/')