Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
Closes #324
  • Loading branch information
ParticleCore committed Feb 5, 2018
1 parent 5feb801 commit d43cb65
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"[email protected]" : {
"updates" : [
{
"version" : "0.0.4",
"version" : "0.0.5",
"update_link" : "https://github.com/ParticleCore/Iridium/raw/master/dist/Iridium.xpi",
"applications" : {
"gecko" : {
Expand Down
Binary file modified dist/Iridium.xpi
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Userscript/Iridium.user.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ==UserScript==
// @version 0.0.4
// @version 0.0.5
// @name Iridium
// @namespace https://github.com/ParticleCore
// @description YouTube with more freedom
Expand Down
4 changes: 4 additions & 0 deletions src/Webextension/css/Iridium.css
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,10 @@ body {
box-sizing : border-box;
}

html body iframe[src^="/error?"] {
display : none !important;
}

#iridium_settings {
background-color : #f1f1f1;
color : #666;
Expand Down
2 changes: 1 addition & 1 deletion src/Webextension/js/Iridium.user.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ==UserScript==
// @version 0.0.4
// @version 0.0.5
// @name Iridium
// @namespace https://github.com/ParticleCore
// @description YouTube with more freedom
Expand Down
2 changes: 1 addition & 1 deletion src/Webextension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version" : 2,
"name" : "Iridium",
"version" : "0.0.4",
"version" : "0.0.5",
"description" : "YouTube with more freedom",
"default_locale" : "en",
"icons" : {
Expand Down

0 comments on commit d43cb65

Please sign in to comment.