From b253d4d3a05d1f4ed4c315c84161ece604edc910 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Thu, 6 Apr 2023 02:24:07 +0300 Subject: [PATCH] index,js/config : fix manifest and add more comments loading Signed-off-by: Ari Archer --- content/js/config/index.js | 2 +- index.html | 4 ++-- manifest.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/js/config/index.js b/content/js/config/index.js index c121ef3..f5b5bb2 100644 --- a/content/js/config/index.js +++ b/content/js/config/index.js @@ -12,7 +12,7 @@ const FETCH_COMMENTS = () => { .then((t) => { let total = parseInt(t); - let fetch_from = total - 12; + let fetch_from = total - 14; if (fetch_from < 0) fetch_from = total; return fetch( diff --git a/index.html b/index.html index 2f621df..a6e186d 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ - + diff --git a/manifest.json b/manifest.json index 1f4f644..5f07637 100644 --- a/manifest.json +++ b/manifest.json @@ -10,6 +10,6 @@ }], "start_url": ".", "display": "standalone", - "theme_color": "#ffffff", - "background_color": "#000000" + "theme_color": "#fbfbfb", + "background_color": "#121212" }