hoothin / UserScripts

Greasemonkey scripts ( Pagetual / Picviewer CE+ / DownloadAllContent ) 油猴腳本集 ユーザースクリプト集
https://greasyfork.org/users/8227-hoothin
3.02k stars 509 forks source link

linuxfromscratch goes bonkers with pagetual #534

Open digidoor opened 7 months ago

digidoor commented 7 months ago

The url of site https://www.linuxfromscratch.org/blfs/view/svn/postlfs/console-fonts.html

Is your request related to a problem? Please describe. The page renders incomprehensibly.

Describe the result you'd like with the rule Just disable paging for linuxfromscratch.org

Custom rule you've tried I've disabled it for the entirety of linuxfromscratch.org.

Additional context I'd just like to see this rule added out of the box.

hoothin commented 7 months ago
{
    "name": "linuxfromscratch",
    "url": "^https://www\\.linuxfromscratch\\.org",
    "pageElement": "body>*",
    "css": "div.sect1{position:static;overflow-wrap: break-word;}div.navheader{position: relative;}"
}