We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa39b51 commit fb81542Copy full SHA for fb81542
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "clean-csdn",
3
"displayName": "Clean CSDN Blog",
4
- "version": "1.0.1",
+ "version": "1.0.2",
5
"author": "Peter Xu",
6
"description": "Just make csdn blog as clean as it should be",
7
"type": "module",
src/contentScript/overrides.css
@@ -2,6 +2,10 @@ aside {
display: none !important;
}
+.passport-login-tip-container {
+ display: none !important;
+}
8
+
9
@media screen and (min-width: 1380px) {
10
.nodata .container {
11
width: unset !important;
0 commit comments