From 81ce939451696fc7bafe7136bd1e90fd8a5a7958 Mon Sep 17 00:00:00 2001 From: TC Date: Fri, 13 Mar 2020 22:17:54 +0100 Subject: [PATCH] Lint readme --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f192423d..94c9f46a 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,5 @@ # YouTube Music + [![GitHub release](https://img.shields.io/github/release/th-ch/youtube-music.svg)](https://GitHub.com/th-ch/youtube-music/releases/) [![GitHub license](https://img.shields.io/github/license/th-ch/youtube-music.svg)](https://github.com/th-ch/youtube-music/blob/master/LICENSE) [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo) @@ -80,7 +81,7 @@ module.exports = win => { // front.js module.exports = () => { // Remove the login button - document.querySelector('.sign-in-link.ytmusic-nav-bar').remove(); + document.querySelector(".sign-in-link.ytmusic-nav-bar").remove(); }; ```