Greasy Fork
登录
简体中文 (zh-CN)
繁體中文 (zh-TW)
Help us translate!
脚本
帮助
更多
高级搜索
用户列表
库
管理日志
☰
脚本
论坛
帮助
高级搜索
用户列表
库
管理日志
登录
简体中文 (zh-CN)
繁體中文 (zh-TW)
Help us translate!
信息
代码
历史
反馈 (1)
统计
GameCATs Highlighting
Highlights stuff, I dunno.
这些是代码更新过的版本。
显示所有版本
v2.1.0
2021-02-02
The HTML contextmenu element got deprecate/dremoved, so now there's a hobo select box that pops up on right click instead.
v2.0.22
2018-01-26
- Pre-emptively adding an include line for the new URL scheme GameFAQs plans on changing to.
v2.0.21
2017-07-26
- GameFAQs changed the site header which made the script fail to append its settings link there for those with that enabled. It's now in that newfangled dropdown.
v2.0.20
2017-03-08
- Made content based highlight/ignore pick up embedded youtube videos and images
v2.0.19
2017-01-26
- GameFAQs is https now, so I set the script is set to run on https pages.
v2.0.18
2016-11-28
- Made topic removals make sure the topic hasn't already been removed
v2.0.17
2016-08-31
- GameFAQs changed the message list post headers, so I updated the script to parse it correctly.
v2.0.16
2016-05-11
- CSS changed a bit, so I did a thing to make the settings link look less bad on "/user"
v2.0.15
2016-01-21
- GameFAQs changed the usermast again, so I fixed the settings button to still find the "welcome" link to append next to.
v2.0.14
2015-12-24
- Made the right click context menu rerun the <code>getSettings();</code> call so it won't revert changes made in other tabs.
v2.0.13
2015-12-16
- Fixed a bug where the script errors out trying to delete an already deleted post.
v2.0.12
2015-12-15
Missed a brace, whoops.
v2.0.11
2015-12-15
- Fixed a script conflict. Probably should have just done this in the first place.
v2.0.10
2015-12-09
- Fixed the save settings function reading from the wrong checkbox.
v2.0.9
2015-11-23
The new notifications changed the order of nodes in the header, fixed the settings link not appending after your username.
v2.0.8
2015-11-13
- GameFAQs added a class before one I expected to be the first, so I adjusted where I look for that to fix the header settings link. - Also set the settings link in the profile page to use the new 'quick links' area.
v2.0.7
2015-09-28
GameFAQs changed the page I appended the settings link to, so I changed the script to append again.
v2.0.6
2015-06-03
- Fixed message list ignore, forgot I only need to delete the one TR now
v2.0.5
2015-05-30
- Fixed a fix again, unbroke topic list highlighting.
v2.0.4
2015-05-29
- Fixed text colours getting applied to GameFAQs-style tags
v2.0.3
2015-05-28
Whoops, forgot a console.log
v2.0.3
2015-05-28
- Fixed text colours bleeding into the username dropdown menu - Fixed text colours not getting applied to a freshly appended <code>span.user_info</code>
v2.0.2
2015-05-28
Fixed to work with the new GameFAQs update.
v1.3.3
2015-04-29
Fixed a bug where adding a group name by content would also apply to someone whose username happened to match that content.
v1.3.2
2015-04-23
Missed the parenthesis on group names in the topic list, removed those.
v1.3.1
2015-04-21
Forgot to add text by the new option's label. Fixed that.
v1.3.0
2015-04-21
No longer automatically wraps parenthesis around group names. If you want the old behaviour, just add them to your group names in the text field. | Has a new toggle to style group names like GameFAQs tags.
v1.2.4
2015-04-20
My name on GameFAQs changed, so I updated the part where it fills in a highlight list for me as the first run placeholder.
v1.2.3
2014-10-27
Added an option to move the settings link onto GameFAQs' own settings page list, keep it in the site header, or both.
v1.2.2
2014-07-24
Whoops. Forgot a match case.
v1.2.1
2014-07-23
Fixed a bug with highlight stacking in the topic list.
v1.2.0
2014-07-07
Added case insensitivity option
v1.1.2
2014-05-16
Added a simple error check for malformed import data.
v1.1.1
2014-05-15
Imported from userscripts.org