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

Commit 75a7920

Browse files
committed
1.8.1
#472
1 parent 7dabe06 commit 75a7920

6 files changed

Lines changed: 7 additions & 11 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.0",
5+
"version": "1.8.1",
66
"update_link": "https://github.com/ParticleCore/Particle/raw/master/dist/YouTubePlus.xpi",
77
"applications": {
88
"gecko": {

dist/YouTubePlus.xpi

-32 Bytes
Binary file not shown.

src/Userscript/YouTubePlus.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ==UserScript==
2-
// @version 1.8.0
2+
// @version 1.8.1
33
// @name YouTube +
44
// @namespace https://github.com/ParticleCore
55
// @description YouTube with more freedom
@@ -2341,7 +2341,7 @@
23412341
holder = document.createElement("link");
23422342
holder.rel = "stylesheet";
23432343
holder.type = "text/css";
2344-
holder.href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.8.0";
2344+
holder.href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.8.1";
23452345
document.documentElement.appendChild(holder);
23462346
}
23472347
holder = document.createElement("script");

src/Webextension/CSS/YouTubePlus.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@
490490
display: inline-block;
491491
vertical-align: top;
492492
}
493-
.part_grid_search .exp-search-big-thumbs246 .search #content{
493+
.part_grid_search .search #content{
494494
max-width: 1054px !important;
495495
font-size: 0;
496496
}
@@ -501,10 +501,6 @@
501501
padding: initial;
502502
margin-right: 10px;
503503
margin-bottom: 12px;
504-
width: 196px;
505-
}
506-
.part_grid_search .exp-search-big-thumbs246 #results .item-section > li .yt-lockup,
507-
.part_grid_search .exp-search-big-thumbs246 #results .item-section > li .spell-correction{
508504
width: 246px;
509505
}
510506
.part_grid_subs div#browse-items-primary .item-section .feed-item-container .menu-container{

src/Webextension/JS/YouTubePlus.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ==UserScript==
2-
// @version 1.8.0
2+
// @version 1.8.1
33
// @name YouTube +
44
// @namespace https://github.com/ParticleCore
55
// @description YouTube with more freedom
@@ -2341,7 +2341,7 @@
23412341
holder = document.createElement("link");
23422342
holder.rel = "stylesheet";
23432343
holder.type = "text/css";
2344-
holder.href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.8.0";
2344+
holder.href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.8.1";
23452345
document.documentElement.appendChild(holder);
23462346
}
23472347
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.0",
4+
"version": "1.8.1",
55
"description": "YouTube with more freedom",
66
"default_locale": "en",
77
"icons": {

0 commit comments

Comments
 (0)