Results 6 comments of Branko Bjadov

I had to slightly modify Vuizur's solution because it was only getting the URLCopy part (Javascript): `let re = /[0-9].*URLCopyEmbedCopy/` `lyrics.match(re)`

Yeah I'm also having problems getting started with this on NextJS using TS, getting an error from `/dist/js/index.min.js` about `document` not being defined

On NextJS I have fixed the issue by putting the import in a `useEffect` ` useEffect(() => { import('tw-elements'); }, []);`

@ahmetskilinc If memory serves me well I put it in my `index.tsx`

Yes, this is from `package.json` ![image](https://user-images.githubusercontent.com/32765662/149902093-8d3020c1-4460-4fec-9221-00ec68a48bca.png)

Have you tried in incognito? I can open it, but I've had this same bug with other websites. Sometimes they'll load after spamming refresh, other times it takes a restart.