|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
// @exclude http*://archive.nyafuu.org/bant/statistics/
|
|
|
|
|
// @exclude http*://archived.moe/bant/statistics/
|
|
|
|
|
// @exclude http*://thebarchive.com/bant/statistics/
|
|
|
|
|
// @version 1.4.1
|
|
|
|
|
// @version 1.4.2
|
|
|
|
|
// @grant GM.xmlHttpRequest
|
|
|
|
|
// @grant GM.getValue
|
|
|
|
|
// @grant GM.setValue
|
|
|
|
@ -298,7 +298,7 @@ function resolveFlags() {
|
|
|
|
|
board_id = 'bant';
|
|
|
|
|
getPosts('.postContainer');
|
|
|
|
|
|
|
|
|
|
addGlobalStyle('.bantFlag {padding: 0px 0px 0px 5px; vertical-align:;display: inline-block; width: 16px; height: 11px; position: relative;} .flag{top: 0px !important;left: -1px !important}');
|
|
|
|
|
addGlobalStyle('.bantFlag {padding: 0px 0px 0px 5px; vertical-align:;display: inline-block; width: 16px; height: 11px; position: relative;} .flag{top: 0px;left: -1px}');
|
|
|
|
|
init();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|