blob: 57cc9b22c3697386db54b66390817b21e715c612 (
plain)
1
2
3
4
5
6
7
|
<?php
return array (
'http://www.numerama.com/' => '#newstext',
'http://www.rue89.com/' => '#article .content', // buggué lorsqu'il y a des mises à jour :-/
'http://www.explosm.net/' => '#maincontent div div div img'
);
|