Skip to content
This repository was archived by the owner on Mar 23, 2018. It is now read-only.

Commit 208af58

Browse files
committed
1.8.6
- Fixed #489
1 parent 9e97cb8 commit 208af58

8 files changed

Lines changed: 15 additions & 12 deletions

File tree

bin/update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"addons": {
33
"unlisted-particle@particlecore.github.io": {
44
"updates": [{
5-
"version": "1.8.5",
5+
"version": "1.8.6",
66
"update_link": "https://github.com/ParticleCore/Particle/raw/master/dist/YouTubePlus.xpi",
77
"applications": {
88
"gecko": {

dist/Particle.nex

17 Bytes
Binary file not shown.

dist/YouTubePlus.xpi

19 Bytes
Binary file not shown.

src/Opera/JS/YouTubePlus.user.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ==UserScript==
2-
// @version 1.8.5
2+
// @version 1.8.6
33
// @name YouTube +
44
// @namespace https://github.com/ParticleCore
55
// @description YouTube with more freedom
@@ -1312,7 +1312,8 @@
13121312
video_list = Array.from(document.querySelectorAll(`
13131313
.yt-shelf-grid-item,
13141314
.video-list-item,
1315-
.item-section > li
1315+
#results .item-section > li,
1316+
.expanded-shelf-content-item-wrapper
13161317
`));
13171318
list = document.querySelectorAll(`
13181319
.yt-lockup-byline > a,
@@ -2375,7 +2376,7 @@
23752376
holder = document.createElement("link");
23762377
holder.rel = "stylesheet";
23772378
holder.type = "text/css";
2378-
holder.href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.8.5";
2379+
holder.href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.8.6";
23792380
document.documentElement.appendChild(holder);
23802381
}
23812382
holder = document.createElement("script");

src/Opera/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Particle",
4-
"version": "1.8.5",
4+
"version": "1.8.6",
55
"description": "YouTube with more freedom",
66
"default_locale": "en",
77
"icons": {

src/Userscript/YouTubePlus.user.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ==UserScript==
2-
// @version 1.8.5
2+
// @version 1.8.6
33
// @name YouTube +
44
// @namespace https://github.com/ParticleCore
55
// @description YouTube with more freedom
@@ -1312,7 +1312,8 @@
13121312
video_list = Array.from(document.querySelectorAll(`
13131313
.yt-shelf-grid-item,
13141314
.video-list-item,
1315-
.item-section > li
1315+
#results .item-section > li,
1316+
.expanded-shelf-content-item-wrapper
13161317
`));
13171318
list = document.querySelectorAll(`
13181319
.yt-lockup-byline > a,
@@ -2375,7 +2376,7 @@
23752376
holder = document.createElement("link");
23762377
holder.rel = "stylesheet";
23772378
holder.type = "text/css";
2378-
holder.href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.8.5";
2379+
holder.href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.8.6";
23792380
document.documentElement.appendChild(holder);
23802381
}
23812382
holder = document.createElement("script");

src/Webextension/JS/YouTubePlus.user.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ==UserScript==
2-
// @version 1.8.5
2+
// @version 1.8.6
33
// @name YouTube +
44
// @namespace https://github.com/ParticleCore
55
// @description YouTube with more freedom
@@ -1312,7 +1312,8 @@
13121312
video_list = Array.from(document.querySelectorAll(`
13131313
.yt-shelf-grid-item,
13141314
.video-list-item,
1315-
.item-section > li
1315+
#results .item-section > li,
1316+
.expanded-shelf-content-item-wrapper
13161317
`));
13171318
list = document.querySelectorAll(`
13181319
.yt-lockup-byline > a,
@@ -2375,7 +2376,7 @@
23752376
holder = document.createElement("link");
23762377
holder.rel = "stylesheet";
23772378
holder.type = "text/css";
2378-
holder.href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.8.5";
2379+
holder.href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.8.6";
23792380
document.documentElement.appendChild(holder);
23802381
}
23812382
holder = document.createElement("script");

src/Webextension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "YouTube Plus",
4-
"version": "1.8.5",
4+
"version": "1.8.6",
55
"description": "YouTube with more freedom",
66
"default_locale": "en",
77
"icons": {

0 commit comments

Comments
 (0)