sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- Download zsh-autosuggestions by
| var index = 0; | |
| if (confirm(`Are you sure you want to DELETE ALL your entries in this section?`)) { | |
| $("a.animetitle").each(function () { | |
| var animeLink = $(this).attr("href"); | |
| var animeId = animeLink.substring( | |
| animeLink.lastIndexOf("anime/") + 6, | |
| animeLink.lastIndexOf("/") | |
| ); | |
| var deleteUrl = `/ownlist/anime/${animeId}/delete`; | |
| setTimeout(function () { |
Problem: I experienced Spotify being stuck in full screen mode. The title bar with minimize, maximize and close wasn't present and no keyboard shortcut I know about would exit full screen.
Solution:
@mastier has improved the solution - see here
Solution (old):