diff --git a/package.json b/package.json index 4ef1707..5e008f7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "clean-csdn", "displayName": "Clean CSDN Blog", - "version": "1.0.1", + "version": "1.0.2", "author": "Peter Xu", "description": "Just make csdn blog as clean as it should be", "type": "module", diff --git a/src/contentScript/overrides.css b/src/contentScript/overrides.css index 6496d2d..75115d6 100644 --- a/src/contentScript/overrides.css +++ b/src/contentScript/overrides.css @@ -2,6 +2,10 @@ aside { display: none !important; } +.passport-login-tip-container { + display: none !important; +} + @media screen and (min-width: 1380px) { .nodata .container { width: unset !important;