From 2fb579402013111625f04482f151b7fa4f70d352 Mon Sep 17 00:00:00 2001 From: C-xC-c Date: Fri, 7 Feb 2020 21:42:12 +0000 Subject: [PATCH] Fix Romania not shaking on Firefox. --- bantflags.gm4.meta.js | 2 +- bantflags.gm4.user.js | 4 ++-- bantflags.meta.js | 2 +- bantflags.user.js | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bantflags.gm4.meta.js b/bantflags.gm4.meta.js index 266250a..90a9097 100644 --- a/bantflags.gm4.meta.js +++ b/bantflags.gm4.meta.js @@ -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 diff --git a/bantflags.gm4.user.js b/bantflags.gm4.user.js index cb5be34..6c5d62a 100644 --- a/bantflags.gm4.user.js +++ b/bantflags.gm4.user.js @@ -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(); } diff --git a/bantflags.meta.js b/bantflags.meta.js index ddd0897..cdf37c3 100644 --- a/bantflags.meta.js +++ b/bantflags.meta.js @@ -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 diff --git a/bantflags.user.js b/bantflags.user.js index 25128e5..45c0790 100644 --- a/bantflags.user.js +++ b/bantflags.user.js @@ -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 @@ -297,7 +297,7 @@ if (software.yotsuba) { 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(); }