This repository was archived by the owner on Dec 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmemo2.txt
85 lines (78 loc) · 2.73 KB
/
memo2.txt
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
//http://cdn2.www.st-hatena.com/users/hi/*/profile.gif
//http://b.st-hatena.com/images/loading.gif
// http://cdn-ak.b.st-hatena.com/images/loading.gif
// http://b.hatena.ne.jp/hiroqn/rss
// http://cdn2.www.st-hatena.com/users/hi/hiroqn/profile.gif
// "http://b.hatena.ne.jp/" + config.id + "/search.data"
// http://b.hatena.ne.jp/hiroqn/api.delete_bookmark.json
// GM_getValue http://b.hatena.ne.jp/hiroqn/fragment?with_favorites=1&of=0
// entry_favorites : '/my.entry_favorites',
// fast_entry_data : '/my.fast_entry_data',
// entry : 'entry.json',
// information_html : 'partial.information',
// services_html : 'partial.services',
// calendar_html : 'partial.calendar',
// bookmarks_html : 'partial.bookmarks',
// entry_tags : 'partial.entry_tags',
// infoversion : 'api.infoversion.json',
// close_calendar : 'api.close_calendar.json',
// delete_bookmark : 'api.delete_bookmark.json',
// interesting : 'api.interesting.json',
// not_interesting : 'api.not_interesting.json',
// ignore : 'api.ignore.json',
// unignore : 'api.unignore.json',
// ignoring : 'api.ignoring.json',
// unfollow : 'api.unfollow.json',
// follow : 'api.follow.json',
// following : 'api.following.json',
// follow_suggest_ignore : 'api.follow_suggest_ignore.json',
// unfollow_suggest_ignore : 'api.unfollow_suggest_ignore.json',
// usertag : 'api.usertag.json',
// unusertag : 'api.unusertag.json',
// analysis : '/entry.analysis.json',
// user_config : 'config',
// delete_relword : 'api.delete_relword.json',
// delete_location : 'api.delete_location.json',
// tutorial : '/api/tutorial.unlock.json',
// ignore_twitter_user : 'api.ignore_twitter_user.json',
// unignore_twitter_user : 'api.unignore_twitter_user.json',
// update_for_twitter : '/entry.update_for_twitter',
// retweet_cache : '/entry.retweet_cache',
// bookmark_click : 'api.bookmark_click',
// hide_click_entry : 'api.hide_click_entry.json',
// show_click_entry : 'api.show_click_entry.json',
// close_click_entry : 'api.close_click_entry.json',
// reset_hidden_click_entry: 'api.reset_hidden_click_entry.json',
// add_interest_tag : 'api.add_interest_tag.json',
// delete_interest_tag : 'api.delete_interest_tag.json',
// entry_edit_title : '/entry.edit_title.json',
// feedback : 'api.feedback.json'
仕様
[javascript]*[lib]-
[javascript]
[node.js]
[greasemonkey]+[userscript]
Config = [
{
name:'[javascript]*[lib]-'
children:[],
condition:[['javascript','lib']],
exclude:true
},
{
name:'[javascript]'
children:[
{
name:'[node.js]'
children:[],
condition:['node.js']
},
{
name:'[greasemonkey]+[userscript]'
children:[],
condition:[['greasemonkey'],['userscript']]
}
],
condition:[[javascript]]
},
]