{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreicknnysv6qtroi3zjcrjpl6bftkghphxyzbes2jbgihi2sn6qa77q",
    "uri": "at://did:plc:hqad6xwuzg7oqfmwylfkvqfm/app.bsky.feed.post/3mgxdoshyh652"
  },
  "path": "/viewtopic.php?t=32832&p=271076#p271076",
  "publishedAt": "2026-03-13T12:52:09.000Z",
  "site": "http://forum.palemoon.org",
  "tags": [
    "URL Rewriter"
  ],
  "textContent": "Interesting about the \"useskin\" URL parameter, this can be used to create URL Rewriter rules with regular expressions.\n\nFor the login page:\n\n\nCODE:\n\n\n    Example URL: https://auth.wikimedia.org/enwiki/wiki/Special:UserLogin?useformat=desktop&usesul3=1&returnto=Main+PageInclude pattern: https://auth.wikimedia.org/enwiki/wiki/Special:(.*)Exclude pattern: useskinRedirect to: https://auth.wikimedia.org/enwiki/wiki/Special:$1&useskin=Monobook\n\nFor regular Wikipedia articles when not logged-in:\n\n\nCODE:\n\n\n    Example URL: https://en.wikipedia.org/wiki/TreeInclude pattern: https://en.wikipedia.org/wiki/(.*)Exclude pattern: https://en.wikipedia.org/wiki/(.*)\\?Redirect to: https://en.wikipedia.org/wiki/$1?useskin=Monobook\n\n(You can also replace Monobook with Vector to get the pre-2022 Wikipedia skin that works well with Pale Moon. Much nicer!)\n\n* * *",
  "title": "Web Compatibility Support • Re: Wikipedia login page scrolls to bottom",
  "updatedAt": "2026-03-13T12:52:09.000Z"
}