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
|
||||
*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.
|
||||
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name appchan x
|
||||
// @version 2.6.2
|
||||
// @version 2.6.3
|
||||
// @minGMVer 1.12
|
||||
// @minFFVer 22
|
||||
// @namespace zixaphir
|
||||
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "appchan x",
|
||||
"version": "2.6.2",
|
||||
"version": "2.6.3",
|
||||
"manifest_version": 2,
|
||||
"description": "The most comprehensive 4chan userscript.",
|
||||
"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",
|
||||
"version": "2.6.2",
|
||||
"version": "2.6.3",
|
||||
"description": "The most comprehensive 4chan userscript.",
|
||||
"meta": {
|
||||
"name": "appchan x",
|
||||
|
||||
@ -487,7 +487,7 @@ th {
|
||||
padding-left: 17px;
|
||||
}
|
||||
.a-icon,
|
||||
#shortcuts .icon {
|
||||
#shortcuts .fa {
|
||||
display: inline-block;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
@ -496,7 +496,7 @@ th {
|
||||
cursor: pointer;
|
||||
}
|
||||
.invisible-icons .a-icon,
|
||||
.invisible-icons #shortcuts .icon {
|
||||
.invisible-icons #shortcuts .fa {
|
||||
opacity: 0;
|
||||
}
|
||||
#so-nav,
|
||||
@ -534,7 +534,7 @@ th {
|
||||
#navPrev:hover,
|
||||
#navNext:hover,
|
||||
.a-icon:hover,
|
||||
#shortcuts .icon:hover {
|
||||
#shortcuts .fa:hover {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
/* Updater / Thread Stats */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user