Add more languages

pull/7/head
mdPlusPlus 2 years ago
parent 27ee72aea4
commit 87afb09016

@ -42,7 +42,7 @@
"korea+13f6" => "", "korea+13f6" => "",
"poland+13f6" => "", "poland+13f6" => "",
"programming+13f6" => "", "programming+13f6" => "",
"womanbodybeauty+13f6" => "" "womanbodybeauty+13f6" => "🇬🇧"
); );
// http://116.203.217.101/ // http://116.203.217.101/
@ -75,8 +75,8 @@
// http://20.168.47.58/ // http://20.168.47.58/
$languages_52bc = array( $languages_52bc = array(
"australia+52bc" => "", "australia+52bc" => "🇬🇧",
"Bipolar+52bc" => "", "Bipolar+52bc" => "🇬🇧",
"General+52bc" => "🇬🇧" "General+52bc" => "🇬🇧"
); );
@ -120,7 +120,7 @@
"4c2ba1+c7fb" => "🇪🇸", "4c2ba1+c7fb" => "🇪🇸",
"6e7b5f+c7fb" => "", "6e7b5f+c7fb" => "",
"90ca71+c7fb" => "🇷🇺", "90ca71+c7fb" => "🇷🇺",
"a80d69+c7fb" => "", "a80d69+c7fb" => "🇬🇧",
"d8dc40+c7fb" => "🇪🇸", "d8dc40+c7fb" => "🇪🇸",
"edb497+c7fb" => "🇨🇳", "edb497+c7fb" => "🇨🇳",
"sc+c7fb" => "" "sc+c7fb" => ""
@ -145,10 +145,10 @@
// http://45.33.57.83/ // http://45.33.57.83/
$languages_efe1 = array ( $languages_efe1 = array (
"palmos+efe1" => "", "palmos+efe1" => "🇬🇧",
"radcom+efe1" => "", "radcom+efe1" => "🇬🇧",
"ticalc+efe1" => "", "ticalc+efe1" => "🇬🇧",
"winmo+efe1" => "" "winmo+efe1" => "🇬🇧"
); );
// http://117.186.115.186:8888/ // http://117.186.115.186:8888/

@ -25,8 +25,9 @@ function hideBadCommunities() {
function hideElementByID(id) { function hideElementByID(id) {
element = document.getElementById(id); element = document.getElementById(id);
//element.style.display = "none"; if(element != null) {
element.remove(); element.remove();
}
} }
function copyToClipboard(text) { function copyToClipboard(text) {

Loading…
Cancel
Save