Skip to content

Commit

Permalink
Closes #838
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleCore committed Apr 4, 2020
1 parent 64dbaef commit bc1d446
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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" : "1.2.6",
"version" : "1.2.7",
"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: 0 additions & 4 deletions src/js/background-inject.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ window.main = function (
if (!window.autoPlayVideo) {

args.autoplay = "0";
args.fflags = args.fflags.replace(
/disable_new_pause_state3=true/g,
"disable_new_pause_state3=false"
);

}

Expand Down
4 changes: 4 additions & 0 deletions src/js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ api = {
/ytplayer\.load\(\);/,
""
)
.replace(
/disable_new_pause_state3=true/g,
"disable_new_pause_state3=false"
)
;
}

Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Iridium for YouTube",
"version": "1.2.6",
"version": "1.2.7",
"description": "YouTube with more freedom",
"default_locale": "en_US",
"options_ui": {
Expand Down

0 comments on commit bc1d446

Please sign in to comment.