We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd10ea commit 81ce939Copy full SHA for 81ce939
readme.md
@@ -1,4 +1,5 @@
1
# YouTube Music
2
+
3
[](https://GitHub.com/th-ch/youtube-music/releases/)
4
[](https://github.com/th-ch/youtube-music/blob/master/LICENSE)
5
[](https://github.com/sindresorhus/xo)
@@ -80,7 +81,7 @@ module.exports = win => {
80
81
// front.js
82
module.exports = () => {
83
// Remove the login button
- document.querySelector('.sign-in-link.ytmusic-nav-bar').remove();
84
+ document.querySelector(".sign-in-link.ytmusic-nav-bar").remove();
85
};
86
```
87
0 commit comments