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.

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey, Greasemonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

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

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

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.

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

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

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!)

ผู้เขียน
Pipecraft
จำนวนติดตั้งประจำวัน
0
จำนวนติดตั้งทั้งหมด
1
คะแนน
0 0 0
เวอร์ชัน
0.1.3
สร้างเมื่อ
03-12-2025
อัปเดตเมื่อ
05-12-2025
Size
5.86 กิโลไบต์
สัญญาอนุญาต
MIT
ปรับใช้กับ

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