Comment Ca Marche - FIX Waterfox Classic v.1
by decembre
Details
Author decembre
License No License
Category Comment Ca Marche, FIX, Waterfox Classic
Created 1 year, 10 months ago
Updated 1 year, 10 months ago
Size 792 B
Statistics
Learn how we calculate statistics in the FAQ .
Failed to fetch stats.
Description
Only need for Waterfox Classic.
It fix a display problem on pages listing where titles and descriptions are invisible.
Tested the problem on different Waterfox Classic profiles (with and without Adblock Origin and userscripts).
No problem with:
test link:
Virus [Comment Ca Marche]
Notes
Userstyle doesn't have notes.
Source code
/* ==UserStyle==
@name Comment Ca Marche - FIX Waterfox Classic v.1
@namespace https://userstyles.world/user/decembre
@author decembre
@description Only need for Waterfox Classic: fix a display problem on pages listing where titles and descriptions are invisible.
@version 1.00
@license unlicense
@preprocessor uso
==/UserStyle== */
@-moz-document domain("commentcamarche.net") {
/* 0- Comment Ca Marche - FIX Waterfox Classic v.1 */
/* PB to SE TEXT:
TEST links:
https://www.commentcamarche.net/securite/piratage/
=== */
.app_list_posts figcaption p::after ,
.app_list_posts figcaption p::before ,
.app_list_posts figcaption h3::before ,
.app_list_posts figcaption h3::after {
display: none;
}
/* ==== END ==== */
}