Skip to content

Commit c4124c6

Browse files
authored
Merge pull request #20 from yaggytter/fixcolorbug
fixed bug for colors
2 parents 20bf3da + 120da2f commit c4124c6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

content.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ function changeConsoleHeaderAndFooter() {
215215
footer.style.backgroundColor = colors[regexp];
216216
});
217217
}
218-
return;
219218
}
220219
});
221220
});

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "__MSG_extName__",
33
"description": "__MSG_extDescription__",
44
"default_locale": "en",
5-
"version": "1.3.1",
5+
"version": "1.3.2",
66
"manifest_version": 3,
77
"permissions": ["storage"],
88
"content_scripts": [

0 commit comments

Comments
 (0)