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
  • Mark new poster IDs
  • 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. Press Ctrl+Enter to post your reply. Press Ctrl+Q or Alt+R to open the quick reply 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. Merged into Lynx--.
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://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 and desktop notifications.
https://greasyfork.org/en/scripts/533268-8chan-style-script Has a lot of features that Lynx-- has, you can try to use them together if you disable the Lynx-- ones. Your mileage may vary.
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
Pub: 16 Apr 2025 20:27 UTC
Edit: 21 Apr 2025 03:58 UTC
Views: 2081