Thursday, January 10, 2013

HC Plus! 1.2.0

HC Plus 1.2.0 has been released.
Download: http://userscripts.org/scripts/show/152440
Source Code: http://userscripts.org/scripts/review/152440

Usage:
Ctrl + Z Set your username for post highlighter.

bbcode shortcuts:
Alt + X bold
Alt + K italics
Alt + P underline
Alt + C code wrapper
Alt + I image wrapper
Alt + U url wrapper
Alt + Z spoiler wrapper
Alt + Q quote wrapper
Alt + Y youtube wrapper

You can manually enable/disable features from the script code:
//Settings
// Use "true" to enable option or "false" to disable option.
enableEveryoneVip = true;
enableHideRank = true;
enableHideStats = true;
enableHighlighter = true;
enableImageResizer = true;
enableRemoveSignature = true;
enableBBCodeShortcuts = true;
enableAvatarFade = true;
enableTopButton = true;


/* Changelog
1.2.0
    -Fixed top button
    -Code cleanup
1.1.9    -Added new bbcode and changed shortchuts
    -Sped up image resizer
    -Code cleanup
1.1.8
    -Added jQuery libraries @include
    -Added fade-in/fade-out effect for avatars
    -Added "top" button
1.1.7
    -Added bbcode shortcuts
    -Code cleanup
1.0.7
    -Minor code clean up
1.0.6
    -Fixed the image resizer conflict with CSS
    -Fixed settings
    -Removed customSearch function
    -Made features optional
    -Added @include handle for HC forum
    -Edited CSS code for image resizer compatibility
1.0.5
    -Added ThomasPink CSS as JS option for Stats, VIP, Rank, etc
    -Created separate resource file for CSS code. CSS will now load on document-start
1.0.4
    -Added handle for Google Chrome browsers
1.0.3
    -Added poster signature remover
1.0.2
    -Code clean up
1.0.1
    -Added image resizer
1.0.0
    -Initial code
*/

No comments:

Post a Comment