-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhfr_monkey_topic.user.css
More file actions
40 lines (33 loc) · 1.31 KB
/
Copy pathhfr_monkey_topic.user.css
File metadata and controls
40 lines (33 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/* ==UserStyle==
@name [HFR] Monkey Topic
@version 1.0.3
@namespace roger21.free.fr
@description Permet de décorer le titre du topic des scripts greasemonkey avec des têtes de singe dans la liste des topics.
==/UserStyle== */
/*
$Rev: 4718 $
historique :
1.0.3 (08/06/2026) :
- migration du topic en cat Programmation
1.0.2 (13/02/2020) :
- mise en forme des metadata pour la compatibilité avec Stylus
1.0.1 (23/08/2019) :
- suppression du @namesapce pour la compatibilité avec Stylus
1.0.0 (29/04/2018) :
- creation
*/
@-moz-document url-prefix("https://forum.hardware.fr/forum1.php"),
url-prefix("https://forum.hardware.fr/forum1f.php"),
regexp("^https://forum\\.hardware\\.fr/.*/liste_sujet-.*.htm$"){
#mesdiscussions td.sujetCase3 a.cCatTopic[href*="&cat=10&subcat=388&post=148758&"],
#mesdiscussions td.sujetCase3 a.cCatTopic[href*="sujet_148758_"]{
}
#mesdiscussions td.sujetCase3 a.cCatTopic[href*="&cat=10&subcat=388&post=148758&"]:before,
#mesdiscussions td.sujetCase3 a.cCatTopic[href*="sujet_148758_"]::before{
content:"\1f435\fe0f\0020";
}
#mesdiscussions td.sujetCase3 a.cCatTopic[href*="&cat=10&subcat=388&post=148758&"]:after,
#mesdiscussions td.sujetCase3 a.cCatTopic[href*="sujet_148758_"]::after{
content:"\0020\1f435\fe0f";
}
}