File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed
Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 44 "id" : " specific-replies" ,
55 "versionAdded" : " v3.4.0"
66 },
7- {
8- "version" : 2 ,
9- "id" : " anti-generic" ,
10- "versionUpdated" : " v3.4.0"
11- },
127 {
138 "version" : 2 ,
149 "id" : " better-trending-thumbnails" ,
1914 "id" : " relevant-forum-posts" ,
2015 "versionAdded" : " v3.4.0"
2116 },
17+ {
18+ "version" : 2 ,
19+ "id" : " anti-generic" ,
20+ "versionUpdated" : " v3.4.0"
21+ },
2222 {
2323 "version" : 2 ,
2424 "id" : " wrap-lists" ,
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ style.textContent = `
33.project-description a[href*="/search/projects?q="] {
44 display: none !important;
55}
6+
7+ .project-description a.scratchtoolsTag[href*="/search/projects?q="] {
8+ display: inline !important;
9+ }
610` ;
711document . body . appendChild ( style ) ;
812
Original file line number Diff line number Diff line change @@ -552,4 +552,8 @@ input[class^="input_input-form_"]:focus {
552552
553553.ste-bl-together button {
554554 background-color : var (--ste-blue );
555+ }
556+
557+ .scratchtoolsTag {
558+ background-color : var (--ste-blue ) !important ;
555559}
You can’t perform that action at this time.
0 commit comments