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

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;
    }
})();

Sammelthread Anmerkungen/Bugtracker für @Azugo

Bei "A Certain Scientific Railgun S"

sind Goblin Slayer 2 Links drin.

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

kleines UPDATE:
Alle Episoden sind jetzt auch auf DDownload verfügbar

auch habe ich zwei Episoden überarbeitet im Ton, sind jetzt auch komplett auf Deutsch.
E082
E083

Beachten: neuer Linkordner im Anfangspost!

weitere Infos bitte der Excel Tabelle entnehmen

gruß

Filter

Animes.so Discord Server