Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Lv 624,084 points

Quasimodos Klon

Favorite Answers21%
Answers4,428

Script gegen DR-Ausblendung, zu installieren mit dem Firefox-Addon https://addons.mozilla.org/de/firefox/addon/scriptish/ Neue Datei erstellen mit dem Namen "dr-yc.user.js" und nachfolgenden Code hinein kopieren. Datei ins Browserfenster hineinziehen. Darf weiterentwickelt und redistributet werden. // ==UserScript== // @id qk-yc-extension // @name yahoo clever extension // @version 1.0 // @namespace quasimodosklon.example.com/ // @author Quasimodos Klon // @description Zeigt ausgeblendete Antworten an // @include http://de.answers.yahoo.com/question/* // @run-at document-idle // ==/UserScript== /* * Copyright in 2013 by Quasimodos Klon @ yahoo! clever * Lizensiert zur freien Verwendung und Weiterentwicklung in jeglicher Form */ var lowRating = document .getElementsByClassName ('low-rating'); for(var i = 0; i < lowRating.length; i++) lowRating[i] .className = lowRating[i] .className .replace ( /(?:^|\s)hidden(?!\S)/ , '');

Sorry, nothing to see here! User's activity is private.