diff --git a/language_flags.php b/language_flags.php index 1e3997d..a031a33 100644 --- a/language_flags.php +++ b/language_flags.php @@ -42,7 +42,7 @@ "korea+13f6" => "", "poland+13f6" => "", "programming+13f6" => "", - "womanbodybeauty+13f6" => "" + "womanbodybeauty+13f6" => "🇬🇧" ); // http://116.203.217.101/ @@ -75,8 +75,8 @@ // http://20.168.47.58/ $languages_52bc = array( - "australia+52bc" => "", - "Bipolar+52bc" => "", + "australia+52bc" => "🇬🇧", + "Bipolar+52bc" => "🇬🇧", "General+52bc" => "🇬🇧" ); @@ -120,7 +120,7 @@ "4c2ba1+c7fb" => "🇪🇸", "6e7b5f+c7fb" => "", "90ca71+c7fb" => "🇷🇺", - "a80d69+c7fb" => "", + "a80d69+c7fb" => "🇬🇧", "d8dc40+c7fb" => "🇪🇸", "edb497+c7fb" => "🇨🇳", "sc+c7fb" => "" @@ -145,10 +145,10 @@ // http://45.33.57.83/ $languages_efe1 = array ( - "palmos+efe1" => "", - "radcom+efe1" => "", - "ticalc+efe1" => "", - "winmo+efe1" => "" + "palmos+efe1" => "🇬🇧", + "radcom+efe1" => "🇬🇧", + "ticalc+efe1" => "🇬🇧", + "winmo+efe1" => "🇬🇧" ); // http://117.186.115.186:8888/ diff --git a/output/script.js b/output/script.js index cfb0193..6485a1c 100644 --- a/output/script.js +++ b/output/script.js @@ -25,8 +25,9 @@ function hideBadCommunities() { function hideElementByID(id) { element = document.getElementById(id); - //element.style.display = "none"; - element.remove(); + if(element != null) { + element.remove(); + } } function copyToClipboard(text) {