mirror of
https://github.com/wassname/Mostly-Harmless.git
synced 2026-08-16 11:14:39 +08:00
Changed color of badge for comments pages to be reddit's header blue.
This commit is contained in:
+1
-1
@@ -171,7 +171,7 @@ function preparePopup(url,tabId) {
|
||||
tabId: tabId
|
||||
});
|
||||
chrome.browserAction.setBadgeBackgroundColor({
|
||||
color: [255,69,0,255], //r,g,b,a,
|
||||
color: [95,153,207,255], //r,g,b,a,
|
||||
tabId: tabId
|
||||
});
|
||||
chrome.browserAction.onClicked.removeListener(submitToReddit);
|
||||
|
||||
Reference in New Issue
Block a user