{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreibd2cm4h6ewkgxbzfkw6icsmfccesvdvj4ryc3sh77dowl4hy5cum",
    "uri": "at://did:plc:hqad6xwuzg7oqfmwylfkvqfm/app.bsky.feed.post/3mgxr4pyelwi2"
  },
  "path": "/viewtopic.php?t=32832&p=271079#p271079",
  "publishedAt": "2026-03-13T13:57:47.000Z",
  "site": "http://forum.palemoon.org",
  "tags": [
    "URL Rewriter",
    "@name",
    "@version",
    "@grant",
    "@match",
    "@run-at"
  ],
  "textContent": "> Interesting about the \"useskin\" URL parameter, this can be used to create URL Rewriter rules with regular expressions.\n\nIndeed!\n\nI personally use a Greasemonkey script though;\n\n\nCODE:\n\n\n    // ==UserScript==// @name Wikipedia vector skin// @version 1// @grant none// @match https://en.wikipedia.org/*// @match https://sv.wikipedia.org/*// @run-at document-start// ==/UserScript==if (! window.location.search) { window.location.search = '?useskin=vector';} else if (! oldSearch.includes('useskin')) { window.location.search += '&useskin=vector';}\n\n* * *",
  "title": "Web Compatibility Support • Re: Wikipedia login page scrolls to bottom",
  "updatedAt": "2026-03-13T13:57:47.000Z"
}