Release appchan x v2.6.3.
This commit is contained in:
parent
12adc14ea0
commit
30b6c08922
@ -1,3 +1,6 @@
|
|||||||
|
### v2.6.3
|
||||||
|
*2013-11-27*
|
||||||
|
|
||||||
### v2.6.2
|
### v2.6.2
|
||||||
*2013-11-27*
|
*2013-11-27*
|
||||||
|
|
||||||
|
|||||||
2
LICENSE
2
LICENSE
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* appchan x - Version 2.6.2 - 2013-11-27
|
* appchan x - Version 2.6.3 - 2013-11-27
|
||||||
*
|
*
|
||||||
* Licensed under the MIT license.
|
* Licensed under the MIT license.
|
||||||
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name appchan x
|
// @name appchan x
|
||||||
// @version 2.6.2
|
// @version 2.6.3
|
||||||
// @minGMVer 1.12
|
// @minGMVer 1.12
|
||||||
// @minFFVer 22
|
// @minFFVer 22
|
||||||
// @namespace zixaphir
|
// @namespace zixaphir
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "appchan x",
|
"name": "appchan x",
|
||||||
"version": "2.6.2",
|
"version": "2.6.3",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"description": "The most comprehensive 4chan userscript.",
|
"description": "The most comprehensive 4chan userscript.",
|
||||||
"icons": {
|
"icons": {
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
|||||||
postMessage({version:'2.6.2'},'*')
|
postMessage({version:'2.6.3'},'*')
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "appchan-x",
|
"name": "appchan-x",
|
||||||
"version": "2.6.2",
|
"version": "2.6.3",
|
||||||
"description": "The most comprehensive 4chan userscript.",
|
"description": "The most comprehensive 4chan userscript.",
|
||||||
"meta": {
|
"meta": {
|
||||||
"name": "appchan x",
|
"name": "appchan x",
|
||||||
|
|||||||
@ -487,7 +487,7 @@ th {
|
|||||||
padding-left: 17px;
|
padding-left: 17px;
|
||||||
}
|
}
|
||||||
.a-icon,
|
.a-icon,
|
||||||
#shortcuts .icon {
|
#shortcuts .fa {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 15px;
|
width: 15px;
|
||||||
height: 15px;
|
height: 15px;
|
||||||
@ -496,7 +496,7 @@ th {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.invisible-icons .a-icon,
|
.invisible-icons .a-icon,
|
||||||
.invisible-icons #shortcuts .icon {
|
.invisible-icons #shortcuts .fa {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
#so-nav,
|
#so-nav,
|
||||||
@ -534,7 +534,7 @@ th {
|
|||||||
#navPrev:hover,
|
#navPrev:hover,
|
||||||
#navNext:hover,
|
#navNext:hover,
|
||||||
.a-icon:hover,
|
.a-icon:hover,
|
||||||
#shortcuts .icon:hover {
|
#shortcuts .fa:hover {
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
}
|
}
|
||||||
/* Updater / Thread Stats */
|
/* Updater / Thread Stats */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user