Welcome to our Community
Wanting to join the rest of our members? Feel free to sign up today.
Sign up

Dragon Ball Z (1989) E270/291 [Laufend][RE-GER-ENG-JAP-Dub][GER-ENG-Sub][1080p][x264][BluRay][UNCUT] - Waechter

UPDATE:
folgende Episoden sind überarbeitet im Ton, wie gehabt, komplett auf deutsch und als v2 gekennzeichnet!

E085

E086
E087
E089
E092
E094
E095
E098

E099
Beachten: neuer Linkordner im Anfangspost!

Dialog Bearbeitung in Episode 95
Der Dialog von Son Goku, nach Krillins Tot, ist geändert, in der deutschen Synchro sagt Son Goku "er war doch fast noch ein Kind" hier hab ich den Dialog abgeändert damit er besser passt^^
hier ein Video von die Szene Vorher/Nachher

Login to view embedded media
weitere Infos bitte der Excel Tabelle entnehmen

btw: von der letzten SelectaVision Box 14 gibt es bisher noch kein release Datum

gruß

Ein Fall für Super Pig ger Dub, Die Nozzles ger dub , beide mit ger sub ist auch okay

bin auch scho seit langem auf der suche nach dem anime "Ein Fall für Super Pig" und yo net nur für mädels der anime... gibt folge 8-13 auf archive https://archive .org/details/ein-fall-fuer-super-pig-deutsch aber das is auch alles was ich bis jetz gefunden hab außer glaub bei yt waren in briefmarken format noch die ersten 2 folgen oder so ;'''C pls god dont let the communists steal our super pig from history

Biete Seltenheits- bzw. Qualitätsgrade für Downloads

Glow-Fix:
Javascript:
// ==UserScript==
// @name         Mark quality
// @namespace    http://tampermonkey.net/
// @version      0.1.1
// @description  try to take over the world!
// @author       Kirdock
// @match        https://www.animes.so/forum/anime-deutsch-sub/*
// @match        https://www.animes.so/forum/anime-deutsch/*
// @match        https://www.animes.so/forum/anime-filme/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    const colors = {
        blurayFullHD: '#e95a00',
        blurayHD: '#00bae9',
        webrip: 'red',
        default: 'green'
    };
    const webRip = ['webrip', 'web-dl', 'webdl'];
    const bluRay = ['bdrip', 'bluray'];
    for (const element of document.querySelectorAll('.js-threadList .aso_thread--title--title')){
        const text = element.innerText.toLowerCase().replace(/ /g,''); //because sometimes the title is "abc[BluRa y]def"

        element.style.color = getColor(text);
        if(!text.includes('laufend')) {
           element.style.backgroundImage = 'url(https://www.animes.so/styles/animesso/premium/glow.gif)';
        }
    };


    function getColor(text /*:string*/) /*:string*/ {
        if (webRip.some(t => text.includes(t))) {
            return colors.webrip;
        }

        if(!bluRay.some(t => text.includes(t))) {
            return colors.default;
        }

        if (text.includes('1080')) {
            return colors.blurayFullHD;
        }

        return colors.blurayHD;
    }
})();

Filter

Animes.so Discord Server