Skip to content

A simple userscript that allows you to add custom post and PM editing buttons

License

Notifications You must be signed in to change notification settings

mprep-btc/Bitcointalk-Post-Iconizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitcointalk Post Iconizer

Screenshot 1

A simple userscript, which adds the ability to create custom buttons for the post and PM creation pages on Bitcointalk (and possibly other SMF 1.X forums).

Installation instructions

  1. Get a userscript manager plugin if your browser doesn't support userscripts natively (or if these scripts don't work for some reason);
  1. Install the main userscript found here;
  2. Install any plugin userscripts (official plugins can be found here; click on the plugin and then click the button 'Raw' to get the file).
  3. Make sure the main userscript is executed before any plugins are (your userscript manager should allow you to control the execution order of the plugins).
  4. (Optional) Move around the plugin execution order in order to choose which plugins should be loaded first.
  5. (Optional) Create your own plugins by using the function reference located in the main userscript

Examples (for plugins)

Creating a button that inserts BB code:

addInserter("someIcon.jpg","[b]Example things[/b]","Thing name");

Creating a button that surrounds your selection with BB code:

addSurrounder("someIcon.jpg","[b][u]start"," and the end[/u][/b]","Thing name");

License

The userscript and all plugin userscripts are provided under the AGPL 3.0 license.

Major changes

v0.2 - refractored code, added custom button and separator inserters, added update URLs

v0.1 - initial release.

Donations

Donations are welcome: 1mprepxqZeK7LcRYEz84DVJKCvF8CQ8gu

Bitcointalk.org topic

https://bitcointalk.org/index.php?topic=1782017.0

About

A simple userscript that allows you to add custom post and PM editing buttons

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages