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

Shoutbox - Bilder und Videos entfernen

Tet

Gott der Spiele
Ex-Mitarbeiter
Otaku König
1 Dez. 2013
270
468
63
Disboard
Aufgrund der Tatsache, dass einige direkt verzweifeln hier ein kleiner Guide, wie Ihr die besagten Elemente wieder verschwinden lassen könnt und wieder "normale" Links dort stehen habt.

  1. Stylish
    Zunächst einmal braucht Ihr eine Möglichkeit CSS Codes auf eine Seite beim laden einzuschleusen. So z.B. Stylish...
    Chrome Store
    Firefox
  2. Installiert das Add-on
  3. Öffnet das Interface (indem ihr auf das Logo klickt)
  4. Erstellen eines neuen Eintrags
    • Erstellt einen neuen Stil
      9e2c74fceb.png
    • Gebt Irgendeinen Namen an
    • Fügt diesen CSS in das Code-Feld ein
      HTML:
      .smallimage_NSFW {
      	display: none !important;
      }
      
      .smallimage IMG {
      	display: none !important;
      }
        
      .webm VIDEO {
      	display: none !important;
      }
      
      .cleanlink {
      	display: inherit !important;
      }
    • Speichern
  5. Fertig.

Mit freundlichen Grüßen
Tet
 
Zuletzt bearbeitet:
  • Like
Reaktionen: Azathoth und meins-ag

Darth Affe

Otaku Novize
4 Juni 2013
41
9
8
AW: Shoutbox - Bilder und Videos entfernen

ich hab noch ein
HTML:
  .smallimage, .webm {
    display: inline-block !important;
    margin: 0 !important;
  }

dazu gepackt, damit die Links ordentlich angezeigt werden und da nicht alleine in neuen Zeilen rumhängen.

Firefox-User können das dann auch Addon-frei in ihrer userContent.css mit
HTML:
@-moz-document url(http://www.animes.so/) {
  .smallimage, .webm {
    display: inline-block !important;
    margin: 0 !important;
  }
  
  .smallimage_NSFW {
    display: none !important;
  }
  
  .smallimage IMG {
    display: none !important
  }
  
  .webm VIDEO {
    display: none !important;
  }

  .cleanlink {
    display: inherit !important;
  }
}
machen.
 

Ähnliche Themen

  • Gesperrt
  • Angepinnt
Aufrufe:
16K
Antworten:
0