CoolFace
Apppublic

manhteky123/CloudflareCallDoc

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
polyfill.js4 linesDownload Raw Back to scripts
1//IE Fix, src: https://www.reddit.com/r/programminghorror/comments/6abmcr/nodelist_lacks_foreach_in_internet_explorer/2if (typeof(NodeList.prototype.forEach)!==typeof(alert)){3    NodeList.prototype.forEach=Array.prototype.forEach;4}