Discourse Prevent Jump on Reply

Prevent Discourse from jumping after posting a reply by intercepting the reply button click and forcing shiftKey, keeping scroll position and context.

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Autor
Pipecraft
Installationen heute
0
Installationen gesamt
1
Bewertungen
0 0 0
Version
0.1.3
Erstellt am
03.12.2025
Letzte Aktualisierung
05.12.2025
Größe
5,86 KB
Lizenz
MIT
Wird angewandt auf

Discourse Prevent Jump on Reply

Prevent Discourse from jumping to the latest post after you submit a reply. The script intercepts reply actions and forces shiftKey behavior to keep your current scroll position and context. Includes a per‑site toggle and auto language for the UI label.

中文版

screencapture

Features

  • Prevents post‑submission jump; keeps current position
  • Intercepts both reply button clicks and Cmd/Ctrl + Enter hotkey
  • Per‑site toggle next to the reply button; off by default
  • Toggle state persisted per domain via userscript storage (GM.getValue/GM.setValue)
  • Auto label language (English/Simplified Chinese) based on Discourse UI language

Supported Sites

Runs on these Discourse forums:

Installation

  1. Install a user script manager:
  2. Install the script:

Usage

  • On the reply composer, a checkbox appears next to the reply button:
    • Label: “Prevent jump to latest post” (auto‑localized)
    • Default: Off
    • When enabled, the script intercepts reply actions and keeps position
  • Works for both clicking the reply button and pressing Cmd/Ctrl + Enter
  • Shift override: if you manually hold Shift, the script does not alter behavior

Compatibility

Tested on modern browsers with Tampermonkey/Violentmonkey and Discourse‑based forums.

Changelog

v0.1.0

  • Initial release: button and hotkey interception, per‑site toggle, auto language

More Useful Scripts

License

MIT License — see the repository LICENSE file.

Contributing

Issues and pull requests are welcome!

Related Links