diff --git a/bin/update.json b/bin/update.json index 31b39d2..97cb6b8 100644 --- a/bin/update.json +++ b/bin/update.json @@ -2,7 +2,7 @@ "addons": { "unlisted-particle@particlecore.github.io": { "updates": [{ - "version": "1.8.7", + "version": "1.8.8", "update_link": "https://github.com/ParticleCore/Particle/raw/master/dist/YouTubePlus.xpi", "applications": { "gecko": { diff --git a/dist/YouTubePlus.xpi b/dist/YouTubePlus.xpi index 49f79d3..745c655 100644 Binary files a/dist/YouTubePlus.xpi and b/dist/YouTubePlus.xpi differ diff --git a/src/Userscript/YouTubePlus.user.js b/src/Userscript/YouTubePlus.user.js index 9a41897..d199f61 100644 --- a/src/Userscript/YouTubePlus.user.js +++ b/src/Userscript/YouTubePlus.user.js @@ -1,5 +1,5 @@ // ==UserScript== -// @version 1.8.7 +// @version 1.8.8 // @name YouTube + // @namespace https://github.com/ParticleCore // @description YouTube with more freedom @@ -2374,7 +2374,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.7"; + holder.href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.8.8"; document.documentElement.appendChild(holder); } holder = document.createElement("script"); diff --git a/src/Webextension/CSS/YouTubePlus.css b/src/Webextension/CSS/YouTubePlus.css index 09463c0..ae164df 100644 --- a/src/Webextension/CSS/YouTubePlus.css +++ b/src/Webextension/CSS/YouTubePlus.css @@ -564,8 +564,8 @@ .part_grid_search .yt-lockup-meta-info > li{ display: inline; } - .part_grid_subs .yt-lockup-content, - .part_grid_search .yt-lockup-content{ + div:not(#yt-masthead-notifications-content) .part_grid_subs .yt-lockup-content, + div:not(#yt-masthead-notifications-content) .part_grid_search .yt-lockup-content{ margin-right: 10px; } .part_grid_search #results .item-section{ @@ -1134,8 +1134,8 @@ #part_welcome:after{ content:""; display:block; - width:0; - height:0; + width:0; + height:0; border-left:10px solid transparent; border-right:10px solid transparent; border-bottom:10px solid #09F; @@ -1156,4 +1156,4 @@ .par_closewlcm > span:hover{ opacity:1; } -/* end| Particle welcome */ \ No newline at end of file +/* end| Particle welcome */ diff --git a/src/Webextension/JS/YouTubePlus.user.js b/src/Webextension/JS/YouTubePlus.user.js index 9a41897..d199f61 100644 --- a/src/Webextension/JS/YouTubePlus.user.js +++ b/src/Webextension/JS/YouTubePlus.user.js @@ -1,5 +1,5 @@ // ==UserScript== -// @version 1.8.7 +// @version 1.8.8 // @name YouTube + // @namespace https://github.com/ParticleCore // @description YouTube with more freedom @@ -2374,7 +2374,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.7"; + holder.href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.8.8"; document.documentElement.appendChild(holder); } holder = document.createElement("script"); diff --git a/src/Webextension/manifest.json b/src/Webextension/manifest.json index 583d0b1..43f86a5 100644 --- a/src/Webextension/manifest.json +++ b/src/Webextension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "YouTube Plus", - "version": "1.8.7", + "version": "1.8.8", "description": "YouTube with more freedom", "default_locale": "en", "icons": {