diff --git a/bin/update.json b/bin/update.json index 3b23b4c..8c641e4 100644 --- a/bin/update.json +++ b/bin/update.json @@ -2,7 +2,7 @@ "addons": { "unlisted-particle@particlecore.github.io": { "updates": [{ - "version": "1.8.5", + "version": "1.8.6", "update_link": "https://github.com/ParticleCore/Particle/raw/master/dist/YouTubePlus.xpi", "applications": { "gecko": { diff --git a/dist/Particle.nex b/dist/Particle.nex index bf5a79b..bd82b61 100644 Binary files a/dist/Particle.nex and b/dist/Particle.nex differ diff --git a/dist/YouTubePlus.xpi b/dist/YouTubePlus.xpi index cb79d04..6dae61c 100644 Binary files a/dist/YouTubePlus.xpi and b/dist/YouTubePlus.xpi differ diff --git a/src/Opera/JS/YouTubePlus.user.js b/src/Opera/JS/YouTubePlus.user.js index 995eb04..a1ecef2 100644 --- a/src/Opera/JS/YouTubePlus.user.js +++ b/src/Opera/JS/YouTubePlus.user.js @@ -1,5 +1,5 @@ // ==UserScript== -// @version 1.8.5 +// @version 1.8.6 // @name YouTube + // @namespace https://github.com/ParticleCore // @description YouTube with more freedom @@ -1312,7 +1312,8 @@ video_list = Array.from(document.querySelectorAll(` .yt-shelf-grid-item, .video-list-item, - .item-section > li + #results .item-section > li, + .expanded-shelf-content-item-wrapper `)); list = document.querySelectorAll(` .yt-lockup-byline > a, @@ -2375,7 +2376,7 @@ holder = document.createElement("link"); holder.rel = "stylesheet"; holder.type = "text/css"; - holder.href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.8.5"; + holder.href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.8.6"; document.documentElement.appendChild(holder); } holder = document.createElement("script"); diff --git a/src/Opera/manifest.json b/src/Opera/manifest.json index f5bc173..c90b779 100644 --- a/src/Opera/manifest.json +++ b/src/Opera/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Particle", - "version": "1.8.5", + "version": "1.8.6", "description": "YouTube with more freedom", "default_locale": "en", "icons": { diff --git a/src/Userscript/YouTubePlus.user.js b/src/Userscript/YouTubePlus.user.js index 995eb04..a1ecef2 100644 --- a/src/Userscript/YouTubePlus.user.js +++ b/src/Userscript/YouTubePlus.user.js @@ -1,5 +1,5 @@ // ==UserScript== -// @version 1.8.5 +// @version 1.8.6 // @name YouTube + // @namespace https://github.com/ParticleCore // @description YouTube with more freedom @@ -1312,7 +1312,8 @@ video_list = Array.from(document.querySelectorAll(` .yt-shelf-grid-item, .video-list-item, - .item-section > li + #results .item-section > li, + .expanded-shelf-content-item-wrapper `)); list = document.querySelectorAll(` .yt-lockup-byline > a, @@ -2375,7 +2376,7 @@ holder = document.createElement("link"); holder.rel = "stylesheet"; holder.type = "text/css"; - holder.href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.8.5"; + holder.href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.8.6"; document.documentElement.appendChild(holder); } holder = document.createElement("script"); diff --git a/src/Webextension/JS/YouTubePlus.user.js b/src/Webextension/JS/YouTubePlus.user.js index 995eb04..a1ecef2 100644 --- a/src/Webextension/JS/YouTubePlus.user.js +++ b/src/Webextension/JS/YouTubePlus.user.js @@ -1,5 +1,5 @@ // ==UserScript== -// @version 1.8.5 +// @version 1.8.6 // @name YouTube + // @namespace https://github.com/ParticleCore // @description YouTube with more freedom @@ -1312,7 +1312,8 @@ video_list = Array.from(document.querySelectorAll(` .yt-shelf-grid-item, .video-list-item, - .item-section > li + #results .item-section > li, + .expanded-shelf-content-item-wrapper `)); list = document.querySelectorAll(` .yt-lockup-byline > a, @@ -2375,7 +2376,7 @@ holder = document.createElement("link"); holder.rel = "stylesheet"; holder.type = "text/css"; - holder.href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.8.5"; + holder.href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.8.6"; document.documentElement.appendChild(holder); } holder = document.createElement("script"); diff --git a/src/Webextension/manifest.json b/src/Webextension/manifest.json index 0c98cbd..948893d 100644 --- a/src/Webextension/manifest.json +++ b/src/Webextension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "YouTube Plus", - "version": "1.8.5", + "version": "1.8.6", "description": "YouTube with more freedom", "default_locale": "en", "icons": {