my friend wrote this, you can send her some coffee if it is useful
/* Necessary */
h3[id*=":r0:-heading"] + div.category-selection {
h4 {
visibility: hidden;
}
h4:before {
visibility: visible;
content: "New neccesssary text";
}}
/* Performance and Analytics */
p[id*=":r1:-description"] + hr + div.category-selection {
h4 {
visibility: hidden;
}
h4:before {
visibility: visible;
content: "New performance text";
}}
/* Advertising */
p[id*=":r2:-description"] + hr + div.category-selection {
h4 {
visibility: hidden;
}
h4:before {
visibility: visible;
content: "New advertising text";
}}