(src)
| 613 | }) |
| 614 | } |
| 615 | function getDomain(src) { |
| 616 | return src.substring(0, src.indexOf('/assistant.js')) |
| 617 | } |
| 618 | function init() { |
| 619 | const sqlbotScripts = document.querySelectorAll(`script[id^="${script_id_prefix}"]`) |
| 620 | const scriptsArray = Array.from(sqlbotScripts) |