Release appchan x v2.1.3.
This commit is contained in:
parent
d0919fb29d
commit
feeae455c2
@ -1,3 +1,9 @@
|
||||
### v2.1.3
|
||||
*2013-06-04*
|
||||
|
||||
**zixaphir**:
|
||||
- Fixed a small CSS error resulting in invisible mascot options
|
||||
|
||||
### v2.1.2
|
||||
*2013-06-04*
|
||||
|
||||
|
||||
2
LICENSE
2
LICENSE
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* appchan x - Version 2.1.2 - 2013-06-04
|
||||
* appchan x - Version 2.1.3 - 2013-06-04
|
||||
*
|
||||
* Licensed under the MIT license.
|
||||
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name appchan x
|
||||
// @version 2.1.2
|
||||
// @version 2.1.3
|
||||
// @namespace zixaphir
|
||||
// @description The most comprehensive 4chan userscript.
|
||||
// @license MIT; https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||
|
||||
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "appchan x",
|
||||
"version": "2.1.2",
|
||||
"version": "2.1.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.1.2'},'*')
|
||||
postMessage({version:'2.1.3'},'*')
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "appchan-x",
|
||||
"version": "2.1.2",
|
||||
"version": "2.1.3",
|
||||
"description": "The most comprehensive 4chan userscript.",
|
||||
"meta": {
|
||||
"name": "appchan x",
|
||||
|
||||
@ -1959,7 +1959,7 @@ article li {
|
||||
opacity: 0;
|
||||
<%= agent %>transition: opacity .3s linear;
|
||||
}
|
||||
.mascot:hover::after-options {
|
||||
.mascot:hover #mascot-options {
|
||||
opacity: 1;
|
||||
}
|
||||
#mascot-options {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user