Hello everyone,
I made a small userscript for Bitcointalk that adds some useful features for daily forum browsing. It only adds some helper buttons and display options inside your own browser.
The main goal is to make reading, copying, scrolling, and sharing posts easier, especially for users who browse long topics or use Bitcointalk from mobile. You can enable or disable each option from a small floating settings button.
How it worksAfter installing the script and opening Bitcointalk, you will see a floating
⚡️ button on the page.
Click that button and a settings panel will open. From there, you can turn each feature on or off.
Features included1. Copy Code Button:This adds a
Copy button above code boxes.When you click it, only the text inside the code box will be copied. This is useful because sometimes when copying from a code box, extra page text may also get copied.
2. Copy Post Link Button: This adds a small
Link button to posts. When you click it, the direct link to that specific post/reply will be copied. This makes it easier to share a particular reply without manually looking for the post link.
3. Collapse Long Quotes: Sometimes long quoted replies make a topic harder to read. This option automatically collapses very long quotes. You can click the collapsed quote area to expand it again.
4. Back to Top Button: This adds a floating
↑ button. Clicking it quickly takes you back to the top of the page.
5. Go to Bottom Button: This adds a floating
↓ button. Clicking it takes you directly to the bottom of the page. This is useful in long topics when you want to reach the latest replies quickly.
6. Hide Signatures: This option hides user signatures from posts. It is useful if you want a cleaner reading experience or if you want to reduce visual clutter while reading.
7. Hide Avatars: This option hides user avatars in posts. Important note: this option only works when you manually check it in the settings panel. If it is unchecked, avatars will stay visible.
8. External Link Warning: This option shows a confirmation warning before opening links that go outside Bitcointalk. It can help prevent accidentally opening unknown external links.
9. Dark Mode: This adds a dark theme to Bitcointalk. It changes the forum background, text, quotes, code boxes, input boxes, and links to a darker style. Images are kept readable as much as possible.
Also added
10. Button Color, Button Text Color, Button Size and Font Size. This is useful for mobile users or anyone who wants the post text to be easier to read. I didn't add whole scrip off option because we can off a script from tampermonkey.
How it looks like after installation
How to install on desktop1. Install
Tampermonkey extension in your browser.
2. Go to chrome://extensions/ click Details in
Tampermonkey>
scroll down and
Allow User Scripts [on]
3. Go to
Greasyfork and click [install this script] then install
6. Open or refresh Bitcointalk.
7. Click the floating ⚡️ button.
8. Enable or disable the options you want.
How to install on Android / phoneYou need a browser that supports userscripts. For example:
- Kiwi Browser + Tampermonkey
- mises Browser + Tampermonkey
- Any other Android browser that supports userscript extensions
Steps:
1. Install
Tampermonkey extension in your browser.
2. Go to extension
3. Turn developer Mode [ON]
4. Go to
Greasyfork and click [install this script] then install
6. Open Bitcointalk and refresh.
7. Tap the floating ⚡️ button.
8. Choose the options you want.
The mobile version is adjusted so the settings panel fits better on small screens. desktop and mobile version is deffrent Some options are enabled by default, while others are disabled..
Privacy noteThe script does not collect data and does not send anything to any server. It only stores your settings in your browser local storage, so your chosen options remain saved after refreshing the page.