trmcnvn / twitch-chat-overlay

💬 Overlays the Twitch chat while in fullscreen mode (Firefox/Chrome)
MIT License
15 stars 8 forks source link

accidentally moved twitch chat off screen #24

Closed Apoxiosis closed 4 years ago

Apoxiosis commented 4 years ago

cannot find out how to reset the location of the overlay

trmcnvn commented 4 years ago

You'll have to reset your storage settings for Twitch. If you know how to open the dev console in your browser you can run the following JavaScript while visiting https://twitch.tv

window.localStorage.removeItem("tco-ext:settings");
Apoxiosis commented 4 years ago

i do not know how. can you walk me through it

trmcnvn commented 4 years ago

Here's a multi-browser guide on how to open the dev console: https://support.airtable.com/hc/en-us/articles/232313848-How-to-open-the-developer-console

trmcnvn commented 4 years ago

Just released an update that won't allow the chat window to be dragged off screen.