Sleazy Fork is available in English.
Highlighter for E-Hentai (e-hentai.org/exhentai.org). Supports regular expressions.
< E-Hentai Highlighterについてのフィードバック
fix: flex css for "Popular Right Now" divI'm using pale moon browser (originally forked from firefox).The "Popular Right Now" div doesn't display properly. It displays in a vertical line. I fixed it by adding:'#pp { display: flex; flex-flow: row wrap; }' +below this line:'.itg { display: flex; flex-flow: row wrap; }' +
Thanks, didn't notice as I have it hidden.Should be fixed now
返信を投稿するにはログインしてください。
fix: flex css for "Popular Right Now" div
I'm using pale moon browser (originally forked from firefox).
The "Popular Right Now" div doesn't display properly. It displays in a vertical line. I fixed it by adding:
'#pp { display: flex; flex-flow: row wrap; }' +
below this line:
'.itg { display: flex; flex-flow: row wrap; }' +