// ==UserScript== // @name Rainbow-Feeling OVER 9000! // @version 0.23 // @description Noch mehr Rainbow-Feeling auf MyDealz! // @match http://www.mydealz.de/* // @author leovie // @namespace https://greasyfork.org/users/13302 // @downloadURL none // ==/UserScript== aut = document.getElementsByClassName("thread-author link text--bold space--after-3")[0]; if (aut.href == "http://www.mydealz.de/profile/Rainbowdash") { haupt = document.getElementsByClassName("section-sub text--word-wrap")[0]; haupt.innerHTML = "
" + haupt.innerHTML + "
"; haupt.innerHTML = haupt.innerHTML.replace(/"); haupt.innerHTML = haupt.innerHTML.replace(/
<\/p>/g, "");
ps = haupt.getElementsByTagName("p");
// P-Elemente einfaerben
colors = ["red", "orange", "green", "turquoise", "indigo", "magenta"];
for (i=0; i