Skip to content

Commit

Permalink
prepared for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
peabrainiac committed Mar 21, 2020
1 parent 4491fe5 commit ab3b665
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Binary file modified addon.xpi
Binary file not shown.
2 changes: 1 addition & 1 deletion source/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Youtube Recommendations Blocker",
"version": "1.0.4",
"version": "1.1.0",
"description": "Blocks video recommendations on Youtube to keep you from getting distracted. Search results and direct links are still available.",
"icons": {
"64": "favicon.png"
Expand Down
3 changes: 1 addition & 2 deletions source/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ onLoad(function (){
});

browser.storage.local.get("colorSettings").then((settings)=>{
// loads some example channels if there are no saved settings yet. Will be removed in the next release
colorSettingsElement.data = settings.colorSettings||{default:"#efefef",currentChannel:"#e0e0e0",categories:[{name:"Science",color:"#d8eff8",channels:["3blue1brown","veritasium"]},{name:"Music",color:"#efdfcf",channels:["three days grace"]}]};
colorSettingsElement.data = settings.colorSettings||{default:"#efefef",currentChannel:"#e0e0e0",categories:[]};
});

colorSettingsElement.onChange(()=>{
Expand Down

0 comments on commit ab3b665

Please sign in to comment.