Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install
TianYa Helper
Show the author's posts only or highlight them at TianYa.cn [HotKeys] Ctrl-Y:Show Author's Posts Only/Show All Posts; Alt-Y:Highlight Author's Posts/Restore to normal. (为天涯社区添加“只看楼主”和“高亮楼主”的功能。 [快捷键]: Ctrl-Y:显示/隐藏楼主的帖子; Alt-Y:高亮/恢复楼主的帖子);
Show the author's posts only or highlight them at TianYa.cnHotKeys:
- Ctrl-Y: Show Author's Posts Only / Show All Posts
- Alt-Y: Highlight Author's Posts / Restore to normal
Context Menu items on GreaseMonkey Tray Icon
Floating Control Bar:
Floating at the bottom and you may disabled it.
Configuration (by editing the script source):
// Auto show author's only? [true or false]
var AUTO_ENABLE = false;
// Auto highlight author's? [true or false]
var AUTO_HIGHLIGHT = false;
// Disable the hotkeys? [true or false] (Note: Ctrl-Y to hide/show; Alt-Y to highlight/restore)
var DISABLE_HOTKEY = false;
// Hightlight style, Sample: font-weight:bold!important;border:1px solid red;
var HIGHLIGHT_STYLE = '';
// Normal style, Sample: font-weight:normal!important;border:0;
var NORMAL_STYLE = '';
======================================================================
为天涯社区添加“只看楼主”和“高亮楼主”的功能。快捷键:
- Ctrl-Y: 显示/隐藏楼主的帖子
- Alt-Y: 高亮/恢复楼主的帖子
右下角猴子图标的右键菜单项目
浮动控制栏:
浮动于右下角,可通过猴子命令将其隐藏。
功能配置:
// 自动启用“只看楼主”? [true 或 false]
var AUTO_ENABLE = false;
// 自动启用“高亮楼主”? [true 或 false]
var AUTO_HIGHLIGHT = false;
// 屏蔽快捷键? [true 或 false] (提示: Ctrl-Y 显示/隐藏; Alt-Y 高亮/恢复)
var DISABLE_HOTKEY = false;
// 高亮显示风格, 示例: font-weight:bold!important;border:1px solid red;
var HIGHLIGHT_STYLE = '';
// 普通显示风格, 示例: font-weight:normal!important;border:0;
var NORMAL_STYLE = '';
======================================================================
- Original (原图):

- Show Author's Only (只看楼主):

- Highlight Author's (高亮楼主):

- GreaseMonkey Context Menu Command (猴子命令):

- Floating Control Bar (浮动控制栏):

======================================================================
History:
1.0 Initialize Release
1.1 FF2.x supported with some bugfixes
1.2 Floating Bar added with some bugfixes
1.3 Fixed a tiny bug with some special board and stripped consecutive newlines
You could comment on this script if you were logged in.
