I stopped using Chrome recently because it was bugging out on me a lot. Just wondering if this or a similar script is available. Thanks.
Edit: Copy-pasting the main .js seems to work, in case anyone else stumbles upon this. I also recommend adjusting line 89 so it only has the title and ISBN, the author gave me irrelevant results every now and then.
fetch(${API}${source}?title=${encodeURIComponent(bookTitle)}&isbn=${encodeURIComponent(ISBNCode)}).then(response => {
I stopped using Chrome recently because it was bugging out on me a lot. Just wondering if this or a similar script is available. Thanks.
Edit: Copy-pasting the main .js seems to work, in case anyone else stumbles upon this. I also recommend adjusting line 89 so it only has the title and ISBN, the author gave me irrelevant results every now and then.