-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlastVisitedTiebas.meta.js
25 lines (25 loc) · 1.12 KB
/
lastVisitedTiebas.meta.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// ==UserScript==
// @name Tiebas Last Visited
// @namespace https://github.com/zephyrer/
// @description 针对百度贴吧,添加关于最近逛过的贴吧的支持
// @include http://tieba.baidu.com/f?*
// @include http://tieba.baidu.com/p/*
// @include https://tieba.baidu.com/f?*
// @include https://tieba.baidu.com/p/*
// @version 1.2.4
// @grant GM_addStyle
// @grant GM_getValue
// @grant GM_setValue
// @grant GM_log
// @grant GM_registerMenuCommand
// @downloadURL https://github.com/zephyrer/userscripts/raw/master/lastVisitedTiebas.user.js
// @updateURL https://github.com/zephyrer/userscripts/raw/master/lastVisitedTiebas.meta.js
//
// @note 2017/06/13 1.2.3 百度数据结构改版,forum_name 变成 name
// @note 2017/06/13 1.2.2 美化排版
// @note 2015/01/14 1.2.1 修正"常逛的吧"按钮背景色在面板开启时恢复原色的问题
// @note 2015/01/14 1.2 添加 excludeFavorites 支持
// @note 2015/01/11 1.1 添加 GM 命令菜单项
// @note 2015/01/10 1.0 initial release
//
// ==/UserScript==