playwriter 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin.js +1 -1
- package/dist/browser-config.js +1 -3
- package/dist/browser-config.js.map +1 -1
- package/dist/cdp-types.d.ts +25 -0
- package/dist/cdp-types.d.ts.map +1 -0
- package/dist/cdp-types.js +91 -0
- package/dist/cdp-types.js.map +1 -0
- package/dist/extension/cdp-relay.d.ts +12 -0
- package/dist/extension/cdp-relay.d.ts.map +1 -0
- package/dist/extension/cdp-relay.js +378 -0
- package/dist/extension/cdp-relay.js.map +1 -0
- package/dist/extension/protocol.d.ts +29 -0
- package/dist/extension/protocol.d.ts.map +1 -0
- package/dist/extension/protocol.js +2 -0
- package/dist/extension/protocol.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -0
- package/dist/mcp-client.d.ts.map +1 -1
- package/dist/mcp-client.js +1 -1
- package/dist/mcp-client.js.map +1 -1
- package/dist/mcp.js +74 -464
- package/dist/mcp.js.map +1 -1
- package/dist/mcp.test.js +101 -142
- package/dist/mcp.test.js.map +1 -1
- package/dist/prompt.md +41 -487
- package/dist/resource.md +436 -0
- package/dist/start-relay-server.d.ts +8 -0
- package/dist/start-relay-server.d.ts.map +1 -0
- package/dist/start-relay-server.js +33 -0
- package/dist/start-relay-server.js.map +1 -0
- package/package.json +42 -36
- package/src/browser-config.ts +48 -50
- package/src/cdp-types.ts +124 -0
- package/src/extension/cdp-relay.ts +480 -0
- package/src/extension/protocol.ts +34 -0
- package/src/index.ts +1 -0
- package/src/mcp-client.ts +46 -46
- package/src/mcp.test.ts +109 -165
- package/src/mcp.ts +202 -694
- package/src/prompt.md +41 -487
- package/src/resource.md +436 -0
- package/src/snapshots/hacker-news-initial-accessibility.md +243 -127
- package/src/snapshots/shadcn-ui-accessibility.md +300 -510
- package/src/start-relay-server.ts +43 -0
|
@@ -1,202 +1,318 @@
|
|
|
1
|
+
Return value:
|
|
1
2
|
- table [ref=e3]:
|
|
2
3
|
- rowgroup [ref=e4]:
|
|
3
|
-
- row "Hacker Newsnew | past | comments | ask | show | jobs | submit
|
|
4
|
-
- cell "Hacker Newsnew | past | comments | ask | show | jobs | submit
|
|
4
|
+
- row "Hacker Newsnew | threads | past | comments | ask | show | jobs | submit xmorse (70) | logout" [ref=e5]:
|
|
5
|
+
- cell "Hacker Newsnew | threads | past | comments | ask | show | jobs | submit xmorse (70) | logout" [ref=e6]:
|
|
5
6
|
- table [ref=e7]:
|
|
6
7
|
- rowgroup [ref=e8]:
|
|
7
|
-
- row "Hacker Newsnew | past | comments | ask | show | jobs | submit
|
|
8
|
+
- row "Hacker Newsnew | threads | past | comments | ask | show | jobs | submit xmorse (70) | logout" [ref=e9]:
|
|
8
9
|
- cell [ref=e10]:
|
|
9
10
|
- link [ref=e11] [cursor=pointer]:
|
|
10
11
|
- /url: https://news.ycombinator.com
|
|
11
|
-
- img [ref=e12]
|
|
12
|
-
- cell "Hacker Newsnew | past | comments | ask | show | jobs | submit" [ref=e13]:
|
|
12
|
+
- img [ref=e12]
|
|
13
|
+
- cell "Hacker Newsnew | threads | past | comments | ask | show | jobs | submit" [ref=e13]:
|
|
13
14
|
- generic [ref=e14]:
|
|
14
15
|
- link "Hacker News" [ref=e16] [cursor=pointer]:
|
|
15
16
|
- /url: news
|
|
16
17
|
- link "new" [ref=e17] [cursor=pointer]:
|
|
17
18
|
- /url: newest
|
|
18
19
|
- text: "|"
|
|
19
|
-
- link "
|
|
20
|
+
- link "threads" [ref=e18] [cursor=pointer]:
|
|
21
|
+
- /url: threads?id=xmorse
|
|
22
|
+
- text: "|"
|
|
23
|
+
- link "past" [ref=e19] [cursor=pointer]:
|
|
20
24
|
- /url: front
|
|
21
25
|
- text: "|"
|
|
22
|
-
- link "comments" [ref=
|
|
26
|
+
- link "comments" [ref=e20] [cursor=pointer]:
|
|
23
27
|
- /url: newcomments
|
|
24
28
|
- text: "|"
|
|
25
|
-
- link "ask" [ref=
|
|
29
|
+
- link "ask" [ref=e21] [cursor=pointer]:
|
|
26
30
|
- /url: ask
|
|
27
31
|
- text: "|"
|
|
28
|
-
- link "show" [ref=
|
|
32
|
+
- link "show" [ref=e22] [cursor=pointer]:
|
|
29
33
|
- /url: show
|
|
30
34
|
- text: "|"
|
|
31
|
-
- link "jobs" [ref=
|
|
35
|
+
- link "jobs" [ref=e23] [cursor=pointer]:
|
|
32
36
|
- /url: jobs
|
|
33
37
|
- text: "|"
|
|
34
|
-
- link "submit" [ref=
|
|
38
|
+
- link "submit" [ref=e24] [cursor=pointer]:
|
|
35
39
|
- /url: submit
|
|
36
|
-
- cell "
|
|
37
|
-
-
|
|
38
|
-
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
- cell
|
|
50
|
-
|
|
51
|
-
|
|
40
|
+
- cell "xmorse (70) | logout" [ref=e25]:
|
|
41
|
+
- generic [ref=e26]:
|
|
42
|
+
- link "xmorse" [ref=e27] [cursor=pointer]:
|
|
43
|
+
- /url: user?id=xmorse
|
|
44
|
+
- text: (70) |
|
|
45
|
+
- link "logout" [ref=e28] [cursor=pointer]:
|
|
46
|
+
- /url: logout?auth=227f860372905c327e92615af914e1e41ec43fff&goto=item%3Fid%3D1
|
|
47
|
+
- row [ref=e29]
|
|
48
|
+
- row [ref=e30]:
|
|
49
|
+
- cell [ref=e31]:
|
|
50
|
+
- table [ref=e32]:
|
|
51
|
+
- rowgroup [ref=e33]:
|
|
52
|
+
- row "upvote Y Combinator (ycombinator.com)" [ref=e34]:
|
|
53
|
+
- cell [ref=e35]
|
|
54
|
+
- cell "upvote" [ref=e36]:
|
|
55
|
+
- link "upvote" [ref=e38] [cursor=pointer]:
|
|
56
|
+
- /url: vote?id=1&how=up&auth=e52b391ec392eb381ace51126fd80e19d48c1d7b&goto=item%3Fid%3D1
|
|
57
|
+
- generic "upvote" [ref=e39]
|
|
58
|
+
- cell "Y Combinator (ycombinator.com)" [ref=e40]:
|
|
59
|
+
- generic [ref=e41]:
|
|
60
|
+
- link "Y Combinator" [ref=e42] [cursor=pointer]:
|
|
52
61
|
- /url: http://ycombinator.com
|
|
53
|
-
- generic [ref=
|
|
62
|
+
- generic [ref=e43]:
|
|
54
63
|
- text: (
|
|
55
|
-
- link "ycombinator.com" [ref=
|
|
64
|
+
- link "ycombinator.com" [ref=e44] [cursor=pointer]:
|
|
56
65
|
- /url: from?site=ycombinator.com
|
|
57
|
-
- generic [ref=e44] [cursor=pointer]: ycombinator.com
|
|
58
66
|
- text: )
|
|
59
|
-
- row "57 points by pg on Oct 9, 2006 | hide | past | favorite |
|
|
67
|
+
- row "57 points by pg on Oct 9, 2006 | hide | past | favorite | 16 comments" [ref=e45]:
|
|
60
68
|
- cell [ref=e46]
|
|
61
|
-
- cell "57 points by pg on Oct 9, 2006 | hide | past | favorite |
|
|
69
|
+
- cell "57 points by pg on Oct 9, 2006 | hide | past | favorite | 16 comments" [ref=e47]:
|
|
62
70
|
- generic [ref=e48]:
|
|
63
|
-
-
|
|
64
|
-
-
|
|
65
|
-
- link "pg" [ref=e50] [cursor=pointer]:
|
|
71
|
+
- text: 57 points by
|
|
72
|
+
- link "pg" [ref=e49] [cursor=pointer]:
|
|
66
73
|
- /url: user?id=pg
|
|
67
|
-
-
|
|
68
|
-
-
|
|
74
|
+
- generic "2006-10-09T18:21:51 1160418111" [ref=e50]:
|
|
75
|
+
- link "on Oct 9, 2006" [ref=e51] [cursor=pointer]:
|
|
76
|
+
- /url: item?id=1
|
|
69
77
|
- text: "|"
|
|
70
|
-
- link "hide" [ref=
|
|
71
|
-
- /url: hide?id=1&goto=item%3Fid%3D1
|
|
78
|
+
- link "hide" [ref=e52] [cursor=pointer]:
|
|
79
|
+
- /url: hide?id=1&auth=e52b391ec392eb381ace51126fd80e19d48c1d7b&goto=item%3Fid%3D1
|
|
72
80
|
- text: "|"
|
|
73
|
-
- link "past" [ref=
|
|
81
|
+
- link "past" [ref=e53] [cursor=pointer]:
|
|
74
82
|
- /url: https://hn.algolia.com/?query=Y%20Combinator&type=story&dateRange=all&sort=byDate&storyText=false&prefix&page=0
|
|
75
83
|
- text: "|"
|
|
76
|
-
- link "favorite" [ref=
|
|
77
|
-
- /url: fave?id=1&auth=
|
|
84
|
+
- link "favorite" [ref=e54] [cursor=pointer]:
|
|
85
|
+
- /url: fave?id=1&auth=e52b391ec392eb381ace51126fd80e19d48c1d7b
|
|
78
86
|
- text: "|"
|
|
79
|
-
- link "
|
|
87
|
+
- link "16 comments" [ref=e55] [cursor=pointer]:
|
|
80
88
|
- /url: item?id=1
|
|
81
|
-
- row [ref=
|
|
82
|
-
- cell [ref=
|
|
83
|
-
- cell [ref=
|
|
84
|
-
- table [ref=
|
|
85
|
-
- rowgroup [ref=
|
|
86
|
-
- row "upvote sama on Oct 9, 2006 [–] \"the rising star of venture capital\" -unknown VC eating lunch on SHR" [ref=
|
|
87
|
-
- cell "upvote sama on Oct 9, 2006 [–] \"the rising star of venture capital\" -unknown VC eating lunch on SHR" [ref=
|
|
88
|
-
- table [ref=
|
|
89
|
-
- rowgroup [ref=
|
|
90
|
-
- row "upvote sama on Oct 9, 2006 [–] \"the rising star of venture capital\" -unknown VC eating lunch on SHR" [ref=
|
|
91
|
-
- cell [ref=
|
|
89
|
+
- row [ref=e56]:
|
|
90
|
+
- cell [ref=e57]
|
|
91
|
+
- cell [ref=e58]
|
|
92
|
+
- table [ref=e59]:
|
|
93
|
+
- rowgroup [ref=e60]:
|
|
94
|
+
- row "upvote sama on Oct 9, 2006 | [–] \"the rising star of venture capital\" -unknown VC eating lunch on SHR" [ref=e61]:
|
|
95
|
+
- cell "upvote sama on Oct 9, 2006 | [–] \"the rising star of venture capital\" -unknown VC eating lunch on SHR" [ref=e62]:
|
|
96
|
+
- table [ref=e63]:
|
|
97
|
+
- rowgroup [ref=e64]:
|
|
98
|
+
- row "upvote sama on Oct 9, 2006 | [–] \"the rising star of venture capital\" -unknown VC eating lunch on SHR" [ref=e65]:
|
|
99
|
+
- cell [ref=e66]:
|
|
92
100
|
- img
|
|
93
|
-
- cell "upvote" [ref=
|
|
94
|
-
- link "upvote" [ref=
|
|
95
|
-
- /url: vote?id=15&how=up&goto=item%3Fid%3D1
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
101
|
+
- cell "upvote" [ref=e67]:
|
|
102
|
+
- link "upvote" [ref=e69] [cursor=pointer]:
|
|
103
|
+
- /url: vote?id=15&how=up&auth=709295bd69cc8638fcf14a7b807bb0efabd69a2d&goto=item%3Fid%3D1#15
|
|
104
|
+
- generic "upvote" [ref=e70]
|
|
105
|
+
- cell "sama on Oct 9, 2006 | [–] \"the rising star of venture capital\" -unknown VC eating lunch on SHR" [ref=e71]:
|
|
106
|
+
- generic [ref=e73]:
|
|
107
|
+
- link "sama" [ref=e74] [cursor=pointer]:
|
|
99
108
|
- /url: user?id=sama
|
|
100
|
-
-
|
|
101
|
-
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
109
|
+
- generic "2006-10-09T19:51:01 1160423461" [ref=e75]:
|
|
110
|
+
- link "on Oct 9, 2006" [ref=e76] [cursor=pointer]:
|
|
111
|
+
- /url: item?id=15
|
|
112
|
+
- generic [ref=e77]:
|
|
113
|
+
- text: "|"
|
|
114
|
+
- link [ref=e78] [cursor=pointer]:
|
|
115
|
+
- /url: "#487171"
|
|
116
|
+
- text: next
|
|
117
|
+
- link "[–]" [ref=e79] [cursor=pointer]:
|
|
118
|
+
- /url: javascript:void(0)
|
|
119
|
+
- generic [ref=e80]:
|
|
120
|
+
- generic [ref=e81]: "\"the rising star of venture capital\" -unknown VC eating lunch on SHR"
|
|
106
121
|
- generic:
|
|
107
122
|
- paragraph
|
|
108
|
-
- row "upvote pg on Oct 9, 2006 | [–] Is there anywhere to eat on Sandhill Road?" [ref=
|
|
109
|
-
- cell "upvote pg on Oct 9, 2006 | [–] Is there anywhere to eat on Sandhill Road?" [ref=
|
|
110
|
-
- table [ref=
|
|
111
|
-
- rowgroup [ref=
|
|
112
|
-
- row "upvote pg on Oct 9, 2006 | [–] Is there anywhere to eat on Sandhill Road?" [ref=
|
|
113
|
-
- cell [ref=
|
|
114
|
-
- img [ref=
|
|
115
|
-
- cell "upvote" [ref=
|
|
116
|
-
- link "upvote" [ref=
|
|
117
|
-
- /url: vote?id=17&how=up&goto=item%3Fid%3D1
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
123
|
+
- row "upvote pg on Oct 9, 2006 | | [–] Is there anywhere to eat on Sandhill Road?" [ref=e82]:
|
|
124
|
+
- cell "upvote pg on Oct 9, 2006 | | [–] Is there anywhere to eat on Sandhill Road?" [ref=e83]:
|
|
125
|
+
- table [ref=e84]:
|
|
126
|
+
- rowgroup [ref=e85]:
|
|
127
|
+
- row "upvote pg on Oct 9, 2006 | | [–] Is there anywhere to eat on Sandhill Road?" [ref=e86]:
|
|
128
|
+
- cell [ref=e87]:
|
|
129
|
+
- img [ref=e88]
|
|
130
|
+
- cell "upvote" [ref=e89]:
|
|
131
|
+
- link "upvote" [ref=e91] [cursor=pointer]:
|
|
132
|
+
- /url: vote?id=17&how=up&auth=3c24b126f8f812f8c3a24a0b9143eac42ca15476&goto=item%3Fid%3D1#17
|
|
133
|
+
- generic "upvote" [ref=e92]
|
|
134
|
+
- cell "pg on Oct 9, 2006 | | [–] Is there anywhere to eat on Sandhill Road?" [ref=e93]:
|
|
135
|
+
- generic [ref=e95]:
|
|
136
|
+
- link "pg" [ref=e96] [cursor=pointer]:
|
|
121
137
|
- /url: user?id=pg
|
|
122
|
-
-
|
|
123
|
-
-
|
|
124
|
-
|
|
138
|
+
- generic "2006-10-09T19:52:45 1160423565" [ref=e97]:
|
|
139
|
+
- link "on Oct 9, 2006" [ref=e98] [cursor=pointer]:
|
|
140
|
+
- /url: item?id=17
|
|
141
|
+
- generic [ref=e99]:
|
|
125
142
|
- text: "|"
|
|
126
|
-
- link [ref=
|
|
143
|
+
- link [ref=e100] [cursor=pointer]:
|
|
127
144
|
- /url: "#15"
|
|
128
145
|
- text: parent
|
|
129
|
-
-
|
|
146
|
+
- text: "|"
|
|
147
|
+
- link [ref=e101] [cursor=pointer]:
|
|
148
|
+
- /url: "#487171"
|
|
149
|
+
- text: next
|
|
150
|
+
- link "[–]" [ref=e102] [cursor=pointer]:
|
|
130
151
|
- /url: javascript:void(0)
|
|
131
|
-
- generic [ref=
|
|
132
|
-
- generic [ref=
|
|
152
|
+
- generic [ref=e103]:
|
|
153
|
+
- generic [ref=e104]: Is there anywhere to eat on Sandhill Road?
|
|
133
154
|
- generic:
|
|
134
155
|
- paragraph
|
|
135
|
-
- row "upvote dmon on Feb 25, 2007 | | [–] sure" [ref=
|
|
136
|
-
- cell "upvote dmon on Feb 25, 2007 | | [–] sure" [ref=
|
|
137
|
-
- table [ref=
|
|
138
|
-
- rowgroup [ref=
|
|
139
|
-
- row "upvote dmon on Feb 25, 2007 | | [–] sure" [ref=
|
|
140
|
-
- cell [ref=
|
|
141
|
-
- img [ref=
|
|
142
|
-
- cell "upvote" [ref=
|
|
143
|
-
- link "upvote" [ref=
|
|
144
|
-
- /url: vote?id=1079&how=up&goto=item%3Fid%3D1
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
156
|
+
- row "upvote dmon on Feb 25, 2007 | | | [–] sure" [ref=e105]:
|
|
157
|
+
- cell "upvote dmon on Feb 25, 2007 | | | [–] sure" [ref=e106]:
|
|
158
|
+
- table [ref=e107]:
|
|
159
|
+
- rowgroup [ref=e108]:
|
|
160
|
+
- row "upvote dmon on Feb 25, 2007 | | | [–] sure" [ref=e109]:
|
|
161
|
+
- cell [ref=e110]:
|
|
162
|
+
- img [ref=e111]
|
|
163
|
+
- cell "upvote" [ref=e112]:
|
|
164
|
+
- link "upvote" [ref=e114] [cursor=pointer]:
|
|
165
|
+
- /url: vote?id=1079&how=up&auth=851f0b1e178c46300e9d2218764827726415a50d&goto=item%3Fid%3D1#1079
|
|
166
|
+
- generic "upvote" [ref=e115]
|
|
167
|
+
- cell "dmon on Feb 25, 2007 | | | [–] sure" [ref=e116]:
|
|
168
|
+
- generic [ref=e118]:
|
|
169
|
+
- link "dmon" [ref=e119] [cursor=pointer]:
|
|
148
170
|
- /url: user?id=dmon
|
|
149
|
-
-
|
|
150
|
-
-
|
|
151
|
-
|
|
171
|
+
- generic "2007-02-25T22:18:23 1172441903" [ref=e120]:
|
|
172
|
+
- link "on Feb 25, 2007" [ref=e121] [cursor=pointer]:
|
|
173
|
+
- /url: item?id=1079
|
|
174
|
+
- generic [ref=e122]:
|
|
152
175
|
- text: "|"
|
|
153
|
-
- link [ref=
|
|
176
|
+
- link [ref=e123] [cursor=pointer]:
|
|
154
177
|
- /url: "#15"
|
|
155
178
|
- text: root
|
|
156
179
|
- text: "|"
|
|
157
|
-
- link [ref=
|
|
180
|
+
- link [ref=e124] [cursor=pointer]:
|
|
158
181
|
- /url: "#17"
|
|
159
182
|
- text: parent
|
|
160
|
-
-
|
|
183
|
+
- text: "|"
|
|
184
|
+
- link [ref=e125] [cursor=pointer]:
|
|
185
|
+
- /url: "#487171"
|
|
186
|
+
- text: next
|
|
187
|
+
- link "[–]" [ref=e126] [cursor=pointer]:
|
|
188
|
+
- /url: javascript:void(0)
|
|
189
|
+
- generic [ref=e127]:
|
|
190
|
+
- generic [ref=e128]: sure
|
|
191
|
+
- generic:
|
|
192
|
+
- paragraph
|
|
193
|
+
- row "jacquesm on Feb 19, 2009 [dead] | | [–] So, just to see how hard it is to make the longest span between article and comment :) Congratulations on your second birthday YC, and thanks to Paul Graham for writing this forum. I had a really good look at the good a few days ago and I was quite impressed with how elegant the whole thing is put together. Lisp would not be my language of choice for a website like this, and yet, after seeing how concise it was I'm tempted to play around with lisp in a web environment." [ref=e129]:
|
|
194
|
+
- cell "jacquesm on Feb 19, 2009 [dead] | | [–] So, just to see how hard it is to make the longest span between article and comment :) Congratulations on your second birthday YC, and thanks to Paul Graham for writing this forum. I had a really good look at the good a few days ago and I was quite impressed with how elegant the whole thing is put together. Lisp would not be my language of choice for a website like this, and yet, after seeing how concise it was I'm tempted to play around with lisp in a web environment." [ref=e130]:
|
|
195
|
+
- table [ref=e131]:
|
|
196
|
+
- rowgroup [ref=e132]:
|
|
197
|
+
- row "jacquesm on Feb 19, 2009 [dead] | | [–] So, just to see how hard it is to make the longest span between article and comment :) Congratulations on your second birthday YC, and thanks to Paul Graham for writing this forum. I had a really good look at the good a few days ago and I was quite impressed with how elegant the whole thing is put together. Lisp would not be my language of choice for a website like this, and yet, after seeing how concise it was I'm tempted to play around with lisp in a web environment." [ref=e133]:
|
|
198
|
+
- cell [ref=e134]:
|
|
199
|
+
- img
|
|
200
|
+
- cell [ref=e135]:
|
|
201
|
+
- img [ref=e137]
|
|
202
|
+
- cell "jacquesm on Feb 19, 2009 [dead] | | [–] So, just to see how hard it is to make the longest span between article and comment :) Congratulations on your second birthday YC, and thanks to Paul Graham for writing this forum. I had a really good look at the good a few days ago and I was quite impressed with how elegant the whole thing is put together. Lisp would not be my language of choice for a website like this, and yet, after seeing how concise it was I'm tempted to play around with lisp in a web environment." [ref=e138]:
|
|
203
|
+
- generic [ref=e140]:
|
|
204
|
+
- link "jacquesm" [ref=e141] [cursor=pointer]:
|
|
205
|
+
- /url: user?id=jacquesm
|
|
206
|
+
- generic "2009-02-19T12:21:23 1235046083" [ref=e142]:
|
|
207
|
+
- link "on Feb 19, 2009" [ref=e143] [cursor=pointer]:
|
|
208
|
+
- /url: item?id=487171
|
|
209
|
+
- text: "[dead]"
|
|
210
|
+
- generic [ref=e144]:
|
|
211
|
+
- text: "|"
|
|
212
|
+
- link [ref=e145] [cursor=pointer]:
|
|
213
|
+
- /url: "#15"
|
|
214
|
+
- text: prev
|
|
215
|
+
- text: "|"
|
|
216
|
+
- link [ref=e146] [cursor=pointer]:
|
|
217
|
+
- /url: "#234509"
|
|
218
|
+
- text: next
|
|
219
|
+
- link "[–]" [ref=e147] [cursor=pointer]:
|
|
220
|
+
- /url: javascript:void(0)
|
|
221
|
+
- generic [ref=e148]:
|
|
222
|
+
- generic [ref=e149]:
|
|
223
|
+
- text: So, just to see how hard it is to make the longest span between article and comment :)
|
|
224
|
+
- paragraph [ref=e150]: Congratulations on your second birthday YC, and thanks to Paul Graham for writing this forum. I had a really good look at the good a few days ago and I was quite impressed with how elegant the whole thing is put together.
|
|
225
|
+
- paragraph [ref=e151]: Lisp would not be my language of choice for a website like this, and yet, after seeing how concise it was I'm tempted to play around with lisp in a web environment.
|
|
226
|
+
- generic:
|
|
227
|
+
- paragraph
|
|
228
|
+
- row "kleevr on July 2, 2008 [dead] | | [11 more]" [ref=e152]:
|
|
229
|
+
- cell "kleevr on July 2, 2008 [dead] | | [11 more]" [ref=e153]:
|
|
230
|
+
- table [ref=e154]:
|
|
231
|
+
- rowgroup [ref=e155]:
|
|
232
|
+
- row "kleevr on July 2, 2008 [dead] | | [11 more]" [ref=e156]:
|
|
233
|
+
- cell [ref=e157]:
|
|
234
|
+
- img
|
|
235
|
+
- cell "kleevr on July 2, 2008 [dead] | | [11 more]" [ref=e158]:
|
|
236
|
+
- generic [ref=e160]:
|
|
237
|
+
- link "kleevr" [ref=e161] [cursor=pointer]:
|
|
238
|
+
- /url: user?id=kleevr
|
|
239
|
+
- generic "2008-07-02T20:29:48 1215030588" [ref=e162]:
|
|
240
|
+
- link "on July 2, 2008" [ref=e163] [cursor=pointer]:
|
|
241
|
+
- /url: item?id=234509
|
|
242
|
+
- text: "[dead]"
|
|
243
|
+
- generic [ref=e164]:
|
|
244
|
+
- text: "|"
|
|
245
|
+
- link [ref=e165] [cursor=pointer]:
|
|
246
|
+
- /url: "#487171"
|
|
247
|
+
- text: prev
|
|
248
|
+
- text: "|"
|
|
249
|
+
- link [ref=e166] [cursor=pointer]:
|
|
250
|
+
- /url: "#82729"
|
|
251
|
+
- text: next
|
|
252
|
+
- link "[11 more]" [ref=e167] [cursor=pointer]:
|
|
253
|
+
- /url: javascript:void(0)
|
|
254
|
+
- row "vice on Nov 22, 2007 [dead] | [–] I'm nX 1 too ;)" [ref=e168]:
|
|
255
|
+
- cell "vice on Nov 22, 2007 [dead] | [–] I'm nX 1 too ;)" [ref=e169]:
|
|
256
|
+
- table [ref=e170]:
|
|
257
|
+
- rowgroup [ref=e171]:
|
|
258
|
+
- row "vice on Nov 22, 2007 [dead] | [–] I'm nX 1 too ;)" [ref=e172]:
|
|
259
|
+
- cell [ref=e173]:
|
|
260
|
+
- img
|
|
261
|
+
- cell [ref=e174]:
|
|
262
|
+
- img [ref=e176]
|
|
263
|
+
- cell "vice on Nov 22, 2007 [dead] | [–] I'm nX 1 too ;)" [ref=e177]:
|
|
264
|
+
- generic [ref=e179]:
|
|
265
|
+
- link "vice" [ref=e180] [cursor=pointer]:
|
|
266
|
+
- /url: user?id=vice
|
|
267
|
+
- generic "2007-11-22T12:50:54 1195735854" [ref=e181]:
|
|
268
|
+
- link "on Nov 22, 2007" [ref=e182] [cursor=pointer]:
|
|
269
|
+
- /url: item?id=82729
|
|
270
|
+
- text: "[dead]"
|
|
271
|
+
- generic [ref=e183]:
|
|
272
|
+
- text: "|"
|
|
273
|
+
- link [ref=e184] [cursor=pointer]:
|
|
274
|
+
- /url: "#234509"
|
|
275
|
+
- text: prev
|
|
276
|
+
- link "[–]" [ref=e185] [cursor=pointer]:
|
|
161
277
|
- /url: javascript:void(0)
|
|
162
|
-
- generic [ref=
|
|
163
|
-
- generic [ref=
|
|
278
|
+
- generic [ref=e186]:
|
|
279
|
+
- generic [ref=e187]:
|
|
280
|
+
- text: I'm nX 1 too
|
|
281
|
+
- paragraph [ref=e188]: ;)
|
|
164
282
|
- generic:
|
|
165
283
|
- paragraph
|
|
166
|
-
- row "
|
|
167
|
-
- cell "
|
|
284
|
+
- row "Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact Search:" [ref=e189]:
|
|
285
|
+
- cell "Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact Search:" [ref=e190]:
|
|
168
286
|
- img
|
|
169
|
-
- table [ref=
|
|
170
|
-
- rowgroup [ref=
|
|
171
|
-
- row [ref=
|
|
172
|
-
- cell [ref=
|
|
173
|
-
-
|
|
174
|
-
-
|
|
175
|
-
|
|
176
|
-
- generic [ref=e163]:
|
|
177
|
-
- link "Guidelines" [ref=e164] [cursor=pointer]:
|
|
287
|
+
- table [ref=e191]:
|
|
288
|
+
- rowgroup [ref=e192]:
|
|
289
|
+
- row [ref=e193]:
|
|
290
|
+
- cell [ref=e194]
|
|
291
|
+
- generic [ref=e195]:
|
|
292
|
+
- generic [ref=e196]:
|
|
293
|
+
- link "Guidelines" [ref=e197] [cursor=pointer]:
|
|
178
294
|
- /url: newsguidelines.html
|
|
179
295
|
- text: "|"
|
|
180
|
-
- link "FAQ" [ref=
|
|
296
|
+
- link "FAQ" [ref=e198] [cursor=pointer]:
|
|
181
297
|
- /url: newsfaq.html
|
|
182
298
|
- text: "|"
|
|
183
|
-
- link "Lists" [ref=
|
|
299
|
+
- link "Lists" [ref=e199] [cursor=pointer]:
|
|
184
300
|
- /url: lists
|
|
185
301
|
- text: "|"
|
|
186
|
-
- link "API" [ref=
|
|
302
|
+
- link "API" [ref=e200] [cursor=pointer]:
|
|
187
303
|
- /url: https://github.com/HackerNews/API
|
|
188
304
|
- text: "|"
|
|
189
|
-
- link "Security" [ref=
|
|
305
|
+
- link "Security" [ref=e201] [cursor=pointer]:
|
|
190
306
|
- /url: security.html
|
|
191
307
|
- text: "|"
|
|
192
|
-
- link "Legal" [ref=
|
|
308
|
+
- link "Legal" [ref=e202] [cursor=pointer]:
|
|
193
309
|
- /url: https://www.ycombinator.com/legal/
|
|
194
310
|
- text: "|"
|
|
195
|
-
- link "Apply to YC" [ref=
|
|
311
|
+
- link "Apply to YC" [ref=e203] [cursor=pointer]:
|
|
196
312
|
- /url: https://www.ycombinator.com/apply/
|
|
197
313
|
- text: "|"
|
|
198
|
-
- link "Contact" [ref=
|
|
314
|
+
- link "Contact" [ref=e204] [cursor=pointer]:
|
|
199
315
|
- /url: mailto:hn@ycombinator.com
|
|
200
|
-
- generic [ref=
|
|
316
|
+
- generic [ref=e205]:
|
|
201
317
|
- text: "Search:"
|
|
202
|
-
- textbox [ref=
|
|
318
|
+
- textbox [ref=e206]
|