Skip to content

Commit

Permalink
0.2.4
Browse files Browse the repository at this point in the history
Closes #606
  • Loading branch information
ParticleCore committed Nov 4, 2018
1 parent ca1a7ba commit 6febbbb
Show file tree
Hide file tree
Showing 4 changed files with 4 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.2.3",
"version" : "0.2.4",
"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.
4 changes: 2 additions & 2 deletions src/Userscript/Iridium.user.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ==UserScript==
// @version 0.2.3
// @version 0.2.4
// @name Iridium
// @namespace https://github.com/ParticleCore
// @description YouTube with more freedom
Expand Down Expand Up @@ -2806,7 +2806,7 @@
for (i = 0; i < keys_list.length; i++) {
if (this[keys_list[i]] && this[keys_list[i]]["innertubeApiKey"]) {

if (context.isChannel() ? !user_settings.channel_trailer_auto_play : !user_settings.player_auto_play) {
if (this["playerStyle"] && (context.isChannel() ? !user_settings.channel_trailer_auto_play : !user_settings.player_auto_play)) {

function_string = experimentsGetter["caller"].toString();
matching = function_string.match(/this\.([a-z0-9$_]{1,3})=[^;]+\.autoplayoverride/i);
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 for YouTube",
"version" : "0.2.3",
"version" : "0.2.4",
"description" : "YouTube with more freedom",
"default_locale" : "en",
"icons" : {
Expand Down

0 comments on commit 6febbbb

Please sign in to comment.