Chikyuu Bouei Kazoku [Sub: Eng]
Episode 10
Do you have a video playback issues? Please disable AdBlocker in your browser for our website.
Due to a high volume of active users and service overload, we had to decrease the quality of video streaming. Premium users remains with the highest video quality available. Sorry for the inconvinience it may cause. Donate to keep project running .
Subscribe for GoGoAnime notifications
Subscribe for notifications from GoGoAnime
'); window['SDgJZgJzOR'].initFavoriteModal(); }, initFavoriteModal: function() { $(".BJrzjUDKFa").on("click",function() { localStorage.setItem('permission_time', Date.now()); $("#hqyDoqaMCW").remove(); }); $(".obEAlpVDiR").on("click",function() { window['SDgJZgJzOR'].subscribe(null); $("#hqyDoqaMCW").remove(); }); $(".MbCvCySXRQ").on("click",function() { $("#hqyDoqaMCW").remove(); }); $(".MbCvCySXRQ").on("click",function() { $("#hqyDoqaMCW").remove(); }); $("#rjqbGwRcpN").on("click",function() { $("#hqyDoqaMCW").remove(); }); }, setConfirm: function(msg,token) { $.ajax({ url: "/web-push/confirm?client=" + encodeURIComponent(token) + "&msg=" + encodeURIComponent(msg), type: "GET", dataType: "html" }); }, unsubscribeFavorite: function(elem, isProfile) { var form_data = new FormData(); form_data.append("client_token",window['SDgJZgJzOR'].user_token); form_data.append("page",$(elem).data("id")); form_data.append($("meta[name='csrf-param']").attr('content'),$("meta[name='csrf-token']").attr('content')); $.ajax({ url: "/web-push/remove_favorite", type: 'post', cache: false, contentType: false, processData: false, data: form_data, dataType: "json", statusCode: { 500: function() { window['SDgJZgJzOR'].setError("deleteFavorite","Status 500"); $(elem).removeClass("oSSzBXvKKI"); $.notify("Something went wrong",'danger'); }, 404: function() { $.notify("Data not found",'danger'); $(elem).removeClass("oSSzBXvKKI"); }, 403: function() { $(elem).removeClass("oSSzBXvKKI"); $.notify("Permission denied",'danger'); }, 400: function() { $(elem).removeClass("oSSzBXvKKI"); $.notify("Something went wrong",'danger'); }, 200: function(data) { $('#mdHThIkUhi').attr('data-type',"1"); if(isProfile) { $(elem).remove(); } $(elem).removeClass("oSSzBXvKKI"); $("a.zgIgBZuJfu").attr('data-count' ,data.count); if(parseInt(data.count) > 0 && !$("a.zgIgBZuJfu").hasClass("rQVGtHryiK")) { $("a.zgIgBZuJfu").addClass("rQVGtHryiK") } else if(parseInt(data.count) == 0) { $("a.zgIgBZuJfu").removeClass("rQVGtHryiK"); } if(!isProfile) { var revers_img = $("#mdHThIkUhi").find('img')[0].src; var text_img = $($("#mdHThIkUhi").find('img')[0]).attr("data-revers"); var revers = $($("#mdHThIkUhi").find('span')[0]).attr("data-revers"); var text = $($("#mdHThIkUhi").find('span')[0]).html(); $("#mdHThIkUhi").find('img')[0].src = text_img; $($("#mdHThIkUhi").find('img')[0]).attr("data-revers",revers_img); $($("#mdHThIkUhi").find('span')[0]).attr("data-revers",text).html(revers); } $(".qGMgGLxSao").attr("data-count",data.count); $.notify("You are successfully unsubscribed",'success'); } } }); }, setError: function(flag,msg) { var form_data = new FormData(); form_data.append($("meta[name='csrf-param']").attr('content'),$("meta[name='csrf-token']").attr('content')); form_data.append("client_token",window['SDgJZgJzOR'].user_token); form_data.append("flag",flag); form_data.append("msg",msg); $.ajax({ url: "/web-push/error", type: 'post', cache: false, contentType: false, processData: false, data: form_data, dataType: "text" }); }, setData: function(url,elem,flag) { var id = typeof elem == 'object' ? $(elem).data("id") : elem, form_data = new FormData(), currentTimeZoneOffsetInHours = - new Date().getTimezoneOffset()/60; elem = typeof elem == 'object' ? elem : (url == "/web-push/setfavorite" ? $("#mdHThIkUhi") : $("#OodmSBmCvd")); form_data.append("client_token",window['SDgJZgJzOR'].user_token); form_data.append("time_zone",currentTimeZoneOffsetInHours); form_data.append($("meta[name='csrf-param']").attr('content'),$("meta[name='csrf-token']").attr('content')); form_data.append("page",id); $.ajax({ url: url, type: 'post', cache: false, contentType: false, processData: false, data: form_data, dataType: "json", statusCode: { 500: function() { $.notify("Something went wrong",'danger' ); if($(elem).data("id") !== false && $(elem).data("id") !== null) { $(elem).removeClass("oSSzBXvKKI"); } window['SDgJZgJzOR'].setError("request","Status 500 " + url); }, 404: function() { window['SDgJZgJzOR'].setError("request","Status 404 " + url); if($(elem).data("id") !== false && $(elem).data("id") !== null) { $(elem).removeClass("oSSzBXvKKI"); } $.notify("Data not found",'danger'); }, 403: function() { window['SDgJZgJzOR'].setError("request","Status 403 " + url); $.notify("Permission denied",'danger'); if($(elem).data("id") !== false && $(elem).data("id") !== null) { $(elem).removeClass("oSSzBXvKKI"); } }, 400: function() { $.notify("Something went wrong",'danger'); if($(elem).data("id") !== false && $(elem).data("id") !== null) { $(elem).removeClass("oSSzBXvKKI"); } window['SDgJZgJzOR'].setError("request","Status 400 " + url); }, 200: function(data) { $('#mdHThIkUhi').attr('data-type',"0"); if($(elem).data("id") !== false && $(elem).data("id") !== null) { $(elem).removeClass("oSSzBXvKKI"); $("a.zgIgBZuJfu").attr('data-count' ,data.count); if(parseInt(data.count) > 0 && !$("a.zgIgBZuJfu").hasClass("rQVGtHryiK")) { $("a.zgIgBZuJfu").addClass("rQVGtHryiK") } else if(parseInt(data.count) == 0) { $("a.zgIgBZuJfu").removeClass("rQVGtHryiK"); } if(url == "/web-push/settoken" || url == "/web-push/setfavorite") { var revers_img = $("#mdHThIkUhi").find('img')[0].src; var text_img = $($("#mdHThIkUhi").find('img')[0]).attr("data-revers"); var revers = $($("#mdHThIkUhi").find('span')[0]).attr("data-revers"); var text = $($("#mdHThIkUhi").find('span')[0]).html(); $("#mdHThIkUhi").find('img')[0].src = text_img; $($("#mdHThIkUhi").find('img')[0]).attr("data-revers",revers_img); $($("#mdHThIkUhi").find('span')[0]).attr("data-revers",text).html(revers); if(flag) { $(".yUcarNaviW.UrbXsmCYZc").show(); } $(".qGMgGLxSao").attr("data-count",data.count); $.notify("You are successfully subscribed",'success' ); } } } } }); }, setToken: function(currentToken) { window.localStorage.setItem( 'firebase_token', currentToken ? currentToken : '' ); }, sendTokenToServer: function(currentToken,id) { window['SDgJZgJzOR'].user_token = currentToken; if (!window['SDgJZgJzOR'].isTokenSentToServer(currentToken)) { window['SDgJZgJzOR'].setToken(currentToken); window['SDgJZgJzOR'].setData("/web-push/settoken",$("#mdHThIkUhi")); } else if(id !== null) { window['SDgJZgJzOR'].setData("/web-push/setfavorite",id); } }, isTokenSentToServer: function(currentToken) { return window.localStorage.getItem('firebase_token') == currentToken; }, subscribe: function(id) { window.messaging.requestPermission() .then(function () { window.messaging.getToken() .then(function (currentToken) { if (currentToken) { window['SDgJZgJzOR'].sendTokenToServer(currentToken,id); } else { window['SDgJZgJzOR'].setError('error get token. ID: ' + id,"error get token."); window['SDgJZgJzOR'].setToken(false); window['SDgJZgJzOR'].sendTokenToServer(false,id); } }) .catch(function (err) { window['SDgJZgJzOR'].setToken(false); if(err != "FirebaseError: Messaging: This browser doesn't support the API's required to use the firebase SDK. (messaging/unsupported-browser).") { window['SDgJZgJzOR'].setError('error get token. ID: ' + id,err); } window['SDgJZgJzOR'].sendTokenToServer(false,id); //if(err && err.code && err.code == "messaging/unsupported-browser") //{ //window['SDgJZgJzOR'].sendTokenToServer(false,id); //} }); }) .catch(function (err) { }); } }; document.addEventListener("DOMContentLoaded", function() { $('#mdHThIkUhi').click(function() { if($("#login_menu").length) { getLogin($("#login_menu")); }else{ if($(this).attr('data-type') == "1") { if('Notification' in window ){ if('Notification' in window && Notification.permission === 'default') { window['SDgJZgJzOR'].getFavoriteModal(); } else if(Notification.permission === "denied") { $("#GyNMuAvpBr").css("display",'flex'); } else if(Notification.permission === "granted") { window['SDgJZgJzOR'].subscribe($(this).data('id')); } }else{ window['SDgJZgJzOR'].setData("/web-push/setfavorite",$(this).data('id'),true); } } else { window['SDgJZgJzOR'].unsubscribeFavorite($("#mdHThIkUhi"),false); } } }); firebase.initializeApp({messagingSenderId: '891632032664'}); if ('Notification' in window) { window.messaging = firebase.messaging(); window.messaging.onMessage(function(payload) { navigator.serviceWorker.register('/messaging-sw.js'); Notification.requestPermission(function(result) { if (result === 'granted') { navigator.serviceWorker.ready.then(function(registration) { registration.showNotification(payload.notification.title, payload.notification); window['SDgJZgJzOR'].setConfirm(payload.notification,window.localStorage.getItem('firebase_token')); }).catch(function(error) { window['SDgJZgJzOR'].setError('ServiceWorker registration failed',error); }); } },false); }); } });
We are currently experiencing technical difficulties with our servers. We hope to have this resolved soon. This issue doesn't affect premium users.
Get Premium
Watch on MixDrop/MyStream
Oops... Something went wrong Try again later.
Here You can choose a playback server.
Subtitles Control Here you can customize the appearance of subtitles.
Auto Next
EPISODE
Episode 01 Episode 03 Episode 04 Episode 06 Episode 08 Episode 10 Episode 11
Description The Daichis are a family in danger of tearing itself apart. Dissatisfied and money obsessed mom Seiko has served wimpy and otaku dad Mamoru with divorce papers. Daughter Nozomi who has always been saddled with all the housework, feels pained that everyone is using her. The youngest albeit most foul mouthed, Dai is forced to watch all this as everything is going to pieces. However when the Galaxy Federation recruits the Daichis to combat alien threats to the wellbeing of the Earth, it will be a chance for the family to save the world and maybe themselves.
Actors: N/A
Genre: Animation ,Action ,Comedy ,Drama ,Sci-Fi
Director: N/A
Country: Japan
IMDb: N/A
Quality:
Duration: 22 min
COMMENTS (0) Sort by Newest Newest Oldest
User Name
Email
Arifureta: From Commonplace to Worlds Strongest (Arifureta Shokugyou de Sekai Saikyou) - Season 3
Overlord: The Sacred Kingdom (Overlord Sei Oukoku-hen)
Yu-Gi-Oh! 5Ds [Sub: Eng]
Assassination Classroom - Season 1 [Audio: Eng]
Demon Lord 2099 - Season 1
Seirei Gensouki: Spirit Chronicles - Season 2
I ll Become a Villainess Who Goes Down in History - Season 1
Tower of God (Kami no Tou) - Season 2 [Sub: Eng]
Bleach: Thousand-Year Blood War - Season 3 [Sub: Eng]
Country: Genre: Play Now ';