diff --git a/content.js b/content.js index 8dba9fc..2c9c069 100644 --- a/content.js +++ b/content.js @@ -108,6 +108,14 @@ const tweaks = { location.reload(); }, 300000) } + }, + removeBannerReleaseVersion: () => { + if (document.getElementsByName('mainFrame')[0] !== undefined) { + let frame = $(document.getElementsByName('mainFrame')[0].contentWindow.document); + $(frame).find('.releasetext').remove(); + } else { + $('.releasetext').remove(); + } } } diff --git a/manifest.json b/manifest.json index a6ca5a3..c10a1aa 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "BannerPlus", "description": "Makes banner better.", - "version": "1.25", + "version": "1.28", "icons": { "128": "assets/icons/128.png" }, diff --git a/popup.html b/popup.html index a18698d..78d49c9 100644 --- a/popup.html +++ b/popup.html @@ -15,10 +15,6 @@ height: 100%; } - html { - overflow: auto; - } - .mainTitle { padding: none; font-size: 40px; @@ -206,7 +202,9 @@ -

Banner+

+

Banner+ + +


Tweaks

@@ -238,6 +236,10 @@

Tweaks

Bigger Buttons
+
+ Remove Banner Version + +