soiz1's picture
Upload folder using huggingface_hub
4d70170 verified
raw
history blame contribute delete
214 Bytes
const script = document.createElement('script')
script.src = chrome.runtime.getURL('build/hook-exec.js')
script.onload = () => {
script.remove()
}
;(document.head || document.documentElement).appendChild(script)