Thanks to
this article met with writing userscripts with jquery. Made two working script for stretching, I need e-mails, and the third example doesn't work.
Page for parsing:
www.gapa.de/_gastgeberliste/ (Choose any Unterkunftsart and click Finden)
Script:
efrolov.ru/gapa/gapa.user.jsTask: Pulling emails from every page.
Problem: Jquery can't access the class. That is so you can add
$("#footer").append(' hello!');
,
well, that's not working:
$(".ukresultheader").append(' hello!');
Can anyone tell why is not working?