Lynx Extended-- (Formerly 8chan--)

Download from https://greasyfork.org/en/scripts/533169-lynxchan-extended-minus-minus

Features:

  • All features from Lynxchan Extended (CSS fixes, post highlighting, post scrollbar marker, custom spoiler images)
  • CSS highlighting for (You)s
  • Post counters from 1 to number of posts
  • Keyboard shortcuts for quick reply box. Use Ctrl+S, B, I, D, M for tags. Press Escape to quickly close the box.
  • Reveals spoilers, both text and images.
  • Settings panel blatantly stolen from Lynxchan Extended, now with more options

Other userscripts

Download Description
https://greasyfork.org/en/scripts/533077-lynxchan-extended The original. No longer needed.
https://pastebin.com/raw/QKxbkECd Add Desktop notifications.
https://dollchan.net/extension/ Adds a lot of features, but has some issues with image display and reply display. Try it at your own peril.
https://greasyfork.org/en/scripts/533067-fullchan-x Adds inline reply display.
https://greasyfork.org/en/scripts/533136-8chan-buffs Adds download button for files and ability to show only posts by that ID. I highly recommend installing this since there's no incompatibilities or downsides.
https://rentry.org/fbf8q59r Collection of scripts by an anonymous poster on /gfg/

Terms of Service Agreement

This userscript will automatically agree to the terms of service that shows up every couple of hours.
Hopefully you've read and agreed to the terms of service by now. Don't be stupid and tell everyone else to install this without reading it.

// ==UserScript==
// @name        8chan TOS Agreement
// @namespace   Violentmonkey Scripts
// @match       *://8chan.moe/.static/pages/disclaimer.html
// @match       *://8chan.se/.static/pages/disclaimer.html
// @grant       none
// @version     1.0
// @author      -
// @description -
// ==/UserScript==
(function termsAgree() {
    const elems = document.querySelectorAll('div.titleWrapper>fieldset.titleFieldset>h1>a');
    if ((elems.length > 0) && (elems.item(0) != null)) {
        elems.item(0).click();
    }
})();
Edit Report
Pub: 16 Apr 2025 20:27 UTC
Edit: 18 Apr 2025 04:12 UTC
Views: 673