dogancanbakir commited on
Commit
cfe9bdb
·
verified ·
1 Parent(s): b6b377b

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. forms/config.json +173 -0
  2. forms/index.json +0 -0
  3. pages/config.json +30 -0
  4. pages/html/00ef0406f62a.html +0 -0
  5. pages/html/0a551a7cf771.html +0 -0
  6. pages/html/0b92129000dd.html +1147 -0
  7. pages/html/1553b64329d2.html +0 -0
  8. pages/html/19f27d395399.html +0 -0
  9. pages/html/1badd2c52030.html +388 -0
  10. pages/html/1c0b65b61f96.html +81 -0
  11. pages/html/20388e51d461.html +127 -0
  12. pages/html/2e17d1edd358.html +0 -0
  13. pages/html/2fd716aaee37.html +0 -0
  14. pages/html/30ff1bd300bf.html +0 -0
  15. pages/html/38c206b9d7d9.html +0 -0
  16. pages/html/3b0cc56f0f6b.html +309 -0
  17. pages/html/3c61d8b01be2.html +12 -0
  18. pages/html/3f83119c5b2f.html +132 -0
  19. pages/html/42caf06ffc7a.html +51 -0
  20. pages/html/53a74e8458bd.html +0 -0
  21. pages/html/542d854ffc17.html +115 -0
  22. pages/html/56fd98aa9b05.html +0 -0
  23. pages/html/686b8a13c276.html +0 -0
  24. pages/html/77633c3fca2c.html +0 -0
  25. pages/html/889ec5e425a6.html +0 -0
  26. pages/html/8b956e802ab0.html +0 -0
  27. pages/html/8c810a041dba.html +59 -0
  28. pages/html/8e2a067234f4.html +18 -0
  29. pages/html/924d273e4dbc.html +99 -0
  30. pages/html/943ef0bbf2ce.html +0 -0
  31. pages/html/a1a3e8858aa9.html +11 -0
  32. pages/html/a1c3e51c8a53.html +0 -0
  33. pages/html/ab1dd589b378.html +0 -0
  34. pages/html/b028f25d5b1d.html +619 -0
  35. pages/html/b45ecf5cdcc9.html +87 -0
  36. pages/html/bb2c466041b7.html +0 -0
  37. pages/html/bb6e082d5c36.html +0 -0
  38. pages/html/c54f184efccd.html +0 -0
  39. pages/html/c771cd403c39.html +0 -0
  40. pages/html/cbddae5d4e02.html +1186 -0
  41. pages/html/dca3047032e1.html +19 -0
  42. pages/html/e53a5fe19452.html +100 -0
  43. pages/html/ebd695f528b0.html +0 -0
  44. pages/html/f71bd4e6e001.html +758 -0
  45. pages/html/ffda3ab09860.html +11 -0
  46. pages/index.json +0 -0
  47. pages/seeds.jsonl +60 -0
  48. pages/seeds_v2.jsonl +168 -0
  49. pages/seeds_v3.jsonl +38 -0
  50. pages/sites.txt +1021 -0
forms/config.json ADDED
@@ -0,0 +1,173 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "form_types": {
3
+ "types": [
4
+ {"short": "s", "full": "search"},
5
+ {"short": "l", "full": "login"},
6
+ {"short": "r", "full": "registration"},
7
+ {"short": "p", "full": "password/login recovery"},
8
+ {"short": "c", "full": "contact/comment"},
9
+ {"short": "m", "full": "join mailing list"},
10
+ {"short": "b", "full": "order/add to cart"},
11
+ {"short": "P", "full": "poll"},
12
+ {"short": "V", "full": "display options"},
13
+ {"short": "N", "full": "navigation"},
14
+ {"short": "C", "full": "captcha"},
15
+ {"short": "o", "full": "other"},
16
+ {"short": "-", "full": "SKIP THIS FORM"},
17
+ {"short": "X", "full": "NOT ANNOTATED"}
18
+ ],
19
+ "simplify_map": {
20
+ "P": "o",
21
+ "V": "o",
22
+ "N": "o",
23
+ "C": "o"
24
+ },
25
+ "NA_value": "X",
26
+ "skip_value": "-"
27
+ },
28
+
29
+ "field_types": {
30
+ "types": [
31
+ {"short": "us", "full": "username"},
32
+ {"short": "p1", "full": "password"},
33
+ {"short": "p2", "full": "password confirmation"},
34
+ {"short": "e1", "full": "email"},
35
+ {"short": "e2", "full": "email confirmation"},
36
+ {"short": "ue", "full": "username or email"},
37
+ {"short": "in", "full": "ref code / invitation code / coupon"},
38
+
39
+ {"short": "ca", "full": "captcha"},
40
+ {"short": "hp", "full": "honeypot"},
41
+ {"short": "pi", "full": "pin code received by sms/..."},
42
+
43
+ {"short": "tC", "full": "TOS confirmation"},
44
+ {"short": "eC", "full": "receive emails confirmation"},
45
+ {"short": "rC", "full": "remember me checkbox"},
46
+ {"short": "aC", "full": "autofill fields checkbox"},
47
+
48
+ {"short": "Bs", "full": "submit button"},
49
+ {"short": "Bc", "full": "cancel button"},
50
+ {"short": "Br", "full": "reset/clear button"},
51
+
52
+ {"short": "n1", "full": "first name"},
53
+ {"short": "n3", "full": "last name"},
54
+ {"short": "n2", "full": "middle name"},
55
+ {"short": "nf", "full": "full name"},
56
+ {"short": "ns", "full": "screen name (another nick which is not username)"},
57
+ {"short": "no", "full": "organization name"},
58
+ {"short": "ge", "full": "gender"},
59
+
60
+ {"short": "bd", "full": "day of birth"},
61
+ {"short": "bm", "full": "month of birth"},
62
+ {"short": "by", "full": "year of birth"},
63
+ {"short": "bD", "full": "full birth date"},
64
+
65
+ {"short": "tz", "full": "time zone"},
66
+ {"short": "ds", "full": "DST"},
67
+
68
+ {"short": "Co", "full": "country"},
69
+ {"short": "Ci", "full": "city"},
70
+ {"short": "St", "full": "state"},
71
+ {"short": "Ad", "full": "address"},
72
+ {"short": "Sa", "full": "full street address"},
73
+ {"short": "Sn", "full": "street name"},
74
+ {"short": "S#", "full": "street number"},
75
+ {"short": "A#", "full": "apartment number"},
76
+ {"short": "Zi", "full": "postal code"},
77
+ {"short": "A1", "full": "address line 1"},
78
+ {"short": "A2", "full": "address line 2"},
79
+ {"short": "PO", "full": "PO box"},
80
+
81
+ {"short": "ph", "full": "phone"},
82
+ {"short": "P0", "full": "phone country code"},
83
+ {"short": "P1", "full": "phone part 1"},
84
+ {"short": "P2", "full": "phone part 2"},
85
+ {"short": "P3", "full": "phone part 3"},
86
+ {"short": "fa", "full": "fax"},
87
+ {"short": "ws", "full": "url"},
88
+ {"short": "oi", "full": "OpenID"},
89
+
90
+ {"short": "am", "full": "about me text"},
91
+ {"short": "av", "full": "picture/avatar upload"},
92
+ {"short": "CC", "full": "comment text"},
93
+ {"short": "CT", "full": "comment title or subject"},
94
+
95
+ {"short": "c#", "full": "credit card number"},
96
+ {"short": "cs", "full": "credit card security code"},
97
+ {"short": "ch", "full": "credit card holder name"},
98
+ {"short": "cA", "full": "credit card address"},
99
+ {"short": "cm", "full": "credit card expiration month"},
100
+ {"short": "cy", "full": "credit card expiration year"},
101
+
102
+ {"short": "sq", "full": "security question"},
103
+ {"short": "sa", "full": "answer to security question"},
104
+
105
+ {"short": "qq", "full": "search query"},
106
+ {"short": "qc", "full": "search category / refinement"},
107
+
108
+ {"short": "qt", "full": "product quantity"},
109
+
110
+ {"short": "nv", "full": "navigation"},
111
+ {"short": "st", "full": "style select"},
112
+ {"short": "sp", "full": "sorting option"},
113
+
114
+ {"short": "ON", "full": "other number"},
115
+ {"short": "OT", "full": "other text"},
116
+ {"short": "OD", "full": "full date"},
117
+ {"short": "Od", "full": "day"},
118
+ {"short": "Om", "full": "month"},
119
+ {"short": "Oy", "full": "year"},
120
+ {"short": "oC", "full": "other confirmation"},
121
+ {"short": "OS", "full": "other choice"},
122
+ {"short": "OM", "full": "other multi choice"},
123
+ {"short": "Bo", "full": "other button"},
124
+ {"short": "OU", "full": "other file upload"},
125
+ {"short": "OR", "full": "other read-only"},
126
+
127
+ {"short": "OO", "full": "other"},
128
+
129
+ {"short": "XX", "full": "NOT ANNOTATED"}
130
+ ],
131
+ "simplify_map": {
132
+ "ns": "nf",
133
+ "ch": "nf",
134
+
135
+ "bd": "Od",
136
+ "bm": "Om",
137
+ "by": "Oy",
138
+ "bD": "OD",
139
+ "cm": "Om",
140
+ "cy": "Oy",
141
+
142
+ "Sa": "Ad",
143
+ "Sn": "Ad",
144
+ "S#": "Ad",
145
+ "A#": "Ad",
146
+ "A1": "Ad",
147
+ "A2": "Ad",
148
+ "PO": "Ad",
149
+ "cA": "Ad",
150
+
151
+ "P0": "ph",
152
+ "P1": "ph",
153
+ "P2": "ph",
154
+ "P3": "ph",
155
+
156
+ "in": "OO",
157
+ "pi": "OO",
158
+ "aC": "OO",
159
+ "av": "OO",
160
+ "c#": "OO",
161
+ "cs": "OO",
162
+ "nv": "OO",
163
+ "OT": "OO",
164
+ "oC": "OO",
165
+ "OS": "OO",
166
+ "OM": "OO",
167
+ "Bo": "OO",
168
+ "OU": "OO"
169
+ },
170
+ "NA_value": "XX",
171
+ "skip_value": "--"
172
+ }
173
+ }
forms/index.json ADDED
The diff for this file is too large to render. See raw diff
 
pages/config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "page_types": {
3
+ "types": [
4
+ {"short": "lg", "full": "login"},
5
+ {"short": "rg", "full": "registration"},
6
+ {"short": "sr", "full": "search"},
7
+ {"short": "co", "full": "checkout"},
8
+ {"short": "ct", "full": "contact"},
9
+ {"short": "pr", "full": "password_reset"},
10
+ {"short": "ln", "full": "landing"},
11
+ {"short": "pd", "full": "product"},
12
+ {"short": "bl", "full": "blog"},
13
+ {"short": "st", "full": "settings"},
14
+ {"short": "s4", "full": "soft_404"},
15
+ {"short": "er", "full": "error"},
16
+ {"short": "ca", "full": "captcha"},
17
+ {"short": "pk", "full": "parked"},
18
+ {"short": "cs", "full": "coming_soon"},
19
+ {"short": "ad", "full": "admin"},
20
+ {"short": "dl", "full": "directory_listing"},
21
+ {"short": "dp", "full": "default_page"},
22
+ {"short": "wf", "full": "waf_block"},
23
+ {"short": "ot", "full": "other"},
24
+ {"short": "XX", "full": "NOT ANNOTATED"}
25
+ ],
26
+ "simplify_map": {},
27
+ "NA_value": "XX",
28
+ "skip_value": "--"
29
+ }
30
+ }
pages/html/00ef0406f62a.html ADDED
The diff for this file is too large to render. See raw diff
 
pages/html/0a551a7cf771.html ADDED
The diff for this file is too large to render. See raw diff
 
pages/html/0b92129000dd.html ADDED
@@ -0,0 +1,1147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en-US">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7
+ <meta name="mobile-web-app-capable" content="yes">
8
+ <meta name="apple-mobile-web-app-capable" content="yes">
9
+ <meta name="apple-mobile-web-app-title" content="Engineering at Meta - Engineering at Meta Blog">
10
+ <meta property="fb:app_id" content="1425766027653270" />
11
+ <link rel="profile" href="http://gmpg.org/xfn/11">
12
+ <link rel="pingback" href="https://engineering.fb.com/xmlrpc.php">
13
+ <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
14
+
15
+ <!-- This site is optimized with the Yoast SEO Premium plugin v19.3 (Yoast SEO v19.12) - https://yoast.com/wordpress/plugins/seo/ -->
16
+ <title>Engineering at Meta - Engineering at Meta Blog</title>
17
+ <meta name="description" content="Engineering at Meta Blog" />
18
+ <link rel="canonical" href="https://engineering.fb.com/" />
19
+ <link rel="next" href="https://engineering.fb.com/page/2/" />
20
+ <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://engineering.fb.com/","url":"https://engineering.fb.com/","name":"Engineering at Meta - Engineering at Meta Blog","isPartOf":{"@id":"https://engineering.fb.com/#website"},"about":{"@id":"https://engineering.fb.com/#organization"},"description":"Engineering at Meta Blog","breadcrumb":{"@id":"https://engineering.fb.com/#breadcrumb"},"inLanguage":"en-US"},{"@type":"BreadcrumbList","@id":"https://engineering.fb.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://engineering.fb.com/#website","url":"https://engineering.fb.com/","name":"Engineering at Meta","description":"Engineering at Meta Blog","publisher":{"@id":"https://engineering.fb.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://engineering.fb.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://engineering.fb.com/#organization","name":"Meta","url":"https://engineering.fb.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://engineering.fb.com/#/schema/logo/image/","url":"https://engineering.fb.com/wp-content/uploads/2023/08/Meta_lockup_positive-primary_RGB.jpg","contentUrl":"https://engineering.fb.com/wp-content/uploads/2023/08/Meta_lockup_positive-primary_RGB.jpg","width":29011,"height":12501,"caption":"Meta"},"image":{"@id":"https://engineering.fb.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/Engineering/","https://twitter.com/fb_engineering"]}]}</script>
21
+ <!-- / Yoast SEO Premium plugin. -->
22
+
23
+
24
+ <link rel='dns-prefetch' href='//secure.gravatar.com' />
25
+ <link rel='dns-prefetch' href='//v0.wordpress.com' />
26
+ <link rel="alternate" type="application/rss+xml" title="Engineering at Meta &raquo; Feed" href="https://engineering.fb.com/feed/" />
27
+ <link rel="alternate" type="application/rss+xml" title="Engineering at Meta &raquo; Comments Feed" href="https://engineering.fb.com/comments/feed/" />
28
+ <script async src="https://www.googleoptimize.com/optimize.js?id=OPT-TPNDQC5" onerror="dataLayer.hide.end && dataLayer.hide.end()"></script>
29
+ <style id='wp-img-auto-sizes-contain-inline-css'>
30
+ img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
31
+ /*# sourceURL=wp-img-auto-sizes-contain-inline-css */
32
+ </style>
33
+ <style id='wp-emoji-styles-inline-css'>
34
+
35
+ img.wp-smiley, img.emoji {
36
+ display: inline !important;
37
+ border: none !important;
38
+ box-shadow: none !important;
39
+ height: 1em !important;
40
+ width: 1em !important;
41
+ margin: 0 0.07em !important;
42
+ vertical-align: -0.1em !important;
43
+ background: none !important;
44
+ padding: 0 !important;
45
+ }
46
+ /*# sourceURL=wp-emoji-styles-inline-css */
47
+ </style>
48
+ <style id='wp-block-library-inline-css'>
49
+ :root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
50
+
51
+ /*# sourceURL=wp-block-library-inline-css */
52
+ </style>
53
+ <style id='classic-theme-styles-inline-css'>
54
+ /*! This file is auto-generated */
55
+ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
56
+ /*# sourceURL=/wp-includes/css/classic-themes.min.css */
57
+ </style>
58
+ <style id='global-styles-inline-css'>
59
+ :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
60
+ /*# sourceURL=global-styles-inline-css */
61
+ </style>
62
+
63
+ <link rel='stylesheet' id='all-css-8' href='https://engineering.fb.com/_static/??/wp-content/plugins/wp-gdpr-consent/dist/gdprconsent.css,/wp-content/themes/code-fb-com/dist/css/child-theme.min.css?m=1720616012' type='text/css' media='all' />
64
+ <script type="text/javascript" src="https://engineering.fb.com/wp-content/plugins/wp-gdpr-consent/dist/gdprconsent.js?ver=2.0.0" id="gdprconsent-js"></script>
65
+ <script type="text/javascript" id="gdprconsent-js-after">
66
+ /* <![CDATA[ */
67
+ if (window.gdprSafeTrack) {
68
+ window.gdprSafeTrack('https://www.googletagmanager.com/gtag/js?id=391063774');
69
+ window.gdprSafeTrack(function() {
70
+ var google_analytics_g4 = decodeURIComponent( '391063774' );
71
+ window.dataLayer = window.dataLayer || [];
72
+ function gtag(){dataLayer.push(arguments);}
73
+ gtag('js', new Date());
74
+ gtag('config', google_analytics_g4);
75
+ });
76
+ }
77
+ if (window.gdprSafeTrack) {
78
+ window.gdprSafeTrack(function() {
79
+ var google_tag_manager = decodeURIComponent( 'GTM-KZRLGZ8' );
80
+ (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
81
+ new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
82
+ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
83
+ 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
84
+ })(window,document,'script','dataLayer',google_tag_manager);
85
+ });
86
+ }
87
+ if (window.gdprSafeTrack) {
88
+ window.gdprSafeTrack(function() {
89
+ var facebook_pixel = decodeURIComponent( '660742068067366' );
90
+ !function(f,b,e,v,n,t,s)
91
+ {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
92
+ n.callMethod.apply(n,arguments):n.queue.push(arguments)};
93
+ if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
94
+ n.queue=[];t=b.createElement(e);t.async=!0;
95
+ t.src=v;s=b.getElementsByTagName(e)[0];
96
+ s.parentNode.insertBefore(t,s)}(window, document,'script',
97
+ 'https://connect.facebook.net/en_US/fbevents.js');
98
+ fbq('init', facebook_pixel);
99
+ fbq('track', 'PageView');
100
+ });
101
+ }
102
+ //# sourceURL=gdprconsent-js-after
103
+ /* ]]> */
104
+ </script>
105
+ <script type="text/javascript" src="https://engineering.fb.com/_static/??-eJzTLy/QzcxLzilNSS3WzwKiwtLUokoopZebmaeXVayjj0+Rbm5melFiSSqy4uT8vJLUvBL9kozUXKCW0ryU1KLikqLEApDugvyCgtQiqHL7XFtDc3MDQxMjUzPzLAD36jQE" ></script><link rel="https://api.w.org/" href="https://engineering.fb.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://engineering.fb.com/xmlrpc.php?rsd" />
106
+ <meta name="generator" content="WordPress 6.9.1" />
107
+ <link rel='shortlink' href='https://wp.me/a0Lhq' />
108
+ <link rel="preload" href="https://engineering.fb.com/wp-content/themes/code-fb-com/fonts/FacebookReader-Medium.woff2" as="font" type="font/woff2" crossorigin="anonymous"><link rel="preload" href="https://engineering.fb.com/wp-content/themes/code-fb-com/fonts/FacebookReader-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous"><link rel="preload" href="https://engineering.fb.com/wp-content/themes/code-fb-com/fonts/Optimistic_Display_W_Md.woff2" as="font" type="font/woff2" crossorigin="anonymous">
109
+ <!-- Jetpack Open Graph Tags -->
110
+ <meta property="og:type" content="website" />
111
+ <meta property="og:title" content="Engineering at Meta" />
112
+ <meta property="og:description" content="Engineering at Meta Blog" />
113
+ <meta property="og:url" content="https://engineering.fb.com/" />
114
+ <meta property="og:site_name" content="Engineering at Meta" />
115
+ <meta property="og:image" content="https://s0.wp.com/_si/?t=eyJpbWciOiJodHRwczpcL1wvZW5naW5lZXJpbmcuZmIuY29tXC93cC1jb250ZW50XC90aGVtZXNcL2NvZGUtZmItY29tXC9pbWdcL2RlZmF1bHRfZmVhdHVyZS5qcGciLCJ0eHQiOiJFbmdpbmVlcmluZyBhdCBNZXRhIiwidGVtcGxhdGUiOiJoaWdod2F5IiwiZm9udCI6IiIsImJsb2dfaWQiOjE0Nzk0NTEwOH0.Siqpm3aY6q_ItVXrL7vpSF62370k6aJXvfuBUHR8J_cMQ" />
116
+ <meta property="og:image:width" content="1200" />
117
+ <meta property="og:image:height" content="630" />
118
+ <meta property="og:image:alt" content="" />
119
+ <meta property="og:locale" content="en_US" />
120
+
121
+ <!-- End Jetpack Open Graph Tags -->
122
+ <style type="text/css" id="wp-custom-css">
123
+ .table-of-contents {
124
+ position: sticky;
125
+ top: 20px;
126
+ background: #fff;
127
+ padding: 1em;
128
+ border: 1px solid #ddd;
129
+ border-radius: 8px;
130
+ box-shadow: 0 2px 8px rgba(0,0,0,0.1);
131
+ max-width: 250px;
132
+ } </style>
133
+
134
+ <link rel="shortcut icon" href="https://engineering.fb.com/wp-content/themes/code-fb-com/favicon.ico" />
135
+ </head>
136
+
137
+ <body class="home blog wp-theme-understrap wp-child-theme-code-fb-com group-blog hfeed">
138
+
139
+ <div class="hfeed site" id="page">
140
+
141
+ <!-- ******************* The Navbar Area ******************* -->
142
+ <div class="wrapper-fluid wrapper-navbar" id="wrapper-navbar">
143
+ <a class="skip-link screen-reader-text sr-only" href="#content">
144
+ Skip to content </a>
145
+
146
+ <nav class="navbar navbar-expand-std">
147
+
148
+ <div class="nav-container">
149
+
150
+
151
+ <!-- Your site title as branding in the menu -->
152
+
153
+ <div class="nav-top-row">
154
+
155
+ <h1 class="navbar-brand mb-0">
156
+ <a rel="home" href="https://engineering.fb.com/" title="Engineering at Meta">
157
+ <img class="navbar-brand-logo" src="https://engineering.fb.com/wp-content/themes/code-fb-com/img/logo-meta.svg" class="navbar-brand-logo" alt="Engineering at Meta" width="215" height="40" loading="lazy">
158
+ </a>
159
+ </h1>
160
+
161
+ <!-- end custom logo -->
162
+ <label for="search" class="screen-reader-text">Search this site</label>
163
+ <input type="text" id="search" name="search" class="form-control-lg navbar-search" autocomplete="off">
164
+
165
+ <button class="navbar-toggler navbar-searchbar-toggler"
166
+ type="button"
167
+ data-toggle="collapse"
168
+ data-target="#searchbarDropdown"
169
+ aria-controls="searchbarDropdown"
170
+ aria-expanded="false"
171
+ aria-label="Toggle navigation">
172
+ <img src="https://engineering.fb.com/wp-content/themes/code-fb-com/img/icon-search.svg" class="navbar-mobile-search-icon" loading="lazy" width="24" height="25" />
173
+ </button>
174
+
175
+ <!-- desktop language menu (mobile language menu is implemented via jQuery)-->
176
+ <div class="notranslate nice-select navbar-language form-control">
177
+ </div>
178
+
179
+ <button class="navbar-toggler collapsed navbar-menu-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
180
+ <span class="icon-bar"></span>
181
+ <span class="icon-bar"></span>
182
+ <span class="icon-bar"></span>
183
+ </button>
184
+
185
+ </div>
186
+
187
+ <div class="navbar-border"></div>
188
+
189
+ <!-- The WordPress Menu goes here -->
190
+ <div id="navbarNavDropdown" class="collapse navbar-collapse"><ul id="main-menu" class="navbar-nav"><li id="menu-item-60" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children nav-item menu-item-60 dropdown"><a title="Open Source" href="#" data-toggle="dropdown" class="nav-link dropdown-toggle">Open Source <span class="caret"></span><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 129 129" enable-background="new 0 0 129 129" width="12px" height="15px">
191
+ <polyline points="40 50 80 90 120 50" stroke="#adb1b8" stroke-width="10" stroke-linecap="butt" fill="none" stroke-linejoin="miter"/>
192
+ </svg></a>
193
+ <ul class=" dropdown-menu" role="menu">
194
+ <li id="menu-item-12330" class="menu-item menu-item-type-taxonomy menu-item-object-category nav-item menu-item-12330"><a title="Open Source" href="https://engineering.fb.com/category/open-source/" class="nav-link">Open Source</a></li>
195
+ <li id="menu-item-12331" class="menu-item menu-item-type-custom menu-item-object-custom nav-item menu-item-12331"><a title="Meta Open Source" href="https://opensource.fb.com" class="nav-link">Meta Open Source</a></li>
196
+ </ul>
197
+ </li>
198
+ <li id="menu-item-2686" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children nav-item menu-item-2686 dropdown"><a title="Platforms" href="#" data-toggle="dropdown" class="nav-link dropdown-toggle">Platforms <span class="caret"></span><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 129 129" enable-background="new 0 0 129 129" width="12px" height="15px">
199
+ <polyline points="40 50 80 90 120 50" stroke="#adb1b8" stroke-width="10" stroke-linecap="butt" fill="none" stroke-linejoin="miter"/>
200
+ </svg></a>
201
+ <ul class=" dropdown-menu" role="menu">
202
+ <li id="menu-item-65" class="menu-item menu-item-type-taxonomy menu-item-object-category nav-item menu-item-65"><a title="Android" href="https://engineering.fb.com/category/android/" class="nav-link">Android</a></li>
203
+ <li id="menu-item-66" class="menu-item menu-item-type-taxonomy menu-item-object-category nav-item menu-item-66"><a title="iOS" href="https://engineering.fb.com/category/ios/" class="nav-link">iOS</a></li>
204
+ <li id="menu-item-67" class="menu-item menu-item-type-taxonomy menu-item-object-category nav-item menu-item-67"><a title="Web" href="https://engineering.fb.com/category/web/" class="nav-link">Web</a></li>
205
+ </ul>
206
+ </li>
207
+ <li id="menu-item-2682" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children nav-item menu-item-2682 dropdown"><a title="Infrastructure Systems" href="#" data-toggle="dropdown" class="nav-link dropdown-toggle">Infrastructure Systems <span class="caret"></span><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 129 129" enable-background="new 0 0 129 129" width="12px" height="15px">
208
+ <polyline points="40 50 80 90 120 50" stroke="#adb1b8" stroke-width="10" stroke-linecap="butt" fill="none" stroke-linejoin="miter"/>
209
+ </svg></a>
210
+ <ul class=" dropdown-menu" role="menu">
211
+ <li id="menu-item-218" class="menu-item menu-item-type-taxonomy menu-item-object-category nav-item menu-item-218"><a title="Core Infra" href="https://engineering.fb.com/category/core-infra/" class="nav-link">Core Infra</a></li>
212
+ <li id="menu-item-219" class="menu-item menu-item-type-taxonomy menu-item-object-category nav-item menu-item-219"><a title="Data Infrastructure" href="https://engineering.fb.com/category/data-infrastructure/" class="nav-link">Data Infrastructure</a></li>
213
+ <li id="menu-item-220" class="menu-item menu-item-type-taxonomy menu-item-object-category nav-item menu-item-220"><a title="DevInfra" href="https://engineering.fb.com/category/developer-tools/" class="nav-link">DevInfra</a></li>
214
+ <li id="menu-item-226" class="menu-item menu-item-type-taxonomy menu-item-object-category nav-item menu-item-226"><a title="Production Engineering" href="https://engineering.fb.com/category/production-engineering/" class="nav-link">Production Engineering</a></li>
215
+ <li id="menu-item-227" class="menu-item menu-item-type-taxonomy menu-item-object-category nav-item menu-item-227"><a title="Security &amp; Privacy" href="https://engineering.fb.com/category/security/" class="nav-link">Security &amp; Privacy</a></li>
216
+ <li id="menu-item-18607" class="menu-item menu-item-type-custom menu-item-object-custom nav-item menu-item-18607"><a title="Research Publications" href="https://research.facebook.com/publications/research-areas/systems-infrastructure/" class="nav-link">Research Publications</a></li>
217
+ </ul>
218
+ </li>
219
+ <li id="menu-item-2683" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children nav-item menu-item-2683 dropdown"><a title="Physical Infrastructure" href="#" data-toggle="dropdown" class="nav-link dropdown-toggle">Physical Infrastructure <span class="caret"></span><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 129 129" enable-background="new 0 0 129 129" width="12px" height="15px">
220
+ <polyline points="40 50 80 90 120 50" stroke="#adb1b8" stroke-width="10" stroke-linecap="butt" fill="none" stroke-linejoin="miter"/>
221
+ </svg></a>
222
+ <ul class=" dropdown-menu" role="menu">
223
+ <li id="menu-item-215" class="menu-item menu-item-type-taxonomy menu-item-object-category nav-item menu-item-215"><a title="Connectivity" href="https://engineering.fb.com/category/connectivity/" class="nav-link">Connectivity</a></li>
224
+ <li id="menu-item-216" class="menu-item menu-item-type-taxonomy menu-item-object-category nav-item menu-item-216"><a title="Data Center Engineering" href="https://engineering.fb.com/category/data-center-engineering/" class="nav-link">Data Center Engineering</a></li>
225
+ <li id="menu-item-217" class="menu-item menu-item-type-taxonomy menu-item-object-category nav-item menu-item-217"><a title="Networking &amp; Traffic" href="https://engineering.fb.com/category/networking-traffic/" class="nav-link">Networking &amp; Traffic</a></li>
226
+ <li id="menu-item-18608" class="menu-item menu-item-type-custom menu-item-object-custom nav-item menu-item-18608"><a title="Research Publications" href="https://research.facebook.com/publications/research-areas/networking-connectivity/" class="nav-link">Research Publications</a></li>
227
+ </ul>
228
+ </li>
229
+ <li id="menu-item-2684" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children nav-item menu-item-2684 dropdown"><a title="Video Engineering &amp; AR/VR" href="#" data-toggle="dropdown" class="nav-link dropdown-toggle">Video Engineering &amp; AR/VR <span class="caret"></span><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 129 129" enable-background="new 0 0 129 129" width="12px" height="15px">
230
+ <polyline points="40 50 80 90 120 50" stroke="#adb1b8" stroke-width="10" stroke-linecap="butt" fill="none" stroke-linejoin="miter"/>
231
+ </svg></a>
232
+ <ul class=" dropdown-menu" role="menu">
233
+ <li id="menu-item-225" class="menu-item menu-item-type-taxonomy menu-item-object-category nav-item menu-item-225"><a title="Video Engineering" href="https://engineering.fb.com/category/video-engineering/" class="nav-link">Video Engineering</a></li>
234
+ <li id="menu-item-223" class="menu-item menu-item-type-taxonomy menu-item-object-category nav-item menu-item-223"><a title="Virtual Reality" href="https://engineering.fb.com/category/virtual-reality/" class="nav-link">Virtual Reality</a></li>
235
+ <li id="menu-item-13388" class="menu-item menu-item-type-custom menu-item-object-custom nav-item menu-item-13388"><a title="Research Publications" href="https://research.facebook.com/publications/research-areas/augmented-reality-virtual-reality/" class="nav-link">Research Publications</a></li>
236
+ </ul>
237
+ </li>
238
+ <li id="menu-item-2685" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children nav-item menu-item-2685 dropdown"><a title="Artificial Intelligence" href="#" data-toggle="dropdown" class="nav-link dropdown-toggle">Artificial Intelligence <span class="caret"></span><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 129 129" enable-background="new 0 0 129 129" width="12px" height="15px">
239
+ <polyline points="40 50 80 90 120 50" stroke="#adb1b8" stroke-width="10" stroke-linecap="butt" fill="none" stroke-linejoin="miter"/>
240
+ </svg></a>
241
+ <ul class=" dropdown-menu" role="menu">
242
+ <li id="menu-item-222" class="menu-item menu-item-type-taxonomy menu-item-object-category nav-item menu-item-222"><a title="ML Applications" href="https://engineering.fb.com/category/ml-applications/" class="nav-link">ML Applications</a></li>
243
+ <li id="menu-item-221" class="menu-item menu-item-type-taxonomy menu-item-object-category nav-item menu-item-221"><a title="AI Research" href="https://engineering.fb.com/category/ai-research/" class="nav-link">AI Research</a></li>
244
+ <li id="menu-item-13387" class="menu-item menu-item-type-custom menu-item-object-custom nav-item menu-item-13387"><a title="Research Publications" href="https://ai.facebook.com/results/?content_types%5B0%5D=publication" class="nav-link">Research Publications</a></li>
245
+ </ul>
246
+ </li>
247
+ <li id="menu-item-228" class="menu-item menu-item-type-custom menu-item-object-custom nav-item menu-item-228"><a title="Watch Videos" href="/videos" class="nav-link">Watch Videos</a></li>
248
+ </ul></div> </div><!-- .container -->
249
+
250
+ <div class="search-container collapse" id="searchbarDropdown">
251
+ <div class="searchbar-search">
252
+ <div class="searchbar-container">
253
+
254
+ <div class="navbar-mobile-search-margin"></div>
255
+ <input type="text" name="search" placeholder="Search" class="form-control-lg navbar-mobile-search" autofocus autocomplete="off">
256
+ <button class="searchbar-clear">
257
+ <span class="icon-bar"></span>
258
+ <span class="icon-bar"></span>
259
+ <span class="icon-bar"></span>
260
+ </button>
261
+ </div>
262
+ </div>
263
+ </div>
264
+ </nav><!-- .site-navigation -->
265
+
266
+ </div><!-- .wrapper-navbar end -->
267
+
268
+
269
+
270
+ <div id="wrapper-index">
271
+
272
+ <div class="article-container" id="content" tabindex="-1">
273
+
274
+ <!-- <div class="row"> -->
275
+
276
+ <!-- Do the left sidebar check and opens the primary div. -->
277
+
278
+
279
+
280
+ <div class="content-area" id="primary">
281
+ <main class="site-main" id="main">
282
+
283
+
284
+ <div class="top-articles">
285
+ <div class="inner-container">
286
+ <div class="top-left-article">
287
+
288
+ <article class="post-23599 post type-post status-publish format-standard has-post-thumbnail hentry category-security category-virtual-reality fb_content_type-article" id="post-23599">
289
+ <a href="https://engineering.fb.com/2026/02/04/security/cross-device-passkey-authentication-for-xr-devices-meta-quest/" rel="bookmark" aria-label="Read More about No Display? No Problem: Cross-Device Passkey Authentication for XR Devices">
290
+ <img width="1920" height="1080" src="https://engineering.fb.com/wp-content/uploads/2026/02/Cross-device-passkeys-Meta-Quest-copy.png" class="attachment-full size-full" alt="" /> </a>
291
+
292
+ <header class="entry-header">
293
+ <div class="entry-header__top">
294
+ <span class="cat-links"><a class="category" href="https://engineering.fb.com/category/security/" rel="category tag" aria-label="View all Security &amp; Privacy category content.">Security &amp; Privacy</a></span>
295
+ </div>
296
+ <div class="entry-title">
297
+ <div>
298
+ <a href="https://engineering.fb.com/2026/02/04/security/cross-device-passkey-authentication-for-xr-devices-meta-quest/" rel="bookmark" aria-label="Read More about No Display? No Problem: Cross-Device Passkey Authentication for XR Devices">
299
+ No Display? No Problem: Cross-Device Passkey Authentication for XR Devices </a>
300
+ </div>
301
+ </div>
302
+
303
+ <div class="entry-meta">
304
+ </div><!-- .entry-meta -->
305
+
306
+ </header><!-- .entry-header -->
307
+
308
+ </article><!-- #post-## -->
309
+ </div>
310
+
311
+ <div class="top-right-article">
312
+
313
+
314
+ <article class="post post-23541 type-post status-publish format-standard has-post-thumbnail hentry category-security tag-whatsapp fb_content_type-article" id="post-23541"
315
+ data-video-url=""
316
+ data-video-html=""
317
+ data-video-title=""
318
+ data-video-postdate="">
319
+
320
+ <a href="https://engineering.fb.com/2026/01/27/security/rust-at-scale-security-whatsapp/" class="feat-image" aria-label="Read More about Rust at Scale: An Added Layer of Security for WhatsApp">
321
+ <img width="580" height="326" src="https://engineering.fb.com/wp-content/uploads/2026/01/Eng-Blog-Self-Serve-Hero-Images-PRIVACY-WhatsApp2.jpg?w=580&amp;h=326&amp;crop=1" class="attachment-thumbnail size-thumbnail" alt="" /> </a>
322
+
323
+ <header class="entry-header">
324
+ <div class="entry-header__top">
325
+ <span class="cat-links">
326
+ <a
327
+ class="category"
328
+ href="https://engineering.fb.com/category/security/"
329
+ rel="category tag"
330
+ aria-label="View all content from the Security &amp; Privacy category."
331
+ >
332
+ Security &amp; Privacy </a>
333
+ </span>
334
+
335
+ <span class="posted-on"><time class="entry-date published" datetime="JAN 27, 2026">JAN 27, 2026</time></span>
336
+ </div>
337
+ <div class="entry-title">
338
+ <div>
339
+ <a href="https://engineering.fb.com/2026/01/27/security/rust-at-scale-security-whatsapp/" rel="bookmark" aria-label="Read More about Rust at Scale: An Added Layer of Security for WhatsApp">
340
+ Rust at Scale: An Added Layer of Security for WhatsApp </a>
341
+ </div>
342
+ </div>
343
+
344
+
345
+ <div class="entry-meta">
346
+ </div><!-- .entry-meta -->
347
+
348
+
349
+ </header><!-- .entry-header -->
350
+
351
+ </article><!-- #post-## -->
352
+
353
+
354
+ <article class="post post-23389 type-post status-publish format-standard has-post-thumbnail hentry category-ml-applications category-video-engineering fb_content_type-article" id="post-23389"
355
+ data-video-url=""
356
+ data-video-html=""
357
+ data-video-title=""
358
+ data-video-postdate="">
359
+
360
+ <a href="https://engineering.fb.com/2026/01/14/ml-applications/adapting-the-facebook-reels-recsys-ai-model-based-on-user-feedback/" class="feat-image" aria-label="Read More about Adapting the Facebook Reels RecSys AI Model Based on User Feedback">
361
+ <img width="580" height="326" src="https://engineering.fb.com/wp-content/uploads/2025/11/Eng-Blog-Self-Serve-Hero-Images-ANALYTICS-403-Orange-x2.jpg?w=580&amp;h=326&amp;crop=1" class="attachment-thumbnail size-thumbnail" alt="" /> </a>
362
+
363
+ <header class="entry-header">
364
+ <div class="entry-header__top">
365
+ <span class="cat-links">
366
+ <a
367
+ class="category"
368
+ href="https://engineering.fb.com/category/ml-applications/"
369
+ rel="category tag"
370
+ aria-label="View all content from the ML Applications category."
371
+ >
372
+ ML Applications </a>
373
+ </span>
374
+
375
+ <span class="posted-on"><time class="entry-date published" datetime="JAN 14, 2026">JAN 14, 2026</time></span>
376
+ </div>
377
+ <div class="entry-title">
378
+ <div>
379
+ <a href="https://engineering.fb.com/2026/01/14/ml-applications/adapting-the-facebook-reels-recsys-ai-model-based-on-user-feedback/" rel="bookmark" aria-label="Read More about Adapting the Facebook Reels RecSys AI Model Based on User Feedback">
380
+ Adapting the Facebook Reels RecSys AI Model Based on User Feedback </a>
381
+ </div>
382
+ </div>
383
+
384
+
385
+ <div class="entry-meta">
386
+ </div><!-- .entry-meta -->
387
+
388
+
389
+ </header><!-- .entry-header -->
390
+
391
+ </article><!-- #post-## -->
392
+ </div>
393
+ </div><!-- .inner-container -->
394
+ </div>
395
+ <!--end top-posts-->
396
+
397
+
398
+ <div class="article-grids col-md-12 inner-container">
399
+
400
+ <!-- desktop only filter -->
401
+
402
+ <!-- mobile only filter-->
403
+ <h6 class="mobile-articles-title">The Latest</h6>
404
+ <div class="row">
405
+
406
+
407
+ <div class="article-grid col-md-4 col-sm-12">
408
+
409
+
410
+ <article class="post post-23515 type-post status-publish format-standard has-post-thumbnail hentry category-culture category-open-source category-web tag-meta-tech-podcast fb_content_type-article" id="post-23515"
411
+ data-video-url=""
412
+ data-video-html=""
413
+ data-video-title=""
414
+ data-video-postdate="">
415
+
416
+ <a href="https://engineering.fb.com/2026/01/12/web/css-at-scale-with-stylex/" class="feat-image" aria-label="Read More about CSS at Scale With StyleX">
417
+ <img width="580" height="326" src="https://engineering.fb.com/wp-content/uploads/2026/01/Meta-Tech-Podcast-CSS-at-Scale-with-StyleX.png?w=580&amp;h=326&amp;crop=1" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /> </a>
418
+
419
+ <header class="entry-header">
420
+ <div class="entry-header__top">
421
+ <span class="cat-links">
422
+ <a
423
+ class="category"
424
+ href="https://engineering.fb.com/category/culture/"
425
+ rel="category tag"
426
+ aria-label="View all content from the Culture category."
427
+ >
428
+ Culture </a>
429
+ </span>
430
+
431
+ <span class="posted-on"><time class="entry-date published updated" datetime="JAN 12, 2026">JAN 12, 2026</time></span>
432
+ </div>
433
+ <div class="entry-title">
434
+ <div>
435
+ <a href="https://engineering.fb.com/2026/01/12/web/css-at-scale-with-stylex/" rel="bookmark" aria-label="Read More about CSS at Scale With StyleX">
436
+ CSS at Scale With StyleX </a>
437
+ </div>
438
+ </div>
439
+
440
+
441
+ <div class="entry-meta">
442
+ </div><!-- .entry-meta -->
443
+
444
+
445
+ </header><!-- .entry-header -->
446
+
447
+ </article><!-- #post-## -->
448
+ </div>
449
+
450
+
451
+ <div class="article-grid col-md-4 col-sm-12">
452
+
453
+
454
+ <article class="post post-23483 type-post status-publish format-standard has-post-thumbnail hentry category-culture category-developer-tools fb_content_type-article" id="post-23483"
455
+ data-video-url=""
456
+ data-video-html=""
457
+ data-video-title=""
458
+ data-video-postdate="">
459
+
460
+ <a href="https://engineering.fb.com/2025/12/22/developer-tools/python-typing-survey-2025-code-quality-flexibility-typing-adoption/" class="feat-image" aria-label="Read More about Python Typing Survey 2025: Code Quality and Flexibility As Top Reasons for Typing Adoption">
461
+ <img width="580" height="326" src="https://engineering.fb.com/wp-content/uploads/2025/12/Python-Typing-Survey-Meta.png?w=580&amp;h=326&amp;crop=1" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /> </a>
462
+
463
+ <header class="entry-header">
464
+ <div class="entry-header__top">
465
+ <span class="cat-links">
466
+ <a
467
+ class="category"
468
+ href="https://engineering.fb.com/category/culture/"
469
+ rel="category tag"
470
+ aria-label="View all content from the Culture category."
471
+ >
472
+ Culture </a>
473
+ </span>
474
+
475
+ <span class="posted-on"><time class="entry-date published" datetime="DEC 22, 2025">DEC 22, 2025</time></span>
476
+ </div>
477
+ <div class="entry-title">
478
+ <div>
479
+ <a href="https://engineering.fb.com/2025/12/22/developer-tools/python-typing-survey-2025-code-quality-flexibility-typing-adoption/" rel="bookmark" aria-label="Read More about Python Typing Survey 2025: Code Quality and Flexibility As Top Reasons for Typing Adoption">
480
+ Python Typing Survey 2025: Code Quality and Flexibility As Top Reasons for Typing Adoption </a>
481
+ </div>
482
+ </div>
483
+
484
+
485
+ <div class="entry-meta">
486
+ </div><!-- .entry-meta -->
487
+
488
+
489
+ </header><!-- .entry-header -->
490
+
491
+ </article><!-- #post-## -->
492
+ </div>
493
+
494
+
495
+ <div class="article-grid col-md-4 col-sm-12">
496
+
497
+
498
+ <article class="post post-23496 type-post status-publish format-standard has-post-thumbnail hentry category-data-infrastructure category-ml-applications fb_content_type-article" id="post-23496"
499
+ data-video-url=""
500
+ data-video-html=""
501
+ data-video-title=""
502
+ data-video-postdate="">
503
+
504
+ <a href="https://engineering.fb.com/2025/12/19/data-infrastructure/drp-metas-root-cause-analysis-platform-at-scale/" class="feat-image" aria-label="Read More about DrP: Meta&#8217;s Root Cause Analysis Platform at Scale">
505
+ <img width="580" height="326" src="https://engineering.fb.com/wp-content/uploads/2025/12/Meta-DrP-Hero.jpg?w=580&amp;h=326&amp;crop=1" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /> </a>
506
+
507
+ <header class="entry-header">
508
+ <div class="entry-header__top">
509
+ <span class="cat-links">
510
+ <a
511
+ class="category"
512
+ href="https://engineering.fb.com/category/data-infrastructure/"
513
+ rel="category tag"
514
+ aria-label="View all content from the Data Infrastructure category."
515
+ >
516
+ Data Infrastructure </a>
517
+ </span>
518
+
519
+ <span class="posted-on"><time class="entry-date published" datetime="DEC 19, 2025">DEC 19, 2025</time></span>
520
+ </div>
521
+ <div class="entry-title">
522
+ <div>
523
+ <a href="https://engineering.fb.com/2025/12/19/data-infrastructure/drp-metas-root-cause-analysis-platform-at-scale/" rel="bookmark" aria-label="Read More about DrP: Meta&#8217;s Root Cause Analysis Platform at Scale">
524
+ DrP: Meta&#8217;s Root Cause Analysis Platform at Scale </a>
525
+ </div>
526
+ </div>
527
+
528
+
529
+ <div class="entry-meta">
530
+ </div><!-- .entry-meta -->
531
+
532
+
533
+ </header><!-- .entry-header -->
534
+
535
+ </article><!-- #post-## -->
536
+ </div>
537
+
538
+ </div>
539
+ <div class="row">
540
+
541
+ <div class="article-grid col-md-4 col-sm-12">
542
+
543
+
544
+ <article class="post post-23477 type-post status-publish format-standard has-post-thumbnail hentry category-culture category-virtual-reality tag-meta-tech-podcast fb_content_type-article" id="post-23477"
545
+ data-video-url=""
546
+ data-video-html=""
547
+ data-video-title=""
548
+ data-video-postdate="">
549
+
550
+ <a href="https://engineering.fb.com/2025/12/17/virtual-reality/meta-ray-ban-display-from-zero-to-polish/" class="feat-image" aria-label="Read More about How We Built Meta Ray-Ban Display: From Zero to Polish">
551
+ <img width="580" height="326" src="https://engineering.fb.com/wp-content/uploads/2025/12/Meta-Tech-Podcast-episode-81-Building-Meta-Ray-Ban-Display.png?w=580&amp;h=326&amp;crop=1" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /> </a>
552
+
553
+ <header class="entry-header">
554
+ <div class="entry-header__top">
555
+ <span class="cat-links">
556
+ <a
557
+ class="category"
558
+ href="https://engineering.fb.com/category/culture/"
559
+ rel="category tag"
560
+ aria-label="View all content from the Culture category."
561
+ >
562
+ Culture </a>
563
+ </span>
564
+
565
+ <span class="posted-on"><time class="entry-date published" datetime="DEC 17, 2025">DEC 17, 2025</time></span>
566
+ </div>
567
+ <div class="entry-title">
568
+ <div>
569
+ <a href="https://engineering.fb.com/2025/12/17/virtual-reality/meta-ray-ban-display-from-zero-to-polish/" rel="bookmark" aria-label="Read More about How We Built Meta Ray-Ban Display: From Zero to Polish">
570
+ How We Built Meta Ray-Ban Display: From Zero to Polish </a>
571
+ </div>
572
+ </div>
573
+
574
+
575
+ <div class="entry-meta">
576
+ </div><!-- .entry-meta -->
577
+
578
+
579
+ </header><!-- .entry-header -->
580
+
581
+ </article><!-- #post-## -->
582
+ </div>
583
+
584
+
585
+ <div class="article-grid col-md-4 col-sm-12">
586
+
587
+
588
+ <article class="post post-23460 type-post status-publish format-standard has-post-thumbnail hentry category-android category-ios category-ml-applications category-security" id="post-23460"
589
+ data-video-url=""
590
+ data-video-html=""
591
+ data-video-title=""
592
+ data-video-postdate="">
593
+
594
+ <a href="https://engineering.fb.com/2025/12/15/android/how-ai-transforming-secure-by-default-mobile-frameworks-adoption/" class="feat-image" aria-label="Read More about How AI Is Transforming the Adoption of Secure-by-Default Mobile Frameworks">
595
+ <img width="580" height="326" src="https://engineering.fb.com/wp-content/uploads/2022/03/Eng-Blog-Self-Serve-Hero-Images-DEBUGGING-203-Orange.jpg?w=580&amp;h=326&amp;crop=1" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" title="Eng-Blog-Self-Serve-Hero-Images-DEBUGGING-203-Orange" /> </a>
596
+
597
+ <header class="entry-header">
598
+ <div class="entry-header__top">
599
+ <span class="cat-links">
600
+ <a
601
+ class="category"
602
+ href="https://engineering.fb.com/category/android/"
603
+ rel="category tag"
604
+ aria-label="View all content from the Android category."
605
+ >
606
+ Android </a>
607
+ </span>
608
+
609
+ <span class="posted-on"><time class="entry-date published" datetime="DEC 15, 2025">DEC 15, 2025</time></span>
610
+ </div>
611
+ <div class="entry-title">
612
+ <div>
613
+ <a href="https://engineering.fb.com/2025/12/15/android/how-ai-transforming-secure-by-default-mobile-frameworks-adoption/" rel="bookmark" aria-label="Read More about How AI Is Transforming the Adoption of Secure-by-Default Mobile Frameworks">
614
+ How AI Is Transforming the Adoption of Secure-by-Default Mobile Frameworks </a>
615
+ </div>
616
+ </div>
617
+
618
+
619
+ <div class="entry-meta">
620
+ </div><!-- .entry-meta -->
621
+
622
+
623
+ </header><!-- .entry-header -->
624
+
625
+ </article><!-- #post-## -->
626
+ </div>
627
+
628
+
629
+ <div class="article-grid col-md-4 col-sm-12">
630
+
631
+
632
+ <article class="post post-23436 type-post status-publish format-standard has-post-thumbnail hentry category-data-center-engineering category-data-infrastructure category-ml-applications fb_content_type-article" id="post-23436"
633
+ data-video-url=""
634
+ data-video-html=""
635
+ data-video-title=""
636
+ data-video-postdate="">
637
+
638
+ <a href="https://engineering.fb.com/2025/11/21/data-infrastructure/zoomer-powering-ai-performance-meta-intelligent-debugging-optimization/" class="feat-image" aria-label="Read More about Zoomer: Powering AI Performance at Meta&#8217;s Scale Through Intelligent Debugging and Optimization">
639
+ <img width="580" height="326" src="https://engineering.fb.com/wp-content/uploads/2025/11/Meta-Zoomer-Hero.png?w=580&amp;h=326&amp;crop=1" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /> </a>
640
+
641
+ <header class="entry-header">
642
+ <div class="entry-header__top">
643
+ <span class="cat-links">
644
+ <a
645
+ class="category"
646
+ href="https://engineering.fb.com/category/data-center-engineering/"
647
+ rel="category tag"
648
+ aria-label="View all content from the Data Center Engineering category."
649
+ >
650
+ Data Center Engineering </a>
651
+ </span>
652
+
653
+ <span class="posted-on"><time class="entry-date published" datetime="NOV 21, 2025">NOV 21, 2025</time></span>
654
+ </div>
655
+ <div class="entry-title">
656
+ <div>
657
+ <a href="https://engineering.fb.com/2025/11/21/data-infrastructure/zoomer-powering-ai-performance-meta-intelligent-debugging-optimization/" rel="bookmark" aria-label="Read More about Zoomer: Powering AI Performance at Meta&#8217;s Scale Through Intelligent Debugging and Optimization">
658
+ Zoomer: Powering AI Performance at Meta&#8217;s Scale Through Intelligent Debugging and Optimization </a>
659
+ </div>
660
+ </div>
661
+
662
+
663
+ <div class="entry-meta">
664
+ </div><!-- .entry-meta -->
665
+
666
+
667
+ </header><!-- .entry-header -->
668
+
669
+ </article><!-- #post-## -->
670
+ </div>
671
+
672
+ </div>
673
+ <div class="row">
674
+
675
+ <div class="article-grid col-md-4 col-sm-12">
676
+
677
+
678
+ <article class="post post-23382 type-post status-publish format-standard has-post-thumbnail hentry category-security fb_content_type-article" id="post-23382"
679
+ data-video-url=""
680
+ data-video-html=""
681
+ data-video-title=""
682
+ data-video-postdate="">
683
+
684
+ <a href="https://engineering.fb.com/2025/11/20/security/key-transparency-comes-to-messenger/" class="feat-image" aria-label="Read More about Key Transparency Comes to Messenger">
685
+ <img width="580" height="326" src="https://engineering.fb.com/wp-content/uploads/2023/02/Eng-Blog-Self-Serve-Hero-Images-FIBER-301-Blue.jpg?w=580&amp;h=326&amp;crop=1" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" title="Eng-Blog-Self-Serve-Hero-Images-FIBER-301-Blue" /> </a>
686
+
687
+ <header class="entry-header">
688
+ <div class="entry-header__top">
689
+ <span class="cat-links">
690
+ <a
691
+ class="category"
692
+ href="https://engineering.fb.com/category/security/"
693
+ rel="category tag"
694
+ aria-label="View all content from the Security &amp; Privacy category."
695
+ >
696
+ Security &amp; Privacy </a>
697
+ </span>
698
+
699
+ <span class="posted-on"><time class="entry-date published" datetime="NOV 20, 2025">NOV 20, 2025</time></span>
700
+ </div>
701
+ <div class="entry-title">
702
+ <div>
703
+ <a href="https://engineering.fb.com/2025/11/20/security/key-transparency-comes-to-messenger/" rel="bookmark" aria-label="Read More about Key Transparency Comes to Messenger">
704
+ Key Transparency Comes to Messenger </a>
705
+ </div>
706
+ </div>
707
+
708
+
709
+ <div class="entry-meta">
710
+ </div><!-- .entry-meta -->
711
+
712
+
713
+ </header><!-- .entry-header -->
714
+
715
+ </article><!-- #post-## -->
716
+ </div>
717
+
718
+
719
+ <div class="article-grid col-md-4 col-sm-12">
720
+
721
+
722
+ <article class="post post-23315 type-post status-publish format-standard has-post-thumbnail hentry category-open-source fb_content_type-article" id="post-23315"
723
+ data-video-url=""
724
+ data-video-html=""
725
+ data-video-title=""
726
+ data-video-postdate="">
727
+
728
+ <a href="https://engineering.fb.com/2025/11/18/open-source/efficient-optimization-ax-open-platform-adaptive-experimentation/" class="feat-image" aria-label="Read More about Efficient Optimization With Ax, an Open Platform for Adaptive Experimentation">
729
+ <img width="580" height="326" src="https://engineering.fb.com/wp-content/uploads/2025/11/Efficient-Optimization-With-Ax-an-Open-Platform-for-Adaptive-Experimentation.webp?w=580&amp;h=326&amp;crop=1" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /> </a>
730
+
731
+ <header class="entry-header">
732
+ <div class="entry-header__top">
733
+ <span class="cat-links">
734
+ <a
735
+ class="category"
736
+ href="https://engineering.fb.com/category/open-source/"
737
+ rel="category tag"
738
+ aria-label="View all content from the Open Source category."
739
+ >
740
+ Open Source </a>
741
+ </span>
742
+
743
+ <span class="posted-on"><time class="entry-date published" datetime="NOV 18, 2025">NOV 18, 2025</time></span>
744
+ </div>
745
+ <div class="entry-title">
746
+ <div>
747
+ <a href="https://engineering.fb.com/2025/11/18/open-source/efficient-optimization-ax-open-platform-adaptive-experimentation/" rel="bookmark" aria-label="Read More about Efficient Optimization With Ax, an Open Platform for Adaptive Experimentation">
748
+ Efficient Optimization With Ax, an Open Platform for Adaptive Experimentation </a>
749
+ </div>
750
+ </div>
751
+
752
+
753
+ <div class="entry-meta">
754
+ </div><!-- .entry-meta -->
755
+
756
+
757
+ </header><!-- .entry-header -->
758
+
759
+ </article><!-- #post-## -->
760
+ </div>
761
+
762
+
763
+ <div class="article-grid col-md-4 col-sm-12">
764
+
765
+
766
+ <article class="post post-23313 type-post status-publish format-standard has-post-thumbnail hentry category-connectivity fb_content_type-article" id="post-23313"
767
+ data-video-url=""
768
+ data-video-html=""
769
+ data-video-title=""
770
+ data-video-postdate="">
771
+
772
+ <a href="https://engineering.fb.com/2025/11/17/connectivity/core-2africa-system-completion-future-connectivity/" class="feat-image" aria-label="Read More about Announcing the Completion of the Core 2Africa System: Building the Future of Connectivity Together">
773
+ <img width="580" height="326" src="https://engineering.fb.com/wp-content/uploads/2025/11/2Africa-Completion-Hero.png?w=580&amp;h=326&amp;crop=1" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /> </a>
774
+
775
+ <header class="entry-header">
776
+ <div class="entry-header__top">
777
+ <span class="cat-links">
778
+ <a
779
+ class="category"
780
+ href="https://engineering.fb.com/category/connectivity/"
781
+ rel="category tag"
782
+ aria-label="View all content from the Connectivity category."
783
+ >
784
+ Connectivity </a>
785
+ </span>
786
+
787
+ <span class="posted-on"><time class="entry-date published" datetime="NOV 17, 2025">NOV 17, 2025</time></span>
788
+ </div>
789
+ <div class="entry-title">
790
+ <div>
791
+ <a href="https://engineering.fb.com/2025/11/17/connectivity/core-2africa-system-completion-future-connectivity/" rel="bookmark" aria-label="Read More about Announcing the Completion of the Core 2Africa System: Building the Future of Connectivity Together">
792
+ Announcing the Completion of the Core 2Africa System: Building the Future of Connectivity Together </a>
793
+ </div>
794
+ </div>
795
+
796
+
797
+ <div class="entry-meta">
798
+ </div><!-- .entry-meta -->
799
+
800
+
801
+ </header><!-- .entry-header -->
802
+
803
+ </article><!-- #post-## -->
804
+ </div>
805
+
806
+
807
+ </div>
808
+
809
+
810
+ </main>
811
+ <!-- #main -->
812
+
813
+ </div>
814
+ <!-- .row -->
815
+
816
+ </div>
817
+ <!-- Container end. -->
818
+
819
+ <div class="loadmore-container">
820
+ <button class="btn loadmore-btn">
821
+ Load More
822
+ </button>
823
+ </div>
824
+
825
+ </div>
826
+ <!-- Wrapper end -->
827
+
828
+ </div>
829
+
830
+ <!-- ******************* The Footer Full-width Widget Area ******************* -->
831
+
832
+ <div class="wrapper wrapper-community-outer">
833
+ <div class="wrapper-community">
834
+
835
+ <div class="community" tabindex="-1">
836
+
837
+ <div class="row">
838
+ <!-- community section is generated through WordPress widget -->
839
+ <div id="wpb_widget-2" class="footer-widget widget_wpb_widget widget-count-3 col-md-4"><h3 class="widget-title">Available Positions</h3><hr><ul class="available-positions-list"><li class="available-positions-item">
840
+ <a href=https://www.metacareers.com/jobs/2486789151677735/>
841
+ <div class="job-description">
842
+ Software Engineer, Infrastructure
843
+ </div>
844
+ <div class="job-location">
845
+ SUNNYVALE, US
846
+ </div>
847
+ </a>
848
+ </li><li class="available-positions-item">
849
+ <a href=https://www.metacareers.com/jobs/2486789151677735/>
850
+ <div class="job-description">
851
+ Software Engineer, Infrastructure
852
+ </div>
853
+ <div class="job-location">
854
+ BELLEVUE, US
855
+ </div>
856
+ </a>
857
+ </li><li class="available-positions-item">
858
+ <a href=https://www.metacareers.com/jobs/2486789151677735/>
859
+ <div class="job-description">
860
+ Software Engineer, Infrastructure
861
+ </div>
862
+ <div class="job-location">
863
+ REDMOND, US
864
+ </div>
865
+ </a>
866
+ </li><li class="available-positions-item">
867
+ <a href=https://www.metacareers.com/jobs/2486789151677735/>
868
+ <div class="job-description">
869
+ Software Engineer, Infrastructure
870
+ </div>
871
+ <div class="job-location">
872
+ MENLO PARK, US
873
+ </div>
874
+ </a>
875
+ </li><li class="available-positions-item">
876
+ <a href=https://www.metacareers.com/jobs/2486789151677735/>
877
+ <div class="job-description">
878
+ Software Engineer, Infrastructure
879
+ </div>
880
+ <div class="job-location">
881
+ SEATTLE, US
882
+ </div>
883
+ </a>
884
+ </li> </ul>
885
+ <a href="https://www.metacareers.com">
886
+ <div class="btn available-positions-btn">
887
+ See All Jobs </div>
888
+ </a>
889
+ </div><!-- .footer-widget --><div id="custom_html-2" class="widget_text footer-widget widget_custom_html widget-count-3 col-md-4"><h3 class="widget-title">Technology at Meta</h3><div class="textwidget custom-html-widget"><ul class="stay-connected-lists">
890
+ <li class="stay-connected-item">
891
+ <img class="footer-fb-engineering stay-connected-item-left" src="/wp-content/themes/code-fb-com/img/meta_logo.png" alt="footer-fb-engineering" loading="lazy" width="70" height="70">
892
+ <div class="stay-connected-item-right">
893
+ <div class="stay-connected-label">
894
+ Engineering at Meta - X
895
+ </div>
896
+ <a onclick='return twitterFollow("fb_engineering")'>
897
+ <button class="btn stay-connected-btn">
898
+ Follow
899
+ </button>
900
+ </a>
901
+ </div>
902
+ </li>
903
+ <li class="stay-connected-item">
904
+ <img class="footer-fb-engineering stay-connected-item-left" src="/wp-content/themes/code-fb-com/img/meta_logo.png" alt="footer-AI" loading="lazy" width="70" height="70">
905
+ <div class="stay-connected-item-right">
906
+ <div class="stay-connected-label">
907
+ AI at Meta
908
+ </div>
909
+ <a href="https://ai.meta.com/blog/">
910
+ <button class="btn stay-connected-btn">
911
+ Read
912
+ </button>
913
+ </a>
914
+ </div>
915
+ </li>
916
+ <li class="stay-connected-item">
917
+ <img class="footer-fb-engineering stay-connected-item-left" src="/wp-content/themes/code-fb-com/img/meta_logo.png" alt="footer-developers" loading="lazy" width="70" height="70">
918
+ <div class="stay-connected-item-right">
919
+ <div class="stay-connected-label">
920
+ Meta Quest Blog
921
+ </div>
922
+ <a href="https://www.meta.com/blog/quest/">
923
+ <button class="btn stay-connected-btn">
924
+ Read
925
+ </button>
926
+ </a>
927
+ </div>
928
+ </li>
929
+
930
+ <li class="stay-connected-item">
931
+ <img class="footer-fb-engineering stay-connected-item-left" src="/wp-content/themes/code-fb-com/img/meta_logo.png" alt="footer-developers" loading="lazy" width="70" height="70">
932
+ <div class="stay-connected-item-right">
933
+ <div class="stay-connected-label">
934
+ Meta for Developers
935
+ </div>
936
+ <a href="https://developers.facebook.com/">
937
+ <button class="btn stay-connected-btn">
938
+ Read
939
+ </button>
940
+ </a>
941
+ </div>
942
+ </li>
943
+ <li class="stay-connected-item">
944
+ <img class="footer-fb-engineering stay-connected-item-left" src="/wp-content/themes/code-fb-com/img/meta_logo.png" alt="footer-bug-bounty" loading="lazy" width="70" height="70">
945
+ <div class="stay-connected-item-right">
946
+ <div class="stay-connected-label">
947
+ Meta Bug Bounty
948
+ </div>
949
+ <a href="https://bugbounty.meta.com/">
950
+ <button class="btn stay-connected-btn">
951
+ Learn more
952
+ </button>
953
+ </a>
954
+ </div>
955
+ </li>
956
+
957
+ <li class="stay-connected-item">
958
+ <img class="stay-connected-item-left" src="/wp-content/themes/code-fb-com/img/rss.png" alt="footer-rss" loading="lazy" width="70" height="70">
959
+ <div class="stay-connected-item-right">
960
+ <div class="stay-connected-label">
961
+ RSS
962
+ </div>
963
+ <a href="https://code.facebook.com/posts/rss/">
964
+ <button class="btn stay-connected-btn">
965
+ Subscribe
966
+ </button>
967
+ </a>
968
+ </div>
969
+ </li>
970
+ </ul>
971
+ </div></div><!-- .footer-widget --><div id="custom_html-3" class="widget_text footer-widget widget_custom_html widget-count-3 col-md-4"><h3 class="widget-title">Open Source</h3><div class="textwidget custom-html-widget"><p class="opensource-desc">
972
+ Meta believes in building community through open source technology. Explore our latest projects in Artificial Intelligence, Data Infrastructure, Development Tools, Front End, Languages, Platforms, Security, Virtual Reality, and more.
973
+ </p>
974
+ <ul class="opensource-cats">
975
+ <li class="opensource-cat">
976
+ <img src="/wp-content/themes/code-fb-com/img/android.png" alt="android" loading="lazy" width="50" height="59">
977
+ <div class="opensource-cap">
978
+ ANDROID
979
+ </div>
980
+ </li>
981
+ <li class="opensource-cat">
982
+ <img src="/wp-content/themes/code-fb-com/img/ios.png" alt="ios" loading="lazy" width="48" height="58">
983
+ <div class="opensource-cap">
984
+ iOS
985
+ </div>
986
+ </li>
987
+ <li class="opensource-cat">
988
+ <img src="/wp-content/themes/code-fb-com/img/web.png" alt="web" loading="lazy" width="55" height="49">
989
+ <div class="opensource-cap">
990
+ WEB
991
+ </div>
992
+ </li>
993
+ <li class="opensource-cat">
994
+ <img src="/wp-content/themes/code-fb-com/img/backend.png" alt="backend" loading="lazy" width="56" height="51">
995
+ <div class="opensource-cap">
996
+ BACKEND
997
+ </div>
998
+ </li>
999
+ <li class="opensource-cat">
1000
+ <img src="/wp-content/themes/code-fb-com/img/hardware.png" alt="hardware" loading="lazy" width="55" height="44">
1001
+ <div class="opensource-cap">
1002
+ HARDWARE
1003
+ </div>
1004
+ </li>
1005
+ </ul>
1006
+
1007
+ <button class="btn opensource-btn" onclick="window.location.href='https://opensource.fb.com/'">
1008
+ Learn More
1009
+ </button>
1010
+
1011
+ </div></div><!-- .footer-widget -->
1012
+ </div>
1013
+
1014
+ </div>
1015
+ </div>
1016
+
1017
+ </div><!-- #wrapper-footer-full -->
1018
+
1019
+
1020
+ <div class="wrapper-footer" id="wrapper-footer">
1021
+ <div class="inner-container">
1022
+ <div class="footer">
1023
+ <div class="row">
1024
+ <div class="col-md-12">
1025
+ <footer class="meta-footer" id="meta-footer">
1026
+ <div class="site-info row justify-content-between">
1027
+ <div class="col-md-5 meta-logo-container">
1028
+ <a href="https://about.facebook.com/">
1029
+ <img src="https://engineering.fb.com/wp-content/themes/code-fb-com/img/meta_logo_full.svg" width="89" height="18" alt="Meta" />
1030
+ </a>
1031
+ <div id="text-2" class="widget widget_text"> <div class="textwidget"><p>Engineering at Meta is a technical news resource for engineers interested in how we solve large-scale technical challenges at Meta.</p>
1032
+ </div>
1033
+ </div> </div>
1034
+ <div class="col-md-6 footer-meta-links-container">
1035
+ <ul class="meta-footer-links">
1036
+ <li class="footer-link"><a href="https://engineering.fb.com">Home</a></li><li class="footer-link"><a href="https://about.meta.com/">Company Info</a></li><li class="footer-link"><a href="https://www.metacareers.com/?ref=engineering.fb.com">Careers</a></li> </ul>
1037
+ </div>
1038
+ </div>
1039
+ </footer>
1040
+ </div>
1041
+ </div>
1042
+ </div>
1043
+ </div>
1044
+
1045
+ <div class="footer">
1046
+ <div class="row">
1047
+
1048
+ <div class="col-md-12">
1049
+
1050
+ <footer class="site-footer" id="colophon">
1051
+ <div class="inner-container">
1052
+ <div class="site-info row justify-content-between">
1053
+
1054
+ <div class="col-md-4 copyright-container">
1055
+ <div class="copyright"> © 2026 Meta</div>
1056
+ </div>
1057
+
1058
+ <!-- static footer -->
1059
+ <div class="col-md-7 footer-links-container">
1060
+ <ul class="footer-links">
1061
+ <li class="footer-link"><a href="https://www.facebook.com/policies">Terms</a></li><li class="footer-link"><a href="https://www.facebook.com/privacy/policy">Privacy</a></li><li class="footer-link"><a href="/privacy">Cookies</a></li><li class="footer-link"><a href="https://www.facebook.com/help">Help</a></li> </ul>
1062
+ </div>
1063
+ </div>
1064
+ </div><!-- .site-info -->
1065
+
1066
+ </footer><!-- #colophon -->
1067
+
1068
+ </div><!--col end -->
1069
+
1070
+ </div><!-- row end -->
1071
+
1072
+ </div><!-- //.inner-container -->
1073
+ </div><!-- wrapper end -->
1074
+
1075
+ </div><!-- #page we need this extra closing tag here -->
1076
+
1077
+ <script type="speculationrules">
1078
+ {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/code-fb-com/*","/wp-content/themes/understrap/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
1079
+ </script>
1080
+ <div class="gdprconsent-container" id="GDPRConsentBar">
1081
+ <div class="gdprconsent-wrapper">
1082
+ <div class="gdprconsent-content">
1083
+ <p>To help personalize content, tailor and measure ads and provide a safer experience, we use cookies. By clicking or navigating the site, you agree to allow our collection of information on and off Facebook through cookies. Learn more, including about available controls: <a href="/privacy">Cookie Policy</a></p>
1084
+ <div class="gdprconsent-button">
1085
+ <button type="button" data-gdpr-accept>Accept</button>
1086
+ </div>
1087
+ </div>
1088
+ </div>
1089
+ </div>
1090
+
1091
+ <!-- Twitter universal website tag code -->
1092
+ <script>
1093
+ if (window.gdprSafeTrack) {
1094
+ window.gdprSafeTrack(function() {
1095
+ !function(e,t,n,s,u,a){e.twq||(s=e.twq=function(){s.exe?s.exe.apply(s,arguments):s.queue.push(arguments);
1096
+ },s.version='1.1',s.queue=[],u=t.createElement(n),u.async=!0,u.src='//static.ads-twitter.com/uwt.js',
1097
+ a=t.getElementsByTagName(n)[0],a.parentNode.insertBefore(u,a))}(window,document,'script');
1098
+ // Insert Twitter Pixel ID and Standard Event data below
1099
+ twq('init','o31u0');
1100
+ twq('track','PageView');
1101
+ });
1102
+ }
1103
+ </script>
1104
+ <!-- End Twitter universal website tag code -->
1105
+
1106
+
1107
+ <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KZRLGZ8" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
1108
+
1109
+ <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=660742068067366&ev=PageView&noscript=1"/></noscript>
1110
+ <script type="text/javascript" id="video-analytics-js-after">
1111
+ /* <![CDATA[ */
1112
+ if (window.gdprSafeTrack) {
1113
+ window.gdprSafeTrack(function() {
1114
+ let youtube = document.querySelectorAll('[src*="youtube-nocookie"]');
1115
+ for (let i = 0; i < youtube.length; i++) {
1116
+ youtube[i].src = youtube[i].src.replace('youtube-nocookie.com', 'youtube.com');
1117
+ }
1118
+ let vimeo = document.querySelectorAll('[src*="vimeo"]');
1119
+ for (let i = 0; i < vimeo.length; i++) {
1120
+ vimeo[i].src = vimeo[i].src.replace('&dnt=true', '');
1121
+ }
1122
+ });
1123
+ }
1124
+ //# sourceURL=video-analytics-js-after
1125
+ /* ]]> */
1126
+ </script>
1127
+ <script type="text/javascript" id="child-understrap-scripts-js-extra">
1128
+ /* <![CDATA[ */
1129
+ var loadmore_params = {"restfulURL":"https://engineering.fb.com/wp-json/fb/v1/loadmore","searchText":"","posts":"{\"error\":\"\",\"m\":\"\",\"p\":0,\"post_parent\":\"\",\"subpost\":\"\",\"subpost_id\":\"\",\"attachment\":\"\",\"attachment_id\":0,\"name\":\"\",\"pagename\":\"\",\"page_id\":0,\"second\":\"\",\"minute\":\"\",\"hour\":\"\",\"day\":0,\"monthnum\":0,\"year\":0,\"w\":0,\"category_name\":\"\",\"tag\":\"\",\"cat\":\"\",\"tag_id\":\"\",\"author\":\"\",\"author_name\":\"\",\"feed\":\"\",\"tb\":\"\",\"paged\":0,\"meta_key\":\"\",\"meta_value\":\"\",\"preview\":\"\",\"s\":\"\",\"sentence\":\"\",\"title\":\"\",\"fields\":\"all\",\"menu_order\":\"\",\"embed\":\"\",\"category__in\":[],\"category__not_in\":[],\"category__and\":[],\"post__in\":[],\"post__not_in\":[272,8756,8823,9166,9172,9179,9180,9185,9188,9189,9191,9192,9193,9194,9195,9196,9197,9198,9199,9200,9201,9207,9632,9635,9637,9639,9641,9643,9647,9650,9673,9703,10940,12023,14326,16435,17443,17466,17467,17468,17867,17868,17869,17870,17871,17872,17873,17874,17897,17898,18259,18260,18365,18368,18476,18509,18510,18793,18794,18795,18796,19383,19384,19385,19386,19387,19389,19392,19394,19395,19564,19584,19585,19678,19757,19920,20915,21257,21590,21744,21745,21773,21777,21778,21828,21842,22388,22864,23182,23183,23184,23185,23366,23367,23368,23369,23370,23371,23372,23376],\"post_name__in\":[],\"tag__in\":[],\"tag__not_in\":[],\"tag__and\":[],\"tag_slug__in\":[],\"tag_slug__and\":[],\"post_parent__in\":[],\"post_parent__not_in\":[],\"author__in\":[],\"author__not_in\":[],\"search_columns\":[],\"ignore_sticky_posts\":false,\"suppress_filters\":false,\"cache_results\":true,\"update_post_term_cache\":true,\"update_menu_item_cache\":false,\"lazy_load_term_meta\":true,\"update_post_meta_cache\":true,\"post_type\":\"\",\"posts_per_page\":12,\"nopaging\":false,\"comments_per_page\":\"50\",\"no_found_rows\":false,\"order\":\"DESC\"}","current_page":"1","max_page":"91","post_type":"post"};
1130
+ var search_params = {"ajaxurl":"https://engineering.fb.com/wp-admin/admin-ajax.php","posts":"{\"error\":\"\",\"m\":\"\",\"p\":0,\"post_parent\":\"\",\"subpost\":\"\",\"subpost_id\":\"\",\"attachment\":\"\",\"attachment_id\":0,\"name\":\"\",\"pagename\":\"\",\"page_id\":0,\"second\":\"\",\"minute\":\"\",\"hour\":\"\",\"day\":0,\"monthnum\":0,\"year\":0,\"w\":0,\"category_name\":\"\",\"tag\":\"\",\"cat\":\"\",\"tag_id\":\"\",\"author\":\"\",\"author_name\":\"\",\"feed\":\"\",\"tb\":\"\",\"paged\":0,\"meta_key\":\"\",\"meta_value\":\"\",\"preview\":\"\",\"s\":\"\",\"sentence\":\"\",\"title\":\"\",\"fields\":\"all\",\"menu_order\":\"\",\"embed\":\"\",\"category__in\":[],\"category__not_in\":[],\"category__and\":[],\"post__in\":[],\"post__not_in\":[272,8756,8823,9166,9172,9179,9180,9185,9188,9189,9191,9192,9193,9194,9195,9196,9197,9198,9199,9200,9201,9207,9632,9635,9637,9639,9641,9643,9647,9650,9673,9703,10940,12023,14326,16435,17443,17466,17467,17468,17867,17868,17869,17870,17871,17872,17873,17874,17897,17898,18259,18260,18365,18368,18476,18509,18510,18793,18794,18795,18796,19383,19384,19385,19386,19387,19389,19392,19394,19395,19564,19584,19585,19678,19757,19920,20915,21257,21590,21744,21745,21773,21777,21778,21828,21842,22388,22864,23182,23183,23184,23185,23366,23367,23368,23369,23370,23371,23372,23376],\"post_name__in\":[],\"tag__in\":[],\"tag__not_in\":[],\"tag__and\":[],\"tag_slug__in\":[],\"tag_slug__and\":[],\"post_parent__in\":[],\"post_parent__not_in\":[],\"author__in\":[],\"author__not_in\":[],\"search_columns\":[],\"ignore_sticky_posts\":false,\"suppress_filters\":false,\"cache_results\":true,\"update_post_term_cache\":true,\"update_menu_item_cache\":false,\"lazy_load_term_meta\":true,\"update_post_meta_cache\":true,\"post_type\":\"\",\"posts_per_page\":12,\"nopaging\":false,\"comments_per_page\":\"50\",\"no_found_rows\":false,\"order\":\"DESC\"}","current_page":"1","max_page":"91","article_filter":"4e7e381571"};
1131
+ //# sourceURL=child-understrap-scripts-js-extra
1132
+ /* ]]> */
1133
+ </script>
1134
+ <script type="text/javascript" src="https://engineering.fb.com/_static/??/wp-content/themes/code-fb-com/dist/js/child-theme.min.js,/wp-content/themes/code-fb-com/js/prism.js?m=1720616012j" ></script><script id="wp-emoji-settings" type="application/json">
1135
+ {"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://engineering.fb.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.1"}}
1136
+ </script>
1137
+ <script type="module">
1138
+ /* <![CDATA[ */
1139
+ /*! This file is auto-generated */
1140
+ const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))});
1141
+ //# sourceURL=https://engineering.fb.com/wp-includes/js/wp-emoji-loader.min.js
1142
+ /* ]]> */
1143
+ </script>
1144
+
1145
+ </body>
1146
+
1147
+ </html>
pages/html/1553b64329d2.html ADDED
The diff for this file is too large to render. See raw diff
 
pages/html/19f27d395399.html ADDED
The diff for this file is too large to render. See raw diff
 
pages/html/1badd2c52030.html ADDED
@@ -0,0 +1,388 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="gbk">
4
+ <title>360安全中心-您访问的页面不存在或已删除</title>
5
+ <link rel="icon" type="image/vnd.microsoft.icon" href="http://www.360.cn/favicon.ico">
6
+
7
+ <style>
8
+ html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, blockquote, pre, form, input, textarea, fieldset, table, th, td {
9
+ margin: 0;
10
+ padding: 0
11
+ }
12
+
13
+ body, button, input, select, textarea {
14
+ font: 12px/1.6 Tahoma, Verdana, Arial, "\5b8b\4f53"
15
+ }
16
+
17
+ body {
18
+ background: #fff;
19
+ color: #7d7d7d;
20
+ min-width: 960px
21
+ }
22
+
23
+ .clear {
24
+ clear: both;
25
+ height: 0;
26
+ font-size: 0;
27
+ overflow: hidden
28
+ }
29
+
30
+ .clearfix:after {
31
+ content: "\0020";
32
+ display: block;
33
+ height: 0;
34
+ clear: both;
35
+ visibility: hidden
36
+ }
37
+
38
+ .clearfix {
39
+ clear: both;
40
+ zoom: 1
41
+ }
42
+
43
+ .v-a-m {
44
+ vertical-align: middle
45
+ }
46
+
47
+ h1 {
48
+ font-size: 18px
49
+ }
50
+
51
+ h2 {
52
+ font-size: 16px
53
+ }
54
+
55
+ a {
56
+ color: #151515;
57
+ text-decoration: none
58
+ }
59
+
60
+ a:hover {
61
+ color: #20a135
62
+ }
63
+
64
+ .other a {
65
+ color: #666;
66
+ padding: 0 6px
67
+ }
68
+
69
+ .other a:hover {
70
+ color: #20a135
71
+ }
72
+
73
+ .doc-hd, .doc-bd {
74
+ width: 960px;
75
+ margin: 0 auto
76
+ }
77
+
78
+ .doc-bd {
79
+ padding-bottom: 70px
80
+ }
81
+
82
+ .main {
83
+ width: 465px;
84
+ float: left
85
+ }
86
+
87
+ .side {
88
+ width: 465px;
89
+ float: right;
90
+ margin-top: 60px
91
+ }
92
+
93
+ .bd {
94
+ padding: 10px 15px 0 5px
95
+ }
96
+
97
+ .logo {
98
+ background: url(http://p2.qhimg.com/t011554d7f1d248cbd5.png) no-repeat
99
+ }
100
+
101
+ .logo {
102
+ width: 150px;
103
+ height: 46px;
104
+ float: left;
105
+ margin-top: 4px;
106
+ margin-left: -7px
107
+ }
108
+
109
+ .doc-ft {
110
+ background: #f8f8f8;
111
+ color: #999;
112
+ border-top: 1px solid #f0f0f0
113
+ }
114
+
115
+ .doc-ft .in {
116
+ width: 960px;
117
+ margin: 0 auto
118
+ }
119
+
120
+ .doc-ft a {
121
+ color: #999
122
+ }
123
+
124
+ .doc-ft a:hover {
125
+ color: #20a135
126
+ }
127
+
128
+ .copyright {
129
+ text-align: center;
130
+ border-top: 1px solid #fff;
131
+ line-height: 28px;
132
+ padding: 15px 0 34px
133
+ }
134
+
135
+ .t-1 {
136
+ height: 30px;
137
+ line-height: 30px;
138
+ border-bottom: 1px solid #f0f0f0
139
+ }
140
+
141
+ .t-1 h2 {
142
+ height: 30px;
143
+ float: left;
144
+ border-bottom: 1px solid #69b93b;
145
+ font-family: "\5fae\8f6f\96c5\9ed1";
146
+ font-weight: normal
147
+ }
148
+
149
+ .other {
150
+ font-size: 14px;
151
+ padding-top: 5px;
152
+ line-height: 30px;
153
+ margin-bottom: 5px
154
+ }
155
+
156
+ .other p {
157
+ padding-bottom: 2px;
158
+ color: #e3e3e3
159
+ }
160
+
161
+ .other strong {
162
+ font-weight: normal;
163
+ color: #20a135;
164
+ padding-right: 2px
165
+ }
166
+
167
+ .info1 {
168
+ width: 100%;
169
+ height: 60px;
170
+ margin-bottom: 20px;
171
+ padding-top: 60px;
172
+ background: url(http://p3.qhimg.com/t0183062ae757d398e9.png) no-repeat left bottom
173
+ }
174
+
175
+ .info1 span {
176
+ padding-left: 10px;
177
+ height: 60px;
178
+ line-height: 60px;
179
+ display: inline-block;
180
+ float: left;
181
+ font-size: 18px;
182
+ color: #468003;
183
+ font-family: "Microsoft Yahei";
184
+ font-weight: normal
185
+ }
186
+
187
+ .con {
188
+ width: 100%;
189
+ overflow: hidden;
190
+ padding-bottom: 150px;
191
+ margin-top: 60px
192
+ }
193
+
194
+ .con_l {
195
+ width: 440px;
196
+ float: left
197
+ }
198
+
199
+ .so-form {
200
+ float: left;
201
+ height: 29px;
202
+ margin: 4px 0 0 0;
203
+ position: relative;
204
+ z-index: 1000
205
+ }
206
+
207
+ .so-form .so-btn, .so-form .so-input {
208
+ vertical-align: middle;
209
+ float: left
210
+ }
211
+
212
+ .so-form .so-input {
213
+ height: 24px;
214
+ line-height: 24px;
215
+ margin: 0 2px 0 0;
216
+ width: 285px;
217
+ padding: 0 6px;
218
+ font-size: 12px;
219
+ -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .2);
220
+ -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .2);
221
+ box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .2);
222
+ background: #fff url(http://p6.qhimg.com/d/inn/88165391/bg.png) no-repeat 212px 6px;
223
+ border: 2px solid #38b100
224
+ }
225
+
226
+ .so-btn {
227
+ width: 68px;
228
+ height: 30px;
229
+ border: 0;
230
+ background: url(http://p6.qhimg.com/d/inn/88165391/bg.png) no-repeat 0 -20px;
231
+ cursor: pointer
232
+ }
233
+
234
+ .txt-default {
235
+ color: #979797
236
+ }
237
+
238
+ .ac_wrap {
239
+ position: absolute;
240
+ z-index: 1000;
241
+ overflow-y: hidden;
242
+ font-size: 14px;
243
+ background-color: #FFF;
244
+ text-align: left;
245
+ line-height: 20px
246
+ }
247
+
248
+ .ac_wrap_inner {
249
+ z-index: 10;
250
+ border: 1px solid #999
251
+ }
252
+
253
+ .ac_wrap ul {
254
+ margin: 0;
255
+ padding: 0;
256
+ background: url(http://p1.qhimg.com/d/_hao360/sou360/bg_sug.jpg) no-repeat bottom right white
257
+ }
258
+
259
+ .ac_wrap li {
260
+ list-style: none;
261
+ padding-left: 8px;
262
+ line-height: 26px;
263
+ cursor: pointer;
264
+ color: #333
265
+ }
266
+
267
+ .ac_wrap li.hover {
268
+ background-color: #e6e6e6
269
+ }
270
+
271
+ .ac_wrap li.selected {
272
+ background-color: #eee
273
+ }
274
+
275
+ .ac_toolbar {
276
+ font-size: 12px;
277
+ position: absolute;
278
+ bottom: 0;
279
+ right: 10px;
280
+ height: 24px;
281
+ line-height: 24px;
282
+ text-align: right;
283
+ color: #e5e5e5
284
+ }
285
+
286
+ .ac_toolbar a {
287
+ margin-left: 15px;
288
+ color: #66F
289
+ }
290
+
291
+ .ac_bgIframe {
292
+ position: absolute;
293
+ top: 0;
294
+ left: 0;
295
+ z-index: -1;
296
+ width: expression(this.parentNode.offsetWidth);
297
+ height: 2000px
298
+ }
299
+
300
+ .dis {
301
+ margin: 10px 0 0 5px
302
+ }
303
+
304
+ .doc-bd .returnHome {
305
+ font-style: normal;
306
+ padding: 0 2px
307
+ }</style>
308
+ <base target="_blank">
309
+ </head>
310
+
311
+ <body>
312
+ <div class="doc-bd" id="lazyloadwrapper">
313
+ <div class="info1">
314
+ <a href="http://www.360.cn" class="logo" title="360安全中心" target="_self"></a><span>您访问的页面不存在或已删除<em
315
+ class="returnHome">0</em>秒后为您返回首页......</span>
316
+ </div>
317
+ <div class="main">
318
+ <div class="con">
319
+ <div class="con_l">
320
+ <div class="t-1">
321
+ <h2>您可以尝试如下操作</h2>
322
+ </div>
323
+
324
+ <div class="other">1.返回访问<a href="http://www.360.cn/"><strong>360首页</strong></a>
325
+ </div>
326
+
327
+ <div class="other">2.直接搜索要查找的内容
328
+
329
+ <div style="height:35px;margin-left:10px;margin-top:10px;">
330
+ <div style="width:465px; margin: 0 auto;">
331
+ <div class="info" id="userinfo" name="userinfo"></div>
332
+ <form action="http://www.so.com/s" target="_blank" class="so-form" id="so-form">
333
+ <input name="q" value="" class="so-input" id="so-input" type="text">
334
+ <input name="ie" value="gbk" type="hidden">
335
+ <input name="src" value="360portal" type="hidden">
336
+ <input name="_re" value="0" type="hidden">
337
+ <input class="so-btn" id="so-btn" value="" type="submit">
338
+ </form>
339
+ </div>
340
+ </div>
341
+ </div>
342
+
343
+
344
+ <div class="other">3.访问<a href="http://hao.360.cn/"><strong>360导航</strong></a>查看更多网址
345
+ </div>
346
+
347
+ <div class="other">
348
+ 4.推荐您访问:
349
+ <p class="dis">
350
+ <a href="http://www.360.cn/weishi/index.html"><strong>360安全卫士</strong></a>|<a
351
+ href="http://sd.360.cn/"><strong>360杀毒</strong></a>|<a href="http://se.360.cn/"><strong>360安全浏览器</strong></a>
352
+ </p>
353
+ </div>
354
+ </div>
355
+ </div>
356
+ </div>
357
+
358
+ <div class="side">
359
+ </div>
360
+ </div>
361
+
362
+ <!--side end-->
363
+ <p class="clear"></p>
364
+
365
+
366
+ <div class="doc-ft">
367
+
368
+
369
+ <div class="copyright">
370
+ <p>360.CN All Rights Reserved 360安全中心</p>
371
+
372
+ </div>
373
+
374
+ </div>
375
+ <!-- ft end-->
376
+
377
+ <script src="//s.ssl.qhmsg.com/static/0e4b4f909dd26431/jquery,qw.core.js"></script>
378
+ <script type="text/javascript">$(function () {
379
+ function n() {
380
+ t < 0 ? window.location.href = "/news.html" : (e.html(t), t--)
381
+ }
382
+
383
+ var e = $(".returnHome"), t = 3;
384
+ e.html(t), n(), setInterval(n, 1e3)
385
+ })</script>
386
+
387
+ </body>
388
+ </html>
pages/html/1c0b65b61f96.html ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8" data-next-head=""/><meta name="viewport" content="width=device-width" data-next-head=""/><link rel="preload" href="https://encore.scdn.co/1.2.3/CircularSpotify-UI-Latin-OS2v3-Book.woff2" as="font" type="font/woff2" crossorigin="anonymous"/><link rel="preload" href="https://encore.scdn.co/1.2.3/CircularSpotify-UI-Latin-OS2v3-Black.woff2" as="font" type="font/woff2" crossorigin="anonymous"/><link rel="preload" href="https://encore.scdn.co/1.2.3/CircularSpotify-UI-Latin-OS2v3-Bold.woff2" as="font" type="font/woff2" crossorigin="anonymous"/><title class="jsx-2185741008" data-next-head="">Reset your password</title><link nonce="3f3836c519054c5d9ad351161b275cd0" rel="preload" href="https://accounts.scdn.co/password-reset/_next/static/css/5fe0f4dac9b5d18c.css" as="style"/><link nonce="3f3836c519054c5d9ad351161b275cd0" rel="stylesheet" href="https://accounts.scdn.co/password-reset/_next/static/css/5fe0f4dac9b5d18c.css" data-n-g=""/><noscript data-n-css="3f3836c519054c5d9ad351161b275cd0"></noscript><script defer="" nonce="3f3836c519054c5d9ad351161b275cd0" nomodule="" src="https://accounts.scdn.co/password-reset/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="https://accounts.scdn.co/password-reset/_next/static/chunks/webpack-7e393f824738d0b9.js" nonce="3f3836c519054c5d9ad351161b275cd0" defer=""></script><script src="https://accounts.scdn.co/password-reset/_next/static/chunks/framework-c78c64758af1630b.js" nonce="3f3836c519054c5d9ad351161b275cd0" defer=""></script><script src="https://accounts.scdn.co/password-reset/_next/static/chunks/main-18fbedb21f07be25.js" nonce="3f3836c519054c5d9ad351161b275cd0" defer=""></script><script src="https://accounts.scdn.co/password-reset/_next/static/chunks/pages/_app-a84765a1090698e9.js" nonce="3f3836c519054c5d9ad351161b275cd0" defer=""></script><script src="https://accounts.scdn.co/password-reset/_next/static/chunks/9898-f28aea4cad262246.js" nonce="3f3836c519054c5d9ad351161b275cd0" defer=""></script><script src="https://accounts.scdn.co/password-reset/_next/static/chunks/2437-01a096811e0a84e3.js" nonce="3f3836c519054c5d9ad351161b275cd0" defer=""></script><script src="https://accounts.scdn.co/password-reset/_next/static/chunks/pages/%5BpathLocale%5D/password-reset-15a95e2a3343c0ae.js" nonce="3f3836c519054c5d9ad351161b275cd0" defer=""></script><script src="https://accounts.scdn.co/password-reset/_next/static/7w7mebawjE4fdsM95Jv9h/_buildManifest.js" nonce="3f3836c519054c5d9ad351161b275cd0" defer=""></script><script src="https://accounts.scdn.co/password-reset/_next/static/7w7mebawjE4fdsM95Jv9h/_ssgManifest.js" nonce="3f3836c519054c5d9ad351161b275cd0" defer=""></script><style id="__jsx-2185741008">body{background:var(--background-base,#121212);color:var(--text-base,#ffffff)}.grecaptcha-badge{visibility:hidden}</style><style data-styled="" data-styled-version="6.1.8">.jVkpyL{box-sizing:border-box;-webkit-tap-highlight-color:transparent;color:inherit;align-items:center;text-decoration:none;}/*!sc*/
2
+ .jVkpyL[href],.jVkpyL:hover:not([disabled]){text-decoration:underline;}/*!sc*/
3
+ .jVkpyL[href]:hover{text-decoration:underline;color:var(--text-bright-accent, #107434);}/*!sc*/
4
+ .jVkpyL[href]:focus{outline:none;box-shadow:0 3px 0 0;transition:box-shadow 200ms ease-in;}/*!sc*/
5
+ .jVkpyL[href]:focus.jVkpyL[href]:focus{text-decoration:none;}/*!sc*/
6
+ .jVkpyL[href]:active{color:var(--text-bright-accent, #107434);}/*!sc*/
7
+ .jVkpyL[disabled],.jVkpyL[href][disabled],.jVkpyL[aria-disabled='true']{color:var(--text-subdued, #656565);opacity:0.3;cursor:not-allowed;}/*!sc*/
8
+ data-styled.g26[id="Link-sc-k8gsk-0"]{content:"jVkpyL,"}/*!sc*/
9
+ .jNccKH{border-color:transparent;display:block;position:absolute;pointer-events:none;transition:border-color 200ms ease-in;box-sizing:border-box;inline-size:calc(100% + 12px);block-size:calc(100% + 12px);top:-6px;left:-6px;background:transparent;border-radius:var(--encore-button-corner-radius, 9999px);border:3px solid transparent;}/*!sc*/
10
+ data-styled.g37[id="ButtonFocus-sc-2hq6ey-0"]{content:"jNccKH,"}/*!sc*/
11
+ .inLMiP{box-sizing:border-box;-webkit-tap-highlight-color:transparent;position:relative;background-color:var(--background-base,#1ed760);color:var(--text-base,#000000);display:flex;border-radius:var(--encore-button-corner-radius, 9999px);font-size:inherit;min-block-size:var(--encore-control-size-base, 48px);align-items:center;justify-content:center;padding-block-start:var(--encore-spacing-tighter-2, 8px);padding-block-end:var(--encore-spacing-tighter-2, 8px);padding-inline-start:var(--encore-spacing-looser-2, 32px);padding-inline-end:var(--encore-spacing-looser-2, 32px);transition-property:background-color,transform;transition-duration:33ms;}/*!sc*/
12
+ @supports (overflow-wrap:anywhere){.inLMiP{overflow-wrap:anywhere;}}/*!sc*/
13
+ @supports not (overflow-wrap:anywhere){.inLMiP{word-break:break-word;}}/*!sc*/
14
+ data-styled.g38[id="ButtonInner-sc-14ud5tc-0"]{content:"inLMiP,"}/*!sc*/
15
+ .dtEavh{box-sizing:border-box;-webkit-tap-highlight-color:transparent;background-color:transparent;border:0;border-radius:var(--encore-button-corner-radius, 9999px);cursor:pointer;display:inline-block;position:relative;text-align:center;text-decoration:none;text-transform:none;touch-action:manipulation;transition-duration:33ms;transition-property:background-color,border-color,color,box-shadow,filter,transform;user-select:none;vertical-align:middle;transform:translate3d(0,0,0);padding:0;min-inline-size:0;align-self:center;inline-size:100%;}/*!sc*/
16
+ .dtEavh:focus{outline:none;}/*!sc*/
17
+ .dtEavh:hover .ButtonInner-sc-14ud5tc-0{background-color:var(--background-highlight,#3be477);}/*!sc*/
18
+ .dtEavh:active .ButtonInner-sc-14ud5tc-0{background-color:var(--background-press,#1abc54);box-shadow:none;transform:scale(1);}/*!sc*/
19
+ .dtEavh:active .ButtonFocus-sc-2hq6ey-0{transform:scale(1);}/*!sc*/
20
+ .dtEavh:focus .ButtonFocus-sc-2hq6ey-0{border-color:var(--parents-essential-base, var(--essential-base, #000000));}/*!sc*/
21
+ .dtEavh[disabled] .ButtonInner-sc-14ud5tc-0,.dtEavh[aria-disabled='true'] .ButtonInner-sc-14ud5tc-0,fieldset[disabled] .dtEavh .ButtonInner-sc-14ud5tc-0{cursor:not-allowed;opacity:0.3;transform:scale(1);background-color:var(--background-base,#1ed760);color:var(--text-base,#000000);}/*!sc*/
22
+ .dtEavh[disabled] .ButtonFocus-sc-2hq6ey-0,.dtEavh[aria-disabled='true'] .ButtonFocus-sc-2hq6ey-0,fieldset[disabled] .dtEavh .ButtonFocus-sc-2hq6ey-0{border-color:transparent;}/*!sc*/
23
+ data-styled.g39[id="Button-sc-qlcn5g-0"]{content:"dtEavh,"}/*!sc*/
24
+ .cihblq{box-sizing:border-box;-webkit-tap-highlight-color:transparent;padding-block-end:var(--encore-spacing-looser, 24px);}/*!sc*/
25
+ data-styled.g112[id="Group-sc-u9bcx5-0"]{content:"cihblq,"}/*!sc*/
26
+ .jBvJFF{-webkit-appearance:none;background-image:none;border:0;display:block;transition:box-shadow ease-in-out 100ms,color ease-in-out 100ms;inline-size:100%;box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin-block-start:0;margin-block-end:0;border-radius:var(--encore-corner-radius-base, 4px);padding-inline-start:var(--encore-spacing-tighter, 12px);padding-inline-end:var(--encore-spacing-tighter, 12px);padding-block-start:var(--encore-spacing-tighter, 12px);padding-block-end:var(--encore-spacing-tighter, 12px);min-block-size:var(--encore-control-size-base, 48px);background-color:var(--background-base, #ffffff);box-shadow:inset 0 0 0 1px var(--essential-subdued, #818181);color:var(--text-base, #000000);}/*!sc*/
27
+ .jBvJFF::placeholder{opacity:1;}/*!sc*/
28
+ .jBvJFF:focus,.jBvJFF:hover:focus{outline:0;}/*!sc*/
29
+ .jBvJFF:disabled{cursor:not-allowed;opacity:1;}/*!sc*/
30
+ .jBvJFF[readonly]{box-shadow:inset 0 0 0 1px var(--decorative-subdued, #dedede);}/*!sc*/
31
+ .jBvJFF:hover,.jBvJFF[readonly]:hover{box-shadow:inset 0 0 0 1px var(--essential-base, #000000);}/*!sc*/
32
+ .jBvJFF:focus,.jBvJFF[readonly]:focus{box-shadow:inset 0 0 0 3px var(--essential-base, #000000);}/*!sc*/
33
+ .jBvJFF::placeholder{color:var(--text-subdued, #656565);}/*!sc*/
34
+ .jBvJFF:disabled{opacity:0.3;box-shadow:inset 0 0 0 1px var(--essential-subdued, #818181);}/*!sc*/
35
+ @media (min-width:768px){.jBvJFF[type='date'],.jBvJFF[type='month'],.jBvJFF[type='time'],.jBvJFF[type='week']{padding-block-end:var(--encore-spacing-tighter, 12px);}}/*!sc*/
36
+ @media (max-width:767px){.jBvJFF[type='color']{padding:0;border-block-end:0;}.jBvJFF[type='color']:focus,.jBvJFF[type='color']:hover:focus{padding:0;}@media not all and (resolution >= 0.001dpcm){@supports (-webkit-appearance:none){.jBvJFF[type='color']{border-block-end:1px solid;padding-block-start:10px;padding-block-end:9px;}.jBvJFF[type='color']:focus,.jBvJFF[type='color']:hover:focus{padding-block-start:10px;padding-block-end:var(--encore-spacing-tighter-2, 8px);border-block-end-width:2px;}}}}/*!sc*/
37
+ @media (min-width:768px){.jBvJFF[type='color']{padding:var(--encore-spacing-tighter-4, 4px);block-size:var(--encore-control-size-base, 48px);inline-size:var(--encore-control-size-base, 48px);}@media not all and (resolution >= 0.001dpcm){@supports (-webkit-appearance:none){.jBvJFF[type='color']{inline-size:100%;padding:14px;}}}}/*!sc*/
38
+ .jBvJFF[type='file']{padding-inline-start:0;padding-inline-end:0;padding-block-start:var(--encore-spacing-tighter-2, 8px);padding-block-end:0;line-height:17px;}/*!sc*/
39
+ @media (max-width:767px){.jBvJFF[type='file']{border-block-end:0;}}/*!sc*/
40
+ @media (min-width:768px){.jBvJFF[type='file']{box-shadow:none;}}/*!sc*/
41
+ @media (min-width:768px){.jBvJFF[type='file']:focus,.jBvJFF[type='file']:hover:focus{box-shadow:none;}}/*!sc*/
42
+ .jBvJFF[type='search']::-webkit-search-cancel-button{display:none;}/*!sc*/
43
+ data-styled.g123[id="Input-sc-1gbx9xe-0"]{content:"jBvJFF,"}/*!sc*/
44
+ *{box-sizing:border-box;}/*!sc*/
45
+ *::before,*::after{box-sizing:border-box;}/*!sc*/
46
+ body{margin:0;}/*!sc*/
47
+ body,input,textarea,button{font-family:var(--encore-body-font-stack);}/*!sc*/
48
+ html,body{height:100%;}/*!sc*/
49
+ data-styled.g139[id="sc-global-cnFbJs1"]{content:"sc-global-cnFbJs1,"}/*!sc*/
50
+ .boAxRu{fill:var(--essential-base, #000000);animation:oaGcb 1.32s linear infinite;transform-origin:center;}/*!sc*/
51
+ .boAxRu:nth-of-type(2){animation-delay:100ms;}/*!sc*/
52
+ .boAxRu:nth-of-type(3){animation-delay:200ms;}/*!sc*/
53
+ [dir='rtl'] .boAxRu:nth-of-type(1){animation-delay:200ms;}/*!sc*/
54
+ [dir='rtl'] .boAxRu:nth-of-type(3){animation-delay:0s;}/*!sc*/
55
+ data-styled.g160[id="LoadingIndicatorCircle-sc-enjajd-0"]{content:"boAxRu,"}/*!sc*/
56
+ .dsqMrN{content:'';block-size:12.444444444444445px;inline-size:56px;}/*!sc*/
57
+ data-styled.g161[id="LoadingIndicatorSvg-sc-dj4dcm-0"]{content:"dsqMrN,"}/*!sc*/
58
+ .jXFmvH{fill:var(--decorative-base, #000000);stroke:transparent;}/*!sc*/
59
+ data-styled.g162[id="Svg-sc-6c3c1v-0"]{content:"jXFmvH,"}/*!sc*/
60
+ .hSywRq{display:flex;padding-top:32px;padding-bottom:24px;min-height:32px;overflow:hidden;align-items:center;justify-content:center;box-sizing:content-box;}/*!sc*/
61
+ @media (max-width: 768px){.hSywRq{padding-top:24px;padding-bottom:16px;}}/*!sc*/
62
+ data-styled.g240[id="sc-beySPh"]{content:"hSywRq,"}/*!sc*/
63
+ .GAHqK{height:40px;}/*!sc*/
64
+ @media (max-width: 768px){.GAHqK{height:24px;}}/*!sc*/
65
+ data-styled.g241[id="sc-guDLey"]{content:"GAHqK,"}/*!sc*/
66
+ .hCclCh{position:absolute;top:0;left:0;display:flex;flex-direction:column;inline-size:100%;min-block-size:100%;overflow-wrap:break-word;overflow:auto;}/*!sc*/
67
+ data-styled.g243[id="sc-hLQSwg"]{content:"hCclCh,"}/*!sc*/
68
+ .hGdfyJ{flex-grow:1;display:flex;width:100%;justify-content:center;padding-bottom:0;}/*!sc*/
69
+ data-styled.g244[id="sc-eDLKkx"]{content:"hGdfyJ,"}/*!sc*/
70
+ .kAtVCW{box-sizing:content-box;padding:0 32px;width:100%;}/*!sc*/
71
+ @media (min-width: 480px){.kAtVCW{width:324px;}}/*!sc*/
72
+ data-styled.g245[id="sc-jTQCzO"]{content:"kAtVCW,"}/*!sc*/
73
+ .kkKGPU{padding:24px;}/*!sc*/
74
+ data-styled.g246[id="sc-gLLuof"]{content:"kkKGPU,"}/*!sc*/
75
+ .kNaawR{text-align:center;display:block;}/*!sc*/
76
+ data-styled.g255[id="sc-brSamD"]{content:"kNaawR,"}/*!sc*/
77
+ .gFJsIy{height:100%;}/*!sc*/
78
+ data-styled.g293[id="sc-fd14124-0"]{content:"gFJsIy,"}/*!sc*/
79
+ @keyframes oaGcb{0%{animation-timing-function:cubic-bezier(1,0,0.7,1);opacity:0.5;transform:scale(1);}40%{animation-timing-function:cubic-bezier(0.3,0,0,1);opacity:0.75;transform:scale(1.3);}72.5%{animation-timing-function:linear;opacity:0.5;transform:scale(1);}100%{opacity:0.5;transform:scale(1);}}/*!sc*/
80
+ data-styled.g298[id="sc-keyframes-oaGcb"]{content:"oaGcb,"}/*!sc*/
81
+ </style></head><body class="encore-dark-theme encore-layout-themes"><div id="__next"><div dir="ltr" data-testid="page-container" class="jsx-2185741008 encore-dark-theme encore-layout-themes"><main class="sc-hLQSwg hCclCh"><header class="sc-beySPh hSywRq"><div class="sc-guDLey GAHqK"><svg role="img" viewBox="0 0 24 24" aria-label="Spotify" aria-hidden="false" height="100%" data-encore-id="logoSpotify" class="Svg-sc-6c3c1v-0 jXFmvH"><title>Spotify</title><path d="M13.427.01C6.805-.253 1.224 4.902.961 11.524.698 18.147 5.853 23.728 12.476 23.99c6.622.263 12.203-4.892 12.466-11.514S20.049.272 13.427.01m5.066 17.579a.717.717 0 0 1-.977.268 14.4 14.4 0 0 0-5.138-1.747 14.4 14.4 0 0 0-5.42.263.717.717 0 0 1-.338-1.392c1.95-.474 3.955-.571 5.958-.29 2.003.282 3.903.928 5.647 1.92a.717.717 0 0 1 .268.978m1.577-3.15a.93.93 0 0 1-1.262.376 17.7 17.7 0 0 0-5.972-1.96 17.7 17.7 0 0 0-6.281.238.93.93 0 0 1-1.11-.71.93.93 0 0 1 .71-1.11 19.5 19.5 0 0 1 6.94-.262 19.5 19.5 0 0 1 6.599 2.165c.452.245.62.81.376 1.263m1.748-3.551a1.147 1.147 0 0 1-1.546.488 21.4 21.4 0 0 0-6.918-2.208 21.4 21.4 0 0 0-7.259.215 1.146 1.146 0 0 1-.456-2.246 23.7 23.7 0 0 1 8.034-.24 23.7 23.7 0 0 1 7.657 2.445c.561.292.78.984.488 1.546m13.612-.036-.832-.247c-1.67-.495-2.14-.681-2.14-1.353 0-.637.708-1.327 2.264-1.327 1.539 0 2.839.752 3.51 1.31.116.096.24.052.24-.098V6.935c0-.097-.027-.15-.098-.203-.83-.62-2.272-1.07-3.723-1.07-2.953 0-4.722 1.68-4.722 3.59 0 2.157 1.371 2.91 3.626 3.546l.973.274c1.689.478 1.998.902 1.998 1.556 0 1.097-.831 1.433-2.07 1.433-1.556 0-3.457-.911-4.35-2.025-.08-.098-.177-.053-.177.062v2.423c0 .097.01.141.08.22.743.814 2.52 1.53 4.59 1.53 2.546 0 4.456-1.485 4.456-3.784 0-1.787-1.052-2.865-3.625-3.635m10.107-1.76c-1.68 0-2.653 1.026-3.219 2.052V9.376c0-.08-.044-.124-.124-.124h-2.22c-.079 0-.123.044-.123.124V20.72c0 .08.044.124.124.124h2.22c.079 0 .123-.044.123-.124v-4.536c.566 1.025 1.521 2.034 3.237 2.034 2.264 0 3.89-1.955 3.89-4.581s-1.644-4.545-3.908-4.545m-.654 6.986c-1.185 0-2.211-1.167-2.618-2.458.407-1.362 1.344-2.405 2.618-2.405 1.211 0 2.051.92 2.051 2.423s-.84 2.44-2.051 2.44m40.633-6.826h-2.264c-.08 0-.115.017-.15.097l-2.282 5.483-2.29-5.483c-.035-.08-.07-.097-.15-.097h-3.661v-.584c0-.955.645-1.397 1.476-1.397.496 0 1.035.256 1.415.486.089.053.15-.008.115-.088l-.796-1.901a.26.26 0 0 0-.124-.133c-.389-.203-1.025-.38-1.644-.38-1.875 0-2.954 1.432-2.954 3.254v.743h-1.503c-.08 0-.124.044-.124.124v1.768c0 .08.044.124.124.124h1.503v6.668c0 .08.044.123.124.123h2.264c.08 0 .124-.044.124-.123v-6.668h1.936l2.812 6.11-1.512 3.325c-.044.098.009.142.097.142h2.414c.08 0 .116-.018.15-.097l4.997-11.355c.035-.08-.009-.141-.097-.141M54.964 9.04c-2.865 0-4.837 2.025-4.837 4.616 0 2.573 1.971 4.616 4.837 4.616 2.856 0 4.846-2.043 4.846-4.616 0-2.591-1.99-4.616-4.846-4.616m.008 7.065c-1.37 0-2.343-1.043-2.343-2.45 0-1.405.973-2.449 2.343-2.449 1.362 0 2.335 1.043 2.335 2.45 0 1.406-.973 2.45-2.335 2.45m33.541-6.334a1.24 1.24 0 0 0-.483-.471 1.4 1.4 0 0 0-.693-.17q-.384 0-.693.17a1.24 1.24 0 0 0-.484.471q-.174.302-.174.681 0 .375.174.677.175.3.484.471t.693.17.693-.17.483-.471.175-.676q0-.38-.175-.682m-.211 1.247a1 1 0 0 1-.394.39 1.15 1.15 0 0 1-.571.14 1.16 1.16 0 0 1-.576-.14 1 1 0 0 1-.391-.39 1.14 1.14 0 0 1-.14-.566q0-.316.14-.562t.391-.388.576-.14q.32 0 .57.14.253.141.395.39t.142.565q0 .312-.142.56m-19.835-5.78c-.85 0-1.468.6-1.468 1.396s.619 1.397 1.468 1.397c.866 0 1.485-.6 1.485-1.397 0-.796-.619-1.397-1.485-1.397m19.329 5.19a.31.31 0 0 0 .134-.262q0-.168-.132-.266-.132-.099-.381-.099h-.588v1.229h.284v-.489h.154l.374.489h.35l-.41-.518a.5.5 0 0 0 .215-.084m-.424-.109h-.26v-.3h.27q.12 0 .184.036a.12.12 0 0 1 .065.116.12.12 0 0 1-.067.111.4.4 0 0 1-.192.037M69.607 9.252h-2.263c-.08 0-.124.044-.124.124v8.56c0 .08.044.123.124.123h2.263c.08 0 .124-.044.124-.123v-8.56c0-.08-.044-.124-.124-.124m-3.333 6.605a2.1 2.1 0 0 1-1.053.257c-.725 0-1.185-.425-1.185-1.362v-3.484h2.211c.08 0 .124-.044.124-.124V9.376c0-.08-.044-.124-.124-.124h-2.21V6.944c0-.097-.063-.15-.15-.08l-3.954 3.113c-.053.044-.07.088-.07.16v1.007c0 .08.044.124.123.124h1.539v3.855c0 2.087 1.203 3.06 2.918 3.06.743 0 1.46-.194 1.884-.442.062-.035.07-.07.07-.133v-1.68c0-.088-.044-.115-.123-.07" transform="translate(-0.95,0)"></path></svg></div></header><section class="sc-eDLKkx hGdfyJ"><div class="sc-jTQCzO kAtVCW"><form class="sc-fd14124-0 gFJsIy"><h1 class="encore-text encore-text-title-medium" data-encore-id="text" style="padding-block-end:8px">Reset your password</h1><p class="encore-text encore-text-body-medium" data-encore-id="text" style="padding-block-end:16px">Enter the email address or username linked to your Spotify account and we&#x27;ll send you an email.</p><div data-encore-id="formGroup" class="Group-sc-u9bcx5-0 cihblq"><h2 class="encore-text encore-text-body-small-bold" data-encore-id="text" style="padding-block-end:8px"><label for="email_or_username">Email address or username</label></h2><input aria-invalid="false" class="Input-sc-1gbx9xe-0 jBvJFF encore-text-body-medium" data-encore-id="formInput" id="email_or_username" name="email_or_username" autoCapitalize="off" value=""/></div><p class="encore-text encore-text-body-small" data-encore-id="text" style="padding-block-end:32px"><a href="https://support.spotify.com/article/reset-password/" target="_blank" data-encore-id="textLink" class="Link-sc-k8gsk-0 jVkpyL">Need support?</a></p><button disabled="" data-encore-id="buttonPrimary" class="Button-sc-qlcn5g-0 dtEavh encore-text-body-medium-bold"><span class="ButtonInner-sc-14ud5tc-0 inLMiP encore-bright-accent-set"><svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 1 100" xml:space="preserve" role="progressbar" aria-valuetext="Loading" data-encore-id="loadingIndicator" class="LoadingIndicatorSvg-sc-dj4dcm-0 dsqMrN"><circle stroke="none" cx="-140" cy="50" r="32" class="LoadingIndicatorCircle-sc-enjajd-0 boAxRu"></circle><circle stroke="none" cx="0" cy="50" r="32" class="LoadingIndicatorCircle-sc-enjajd-0 boAxRu"></circle><circle stroke="none" cx="140" cy="50" r="32" class="LoadingIndicatorCircle-sc-enjajd-0 boAxRu"></circle></svg></span><span class="ButtonFocus-sc-2hq6ey-0 jNccKH"></span></button></form></div></section><footer class="sc-gLLuof kkKGPU"><span class="encore-text encore-text-marginal encore-internal-color-text-subdued sc-brSamD kNaawR" data-encore-id="text">This site is protected by reCAPTCHA and the Google<br/><a href="https://policies.google.com/privacy" target="_blank" rel="noopener noreferrer" data-encore-id="textLink" class="Link-sc-k8gsk-0 jVkpyL">Privacy Policy</a> <!-- -->and<!-- --> <a href="https://policies.google.com/terms" target="_blank" rel="noopener noreferrer" data-encore-id="textLink" class="Link-sc-k8gsk-0 jVkpyL">Terms of Service</a> <!-- -->apply.</span></footer></main></div></div><script id="__NEXT_DATA__" type="application/json" nonce="3f3836c519054c5d9ad351161b275cd0">{"props":{"pageProps":{"nonce":"3f3836c519054c5d9ad351161b275cd0","spT":"","locale":"en","messages":{"1-/password-reset/":"Reset your password","156-input_description_email_or_username":"Email address or username","156-instructions_sent_text":"We've sent you an email. Just follow the instructions to reset your password.","156-password_reset":"Password Reset","156-reset_your_password_text":"Enter your \u003cb\u003eSpotify username\u003c/b\u003e, or the \u003cb\u003eemail address\u003c/b\u003e that you used to register. We'll send you an email with your username and a link to reset your password.","156-send":"Send","6-email_not_associated_with_an_account_no_facebook":"The email address you entered is not linked to a Spotify account.","6-empty_password":"Enter a password to continue","6-enter_username_or_email_without_space":"Please enter a username or email without a space.","6-forbidden_characters_in_username":"Forbidden character in username: {invalidChars}","6-no_email_associated_with_user":"Unfortunately there is no email address associated with the specified user. We are therefore unable to send a password retrieval URL to you.","6-oops_something_went_wrong_no_link":"Oops! Something went wrong, please try again.","6-password_already_used":"Choose a password you haven't used before.","6-password_too_long":"Your password is too long.","6-password_too_short":"Your password is too short.","6-password_too_weak":"Your password is too weak.","6-passwords_do_not_match":"Please verify your password.","6-required_field":"This field is required","6-too_many_requests":"429 Too Many Requests","6-username_not_associated_with_an_account":"The username you provided is not associated with an active Spotify account.","6-username_or_email_not_associated_with_an_active_account":"The username or email you provided is not associated with an active Spotify account.","6-password_matched_old_password":"You have entered a previously used password. For security reasons, please enter a new and unique password.","64-new_password":"New password","64-repeat_new_password":"Repeat new password","65-password_updated_header":"You're all set","65-password_updated_text":"Sweet! Your new password has now been set and you are logged in.","email_not_associated_with_an_account":"The email address you entered is not linked to a Spotify account. You can either try another email address, or {loginLink} - if your account is connected.","facebookLink":"log in through Facebook","password_problems_support_message":"If you still need help, check out {supportLink}","password_reset_link_not_valid":"Your password reset link is not valid, or already used.","reset_password_introduction":"Enter the email address or username linked to your Spotify account and we'll send you an email.","password_support_link":"Need support?","password_submit_email":"Send link","password_reset_success_title":"Check your inbox","password_reset_sent":"We've sent you an email. Follow the instructions to access your Spotify account.","password_back_to_login":"Back to login","password_edit_email":"Edit email/username","password_confirm_new_password":"Confirm new password","password_change_password_label":"Create password","password_reset_send_email_page_title":"Reset your password","password_reset_page":"Create new password","password_reset_message":"Please enter your new password below for your Spotify account.","password_reset_success":"Your password has been successfully updated, you are now logged in.","password_start_listening":"Start listening","password_reset_too_many_requests":"Too many requests","password_reset_too_many_requests_message":"We noticed you tried to reset your password multiple times in a short time. Please try again later.","rateLimitedGoBack":"Go Back","supportLink":"Spotify Support","show_new_password_label":"Show new password field","hide_new_password_label":"Hide new password field","new_password_hidden_aria_label":"New password field is hidden","new_password_visible_aria_label":"New password field is visible","show_repeat_new_password_label":"Show repeat new password field","hide_repeat_new_password_label":"Hide repeat new password field","repeat_new_password_hidden_aria_label":"Repeat new password field is hidden","repeat_new_password_visible_aria_label":"Repeat new password field is visible","password_requirements_label":"Your password must contain at least","password_requirement_length":"10 characters","password_requirement_letter":"1 letter","password_requirement_number_or_special_character":"1 number or special character (example: # ? ! \u0026)","password_requirement_met":"Met","password_requirement_not_met":"Not met","email_username_not_found_error":"This email address or username is not linked to a Spotify account","fb_sso_experiment_set_password_title":"Set password","fb_sso_experiment_need_support_title":"Having trouble logging in?","fb_sso_experiment_need_support_description_1":"Let's get you back into Spotify.","fb_sso_experiment_need_support_description_2":"Select one of the options below to continue.","fb_sso_experiment_need_support_retry_with_facebook":"Retry with Facebook","fb_sso_experiment_need_support_contact":"Contact us"},"csrf":"013acda71945035688d08901213df4ab9c1706d9a731373730343539363236333538"},"__N_SSP":true},"page":"/[pathLocale]/password-reset","query":{"pathLocale":"en"},"buildId":"7w7mebawjE4fdsM95Jv9h","assetPrefix":"https://accounts.scdn.co/password-reset","runtimeConfig":{"isProduction":true,"googleAnalytics":"UA-5784146-31","appClientId":"8f0e1d297dfb41598326e328b33887ed"},"isFallback":false,"isExperimentalCompile":false,"gssp":true,"appGip":true,"scriptLoader":[]}</script></body></html>
pages/html/20388e51d461.html ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html class="no-js">
3
+ <head>
4
+ <title>craigslist | Page Not Found</title>
5
+ <link type="text/css" rel="stylesheet" media="all" href="//www.craigslist.org/styles/simple-page.css?v=35527b137c5980ddd41f7580f81f8c01">
6
+ <link type="text/css" rel="stylesheet" media="all" href="//www.craigslist.org/styles/jquery-ui-clcustom.css?v=76cc2a9e225c9050390ddd05f68f3560">
7
+ <link type="text/css" rel="stylesheet" media="all" href="//www.craigslist.org/styles/jquery.qtip-2.2.1.css?v=cd202aead4d1dd4894fbae4ade23fcf8">
8
+ <meta name="viewport" content="width=device-width,initial-scale=1">
9
+ </head>
10
+
11
+ <body class="simple header footer">
12
+ <script>
13
+ (function () {
14
+ var htmlElement = document.documentElement;
15
+ htmlElement.classList.remove('no-js');
16
+ htmlElement.classList.add('js');
17
+
18
+ var pageMode = window.pagemode = screen.width <= 480 ? 'mobile' : 'desktop';
19
+ document.body.classList.add(pageMode);
20
+
21
+ if ((window.innerWidth || document.documentElement.clientWidth) > 1000) {
22
+ document.body.classList.add('w1024');
23
+ }
24
+ })();
25
+ </script>
26
+
27
+
28
+ <div class="page-container flexed-footer">
29
+ <header class="global-header simple">
30
+ <a class="header-logo" name="logoLink" href="https://www.craigslist.org">CL</a>
31
+
32
+ <nav class="breadcrumbs-container">
33
+
34
+ <ul class="breadcrumbs">
35
+ <li class="crumb">
36
+ <p>
37
+ Page Not Found
38
+ </p>
39
+ </li>
40
+ </ul>
41
+ </nav>
42
+
43
+
44
+ </header>
45
+
46
+
47
+ <section class="simple-page-content">
48
+ <br><br>
49
+ <blockquote>
50
+ <p>There is nothing here</p>
51
+ <p>No web page for this address</p>
52
+ <p>404 Error</p>
53
+ <pre>
54
+ <big>
55
+
56
+ _____________
57
+ ( <a href="//www.craigslist.org/">return to</a> )
58
+ ( <a href="//www.craigslist.org/">craigslist</a> )
59
+ ( <a href="//www.craigslist.org/">homepage?</a> )
60
+ -------------
61
+ O
62
+ O ^__^
63
+ o (oo)\_______
64
+ (__)\ )\/\
65
+ ||----w |
66
+ || ||
67
+ </big>
68
+ </pre>
69
+ </blockquote>
70
+
71
+ </section>
72
+
73
+
74
+ <div class="cl-footer-tx-spacer"></div>
75
+
76
+ <footer class="cl-footer-tx">
77
+ <div class="link-container">
78
+ <a href="https://www.craigslist.org/about/help/">help</a>
79
+ <a href="https://www.craigslist.org/about/help/safety">safety</a>
80
+ <a href="https://www.craigslist.org/about/privacy.policy">privacy</a>
81
+ <a href="https://www.craigslist.org/about/terms.of.use">terms</a>
82
+
83
+ <div class="link-container-nowrap">
84
+ <a href="https://www.craigslist.org/about/">about</a>
85
+ <a href="https://www.craigslist.org/about/craigslist_app">app</a>
86
+ </div>
87
+ </div>
88
+ <div class="copyright">&copy; 2026 craigslist</div>
89
+ </footer>
90
+ </div>
91
+ <script src="//www.craigslist.org/js/jquery-3.7.1.min.js?v=0689db1d7619cfdb9fb02b72582e56b3" ></script>
92
+ <script src="//www.craigslist.org/js/jquery-migrate-3.5.2.min.js?v=3513cd8362227b3a09d52ddae90722fd" ></script>
93
+
94
+
95
+ <script>
96
+ (function(){
97
+ var cl = window.CL = window.cl = window.cl || window.CL || {};
98
+ cl.sandbox = "";
99
+ })();
100
+ try {
101
+ var p = document.createElement("p");
102
+ if (
103
+ !/\/\/.+\.craigslist\.org\/about\//.test(window.location.href) &&
104
+ window.location.pathname.length > 1 &&
105
+ (!window.addEventListener || JSON.parse(JSON.stringify('x')) !== 'x' || (p.style.flex!=='' && p.style['-webkit-flex'] !== ''))
106
+ ) {
107
+ throw "unsupported browser";
108
+ }
109
+ } catch (e) {
110
+ function cleanup() {
111
+ document.body.innerHTML = '<div id="cl-unsupported-browser" style="margin:1em;font-size:150%;text-align:center;">We have detected you are using a browser that is missing critical features.<br><br>Please visit craigslist from a modern browser.</div>';
112
+ document.body.style = "display:block";
113
+ }
114
+
115
+ try {
116
+ document.body.style = "display:none";
117
+ } catch (e) {
118
+ }
119
+ window.onload = cleanup;
120
+ window.clUnsupportedBrowser = true;
121
+ }
122
+ </script>
123
+ <script src="//www.craigslist.org/js/general-concat.min.js?v=3ec2b35a50c89ef78c532eff7067e7c5" ></script>
124
+
125
+
126
+ </body>
127
+ </html>
pages/html/2e17d1edd358.html ADDED
The diff for this file is too large to render. See raw diff
 
pages/html/2fd716aaee37.html ADDED
The diff for this file is too large to render. See raw diff
 
pages/html/30ff1bd300bf.html ADDED
The diff for this file is too large to render. See raw diff
 
pages/html/38c206b9d7d9.html ADDED
The diff for this file is too large to render. See raw diff
 
pages/html/3b0cc56f0f6b.html ADDED
@@ -0,0 +1,309 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!doctype html>
2
+ <html class="xv-responsive" lang="en">
3
+ <head>
4
+ <title>Femdom videos - XVIDEOS.COM</title>
5
+ <link rel="amphtml" href="https://amp.xvideos.com/c/Femdom-235">
6
+ <meta charset="utf-8">
7
+ <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><![endif]-->
8
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
9
+ <meta name="keywords" content="xvideos,xvideos.com, x videos,x video,porn,video,videos,"/>
10
+ <meta name="description" content="XVIDEOS Femdom videos, free"/>
11
+ <meta name="RATING" content="RTA-5042-1996-1400-1577-RTA"/>
12
+ <meta name="format-detection" content="telephone=no">
13
+ <link rel="apple-touch-icon" sizes="180x180" href="https://static-ss.xvideos-cdn.com/v3/img/skins/default/logo/xv.white.180.png">
14
+ <link rel="icon" type="image/svg+xml" href="https://static-ss.xvideos-cdn.com/v3/img/skins/default/logo/xv.white.svg">
15
+ <link rel="icon" type="image/png" sizes="32x32" href="https://static-ss.xvideos-cdn.com/v3/img/skins/default/logo/xv.white.32.png">
16
+ <link rel="icon" type="image/png" sizes="16x16" href="https://static-ss.xvideos-cdn.com/v3/img/skins/default/logo/xv.white.16.png">
17
+ <link rel="manifest" href="/manifest.json">
18
+ <link rel="alternate" href="https://www.xvideos.com/c/Femdom-235" hreflang="x-default" />
19
+ <link rel="alternate" href="https://fr.xvideos.com/c/Femdom-235" hreflang="fr" />
20
+ <link rel="alternate" href="https://it.xvideos.com/c/Femdom-235" hreflang="it" />
21
+ <link rel="alternate" href="https://de.xvideos.com/c/Femdom-235" hreflang="de" />
22
+ <link rel="alternate" href="https://www.xvideos.es/c/Femdom-235" hreflang="es" />
23
+ <link rel="alternate" href="https://www.xvideos-india.com/c/Femdom-235" hreflang="en-in" />
24
+ <link rel="alternate" href="https://www.xvideos-india.com/c/Femdom-235" hreflang="hi" />
25
+ <link rel="alternate" href="https://www.xv-ru.com/c/Femdom-235" hreflang="be" />
26
+ <link rel="alternate" href="https://www.xv-ru.com/c/Femdom-235" hreflang="ru" />
27
+ <link rel="alternate" href="https://www.xvideos-ar.com/c/Femdom-235" hreflang="ar" />
28
+ <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#de2600">
29
+ <meta name="theme-color" content="#000000">
30
+ <link rel="stylesheet" id="xvstyles" href="https://static-ss.xvideos-cdn.com/v-10b6162ba1a/v3/css/default/main.css">
31
+ <script>if(!window.xv){window.xv={};}window.xv.conf={"sitename":"default","domains":{"slave":"https://www.xvideos.com","static":"https:\/\/static-ss.xvideos-cdn.com","premium":"https:\/\/www.xvideos.red","info":"https://info.xvideos.net","blog":"https:\/\/pornbiz.com","stats":"https://www.tjk-njk.com"},"dyn":{"exoclick_domain":"s.dsi27u.com","pps":false,"slcams":true,"pagefilter":"straight","page_main_cat":"straight","no_main_cat":false,"suportHls":true,"i18nvers":{"front":{"en":"c08c5ed296f"},"xvplayer":{"en":"61ec5785b0b"},"video_ads_plugin":{"en":"50c1ce66664"},"info":{"en":"b932ea91a58"},"blog":{"en":"996397f07d2"},"sheer_chat":{"en":"55d4e7d49e8"},"disclaimer":{"en":"feed9f456e3"}},"thvers":{"m":"10b6162ba1a","mb":"a6c3e667c0a","mbs":"63258c50ddb","a":"6885a53c4d3","ab":"3678482c5fb","abs":"e2e7621e97a","lg":"def34b881fe"},"vers":"df39abb0e33","nb_thumbs_cols":[],"gentime":1770466148,"ip":"104.28.229.13","country":"DE","lazyloading":false,"session_token":"7c94babbd81bc761cDBXZ6LIc0AlmEE9g4HxoH2riVK6RgfKW_7kEGajN_VRwaQyRlZYx8QoGw0EYOzyynGRJ3o3uISa23rTkS8EweOFyYYOjJhmMNyXabTPlNBG94x_U1HXDJUMzpySl2NFiXg9Ev302zGCk1U34OE3cR9jOfXdfkZkdvz7N8wNLnknFI7aMUYo5hsRPyX-vHrIi53K472zngL2TSG5eojL6Q==","agv":false,"browser":"Unknown","ts":{"qp":"quickies_profile","qs":"quickies_search","fvt1":"full_video_on_trailer1","fvt2":"full_video_on_trailer2","fvt3":"full_video_on_trailer3","fvtm1":"full_video_on_trailer_mobile1","fvtm2":"full_video_on_trailer_mobile2","fvtm3":"full_video_on_trailer_mobile3","fvtp":"full_video_on_trailer_player","fvtecp":"full_video_on_trailer_player_end_cta","gfps":"global_feed_premium_sub","pfps":"profile_feed_premium_sub","pofs":"premium_on_free_search","pofsp":"premium_on_free_search_ppv","pofsm":"premium_on_free_search_membership","pofss":"premium_on_free_search_premium","pt":"profile_tab","ct":"channels_tab","hmct":"head_mob_chans_tab","lmct":"left_menu_chans_tab","mct":"menu_chans_tab"},"show_premium_info_frame":true,"show_premium_discount":null,"enafeats":["cca","ui","at","pv"],"disfeats":["vv","vvi","cf","ca","pp","op","s","scr","vil","w","mcv","ch","cn","g","fc","ga"],"frcfeats":[],"askcst":true,"donewizs":[],"user_main_cat":"straight","user_main_cat_forced":false,"wl":{"in_listing":false},"vvi":{"in_listing":false},"ui":{"theme":"auto","big":false},"chat":{"enabled":false,"is_sheer_creator":false},"forcedcountry":false,"version_trsl":"Germany","version_flag":"de","vp":{"allowed":false},"ls":{"buttons":[{"name":"title_account"},{"name":"link_my_subs","url":"\/my-feed","label":"My subscriptions","icf":"feed","badge":""},{"name":"link_videos_like","url":"\/videos-i-like","label":"Liked videos","icf":"thumb-up","badge":""},{"name":"link_history","url":"\/history","label":"History","icf":"history","badge":""},{"name":"link_watch_later","url":"\/watch-later","label":"Watch later","icf":"clock","badge":""},{"name":"sep"},{"name":"language"},{"name":"version"},{"name":"main_cat"},{"name":"sep"},{"name":"currency"},{"name":"sep"},{"name":"title_ui"},{"name":"switch_theme"},{"name":"nb_vids_per_row"},{"name":"big_ui"},{"name":"watch_later"},{"name":"videos_i_like"},{"name":"viewed_icon"},{"name":"auto_translate_title"},{"name":"sep"},{"name":"suggests"},{"name":"history"}]},"currencies":[{"id":"EUR","url":"\/change-currency\/EUR","short_name":"\u20ac","is_current":true},{"id":"USD","url":"\/change-currency\/USD","short_name":"$","is_current":false},{"id":"GBP","url":"\/change-currency\/GBP","short_name":"\u00a3","is_current":false},{"id":"JPY","url":"\/change-currency\/JPY","short_name":"\u00a5","is_current":false},{"id":"KRW","url":"\/change-currency\/KRW","short_name":"\u20a9","is_current":false},{"id":"ILS","url":"\/change-currency\/ILS","short_name":"\u20aa","is_current":false},{"id":"VND","url":"\/change-currency\/VND","short_name":"\u20ab","is_current":false},{"id":"PHP","url":"\/change-currency\/PHP","short_name":"\u20b1","is_current":false},{"id":"INR","url":"\/change-currency\/INR","short_name":"\u20b9","is_current":false},{"id":"AUD","url":"\/change-currency\/AUD","short_name":"A$","is_current":false},{"id":"AED","url":"\/change-currency\/AED","short_name":"AED","is_current":false},{"id":"AFN","url":"\/change-currency\/AFN","short_name":"AFN","is_current":false},{"id":"ALL","url":"\/change-currency\/ALL","short_name":"ALL","is_current":false},{"id":"AMD","url":"\/change-currency\/AMD","short_name":"AMD","is_current":false},{"id":"ANG","url":"\/change-currency\/ANG","short_name":"ANG","is_current":false},{"id":"AOA","url":"\/change-currency\/AOA","short_name":"AOA","is_current":false},{"id":"ARS","url":"\/change-currency\/ARS","short_name":"ARS","is_current":false},{"id":"AWG","url":"\/change-currency\/AWG","short_name":"AWG","is_current":false},{"id":"AZN","url":"\/change-currency\/AZN","short_name":"AZN","is_current":false},{"id":"BAM","url":"\/change-currency\/BAM","short_name":"BAM","is_current":false},{"id":"BBD","url":"\/change-currency\/BBD","short_name":"BBD","is_current":false},{"id":"BDT","url":"\/change-currency\/BDT","short_name":"BDT","is_current":false},{"id":"BGN","url":"\/change-currency\/BGN","short_name":"BGN","is_current":false},{"id":"BHD","url":"\/change-currency\/BHD","short_name":"BHD","is_current":false},{"id":"BIF","url":"\/change-currency\/BIF","short_name":"BIF","is_current":false},{"id":"BMD","url":"\/change-currency\/BMD","short_name":"BMD","is_current":false},{"id":"BND","url":"\/change-currency\/BND","short_name":"BND","is_current":false},{"id":"BOB","url":"\/change-currency\/BOB","short_name":"BOB","is_current":false},{"id":"BSD","url":"\/change-currency\/BSD","short_name":"BSD","is_current":false},{"id":"BWP","url":"\/change-currency\/BWP","short_name":"BWP","is_current":false},{"id":"BYN","url":"\/change-currency\/BYN","short_name":"BYN","is_current":false},{"id":"BZD","url":"\/change-currency\/BZD","short_name":"BZD","is_current":false},{"id":"CAD","url":"\/change-currency\/CAD","short_name":"CA$","is_current":false},{"id":"CDF","url":"\/change-currency\/CDF","short_name":"CDF","is_current":false},{"id":"XPF","url":"\/change-currency\/XPF","short_name":"CFPF","is_current":false},{"id":"CHF","url":"\/change-currency\/CHF","short_name":"CHF","is_current":false},{"id":"CLP","url":"\/change-currency\/CLP","short_name":"CLP","is_current":false},{"id":"CNY","url":"\/change-currency\/CNY","short_name":"CN\u00a5","is_current":false},{"id":"COP","url":"\/change-currency\/COP","short_name":"COP","is_current":false},{"id":"CRC","url":"\/change-currency\/CRC","short_name":"CRC","is_current":false},{"id":"CUP","url":"\/change-currency\/CUP","short_name":"CUP","is_current":false},{"id":"CVE","url":"\/change-currency\/CVE","short_name":"CVE","is_current":false},{"id":"CZK","url":"\/change-currency\/CZK","short_name":"CZK","is_current":false},{"id":"DJF","url":"\/change-currency\/DJF","short_name":"DJF","is_current":false},{"id":"DKK","url":"\/change-currency\/DKK","short_name":"DKK","is_current":false},{"id":"DOP","url":"\/change-currency\/DOP","short_name":"DOP","is_current":false},{"id":"DZD","url":"\/change-currency\/DZD","short_name":"DZD","is_current":false},{"id":"XCD","url":"\/change-currency\/XCD","short_name":"EC$","is_current":false},{"id":"EGP","url":"\/change-currency\/EGP","short_name":"EGP","is_current":false},{"id":"ERN","url":"\/change-currency\/ERN","short_name":"ERN","is_current":false},{"id":"ETB","url":"\/change-currency\/ETB","short_name":"ETB","is_current":false},{"id":"XOF","url":"\/change-currency\/XOF","short_name":"F\u202fCFA","is_current":false},{"id":"XAF","url":"\/change-currency\/XAF","short_name":"FCFA","is_current":false},{"id":"FJD","url":"\/change-currency\/FJD","short_name":"FJD","is_current":false},{"id":"FKP","url":"\/change-currency\/FKP","short_name":"FKP","is_current":false},{"id":"GEL","url":"\/change-currency\/GEL","short_name":"GEL","is_current":false},{"id":"GHS","url":"\/change-currency\/GHS","short_name":"GHS","is_current":false},{"id":"GIP","url":"\/change-currency\/GIP","short_name":"GIP","is_current":false},{"id":"GMD","url":"\/change-currency\/GMD","short_name":"GMD","is_current":false},{"id":"GNF","url":"\/change-currency\/GNF","short_name":"GNF","is_current":false},{"id":"GTQ","url":"\/change-currency\/GTQ","short_name":"GTQ","is_current":false},{"id":"GYD","url":"\/change-currency\/GYD","short_name":"GYD","is_current":false},{"id":"HKD","url":"\/change-currency\/HKD","short_name":"HK$","is_current":false},{"id":"HNL","url":"\/change-currency\/HNL","short_name":"HNL","is_current":false},{"id":"HRK","url":"\/change-currency\/HRK","short_name":"HRK","is_current":false},{"id":"HTG","url":"\/change-currency\/HTG","short_name":"HTG","is_current":false},{"id":"HUF","url":"\/change-currency\/HUF","short_name":"HUF","is_current":false},{"id":"IDR","url":"\/change-currency\/IDR","short_name":"IDR","is_current":false},{"id":"IQD","url":"\/change-currency\/IQD","short_name":"IQD","is_current":false},{"id":"IRR","url":"\/change-currency\/IRR","short_name":"IRR","is_current":false},{"id":"ISK","url":"\/change-currency\/ISK","short_name":"ISK","is_current":false},{"id":"JMD","url":"\/change-currency\/JMD","short_name":"JMD","is_current":false},{"id":"JOD","url":"\/change-currency\/JOD","short_name":"JOD","is_current":false},{"id":"KES","url":"\/change-currency\/KES","short_name":"KES","is_current":false},{"id":"KGS","url":"\/change-currency\/KGS","short_name":"KGS","is_current":false},{"id":"KHR","url":"\/change-currency\/KHR","short_name":"KHR","is_current":false},{"id":"KMF","url":"\/change-currency\/KMF","short_name":"KMF","is_current":false},{"id":"KPW","url":"\/change-currency\/KPW","short_name":"KPW","is_current":false},{"id":"KWD","url":"\/change-currency\/KWD","short_name":"KWD","is_current":false},{"id":"KYD","url":"\/change-currency\/KYD","short_name":"KYD","is_current":false},{"id":"KZT","url":"\/change-currency\/KZT","short_name":"KZT","is_current":false},{"id":"LAK","url":"\/change-currency\/LAK","short_name":"LAK","is_current":false},{"id":"LBP","url":"\/change-currency\/LBP","short_name":"LBP","is_current":false},{"id":"LKR","url":"\/change-currency\/LKR","short_name":"LKR","is_current":false},{"id":"LRD","url":"\/change-currency\/LRD","short_name":"LRD","is_current":false},{"id":"LSL","url":"\/change-currency\/LSL","short_name":"LSL","is_current":false},{"id":"LYD","url":"\/change-currency\/LYD","short_name":"LYD","is_current":false},{"id":"MAD","url":"\/change-currency\/MAD","short_name":"MAD","is_current":false},{"id":"MDL","url":"\/change-currency\/MDL","short_name":"MDL","is_current":false},{"id":"MGA","url":"\/change-currency\/MGA","short_name":"MGA","is_current":false},{"id":"MKD","url":"\/change-currency\/MKD","short_name":"MKD","is_current":false},{"id":"MMK","url":"\/change-currency\/MMK","short_name":"MMK","is_current":false},{"id":"MNT","url":"\/change-currency\/MNT","short_name":"MNT","is_current":false},{"id":"MOP","url":"\/change-currency\/MOP","short_name":"MOP","is_current":false},{"id":"MRU","url":"\/change-currency\/MRU","short_name":"MRU","is_current":false},{"id":"MUR","url":"\/change-currency\/MUR","short_name":"MUR","is_current":false},{"id":"MVR","url":"\/change-currency\/MVR","short_name":"MVR","is_current":false},{"id":"MWK","url":"\/change-currency\/MWK","short_name":"MWK","is_current":false},{"id":"MXN","url":"\/change-currency\/MXN","short_name":"MX$","is_current":false},{"id":"MYR","url":"\/change-currency\/MYR","short_name":"MYR","is_current":false},{"id":"MZN","url":"\/change-currency\/MZN","short_name":"MZN","is_current":false},{"id":"NAD","url":"\/change-currency\/NAD","short_name":"NAD","is_current":false},{"id":"NGN","url":"\/change-currency\/NGN","short_name":"NGN","is_current":false},{"id":"NIO","url":"\/change-currency\/NIO","short_name":"NIO","is_current":false},{"id":"NOK","url":"\/change-currency\/NOK","short_name":"NOK","is_current":false},{"id":"NPR","url":"\/change-currency\/NPR","short_name":"NPR","is_current":false},{"id":"TWD","url":"\/change-currency\/TWD","short_name":"NT$","is_current":false},{"id":"NZD","url":"\/change-currency\/NZD","short_name":"NZ$","is_current":false},{"id":"OMR","url":"\/change-currency\/OMR","short_name":"OMR","is_current":false},{"id":"PAB","url":"\/change-currency\/PAB","short_name":"PAB","is_current":false},{"id":"PEN","url":"\/change-currency\/PEN","short_name":"PEN","is_current":false},{"id":"PGK","url":"\/change-currency\/PGK","short_name":"PGK","is_current":false},{"id":"PKR","url":"\/change-currency\/PKR","short_name":"PKR","is_current":false},{"id":"PLN","url":"\/change-currency\/PLN","short_name":"PLN","is_current":false},{"id":"PYG","url":"\/change-currency\/PYG","short_name":"PYG","is_current":false},{"id":"QAR","url":"\/change-currency\/QAR","short_name":"QAR","is_current":false},{"id":"BRL","url":"\/change-currency\/BRL","short_name":"R$","is_current":false},{"id":"RON","url":"\/change-currency\/RON","short_name":"RON","is_current":false},{"id":"RSD","url":"\/change-currency\/RSD","short_name":"RSD","is_current":false},{"id":"RUB","url":"\/change-currency\/RUB","short_name":"RUB","is_current":false},{"id":"RWF","url":"\/change-currency\/RWF","short_name":"RWF","is_current":false},{"id":"SAR","url":"\/change-currency\/SAR","short_name":"SAR","is_current":false},{"id":"SBD","url":"\/change-currency\/SBD","short_name":"SBD","is_current":false},{"id":"SCR","url":"\/change-currency\/SCR","short_name":"SCR","is_current":false},{"id":"SDG","url":"\/change-currency\/SDG","short_name":"SDG","is_current":false},{"id":"SEK","url":"\/change-currency\/SEK","short_name":"SEK","is_current":false},{"id":"SGD","url":"\/change-currency\/SGD","short_name":"SGD","is_current":false},{"id":"SLL","url":"\/change-currency\/SLL","short_name":"SLL","is_current":false},{"id":"SOS","url":"\/change-currency\/SOS","short_name":"SOS","is_current":false},{"id":"SRD","url":"\/change-currency\/SRD","short_name":"SRD","is_current":false},{"id":"STN","url":"\/change-currency\/STN","short_name":"STN","is_current":false},{"id":"SVC","url":"\/change-currency\/SVC","short_name":"SVC","is_current":false},{"id":"SYP","url":"\/change-currency\/SYP","short_name":"SYP","is_current":false},{"id":"SZL","url":"\/change-currency\/SZL","short_name":"SZL","is_current":false},{"id":"THB","url":"\/change-currency\/THB","short_name":"THB","is_current":false},{"id":"TJS","url":"\/change-currency\/TJS","short_name":"TJS","is_current":false},{"id":"TMT","url":"\/change-currency\/TMT","short_name":"TMT","is_current":false},{"id":"TND","url":"\/change-currency\/TND","short_name":"TND","is_current":false},{"id":"TOP","url":"\/change-currency\/TOP","short_name":"TOP","is_current":false},{"id":"TRY","url":"\/change-currency\/TRY","short_name":"TRY","is_current":false},{"id":"TTD","url":"\/change-currency\/TTD","short_name":"TTD","is_current":false},{"id":"TZS","url":"\/change-currency\/TZS","short_name":"TZS","is_current":false},{"id":"UAH","url":"\/change-currency\/UAH","short_name":"UAH","is_current":false},{"id":"UGX","url":"\/change-currency\/UGX","short_name":"UGX","is_current":false},{"id":"UYU","url":"\/change-currency\/UYU","short_name":"UYU","is_current":false},{"id":"UZS","url":"\/change-currency\/UZS","short_name":"UZS","is_current":false},{"id":"VES","url":"\/change-currency\/VES","short_name":"VES","is_current":false},{"id":"VUV","url":"\/change-currency\/VUV","short_name":"VUV","is_current":false},{"id":"WST","url":"\/change-currency\/WST","short_name":"WST","is_current":false},{"id":"YER","url":"\/change-currency\/YER","short_name":"YER","is_current":false},{"id":"ZAR","url":"\/change-currency\/ZAR","short_name":"ZAR","is_current":false},{"id":"ZMW","url":"\/change-currency\/ZMW","short_name":"ZMW","is_current":false},{"id":"ZWL","url":"\/change-currency\/ZWL","short_name":"ZWL","is_current":false}],"remove_ads_url":"https:\/\/www.xvideos.red?pmln=en&sxcaf=4353LFJE75&pmsc=ad","premium_domain":"https:\/\/www.xvideos.red","has_premium":true,"is_premium":false,"disp_removeads":false,"gdpra":true,"main_cats":{"straight":{"id":"straight","url":"\/switch-sexual-orientation\/straight\/straight","name":"Straight","picto":"<span class=\"icon-f icf-sexe-woman-v2 mcui-picto\"><\/span>","is_page_cat":true,"is_user_cat":true,"is_switch_cat":true},"gay":{"id":"gay","url":"\/switch-sexual-orientation\/gay\/straight","name":"Gay","picto":"<span class=\"icon-flag-gay mcui-picto\"><span class=\"r\"><\/span><span class=\"o\"><\/span><span class=\"y\"><\/span><span class=\"g\"><\/span><span class=\"b\"><\/span><span class=\"v\"><\/span><\/span>","is_page_cat":false,"is_user_cat":false,"is_switch_cat":false},"shemale":{"id":"shemale","url":"\/switch-sexual-orientation\/shemale\/straight","name":"Trans","picto":"<span class=\"icon-f icf-sexe-trans-v2 mcui-picto\"><\/span>","is_page_cat":false,"is_user_cat":false,"is_switch_cat":false}},"login_info":{"is_logged":false,"has_member_area":false,"is_premium":false,"has_memberships":false,"has_ppv_videos":false,"profile":false,"iptrusted":0,"orientation":"straight","isOrientationForced":false,"isAgeVerified":false},"locale":"en","locale_trsl":"English","locale_flag":"gb","ads":{"site":"xvideos","categories":"femdom","keywords":"strap,on,femdom,femaledomination,girlfuckboy,girlfucksguy,girlsfuckguy,girlsfucksguy,girlsfuckboy,goddessworship,paypiggie,male,chastity,pussyworship,findom,malechastity,small,penis,humiliation,chastitycage,cumeatinginstructions,cum,eating,instructions,jerk,off,jerkoffinstructions,smallpenishumiliation,cage,instruction,masturbation,financialdomination,sissy,pay,piggy,pussy,worship,girlsfuckmen,female,foot,fetish,paypig,simp,slave,goddess,shrimpdick,smalldickhumiliation,humanatm,dick,and,shrimp,mistress,strapon,sub,pov,joi,loser,ass,pigs,tit,femaleworship,worshipping,domination,training,spit,little,white,slut,humiliated,humanatms,boyfriend,princess,simping,assworship,assniffing,worshiping,femboy,guy,man,fuck,in,caged,facesiting,crossdresser","tracker":"","exo_tracker":"","is_channel":0,"banners":[{"type":"native","nb_ban":1,"div_id":".mozaique","area_tag":"nativelisting"},{"type":"footer","nb_ban":1,"div_id":"ad-footer"}],"exo_tracker_sub3":3}},"data":{"action":"category","other_locales":{"cs":{"name":"Czech","translated":"\u010ce\u0161tina","country":"CZ","rtl":false},"da":{"name":"Danish","translated":"Danske","country":"DK","rtl":false},"de":{"name":"German","translated":"Deutsch","country":"DE","rtl":false},"et":{"name":"Estonian","translated":"Eesti keel","country":"EE","rtl":false},"es":{"name":"Spanish","translated":"Espa\u00f1ol","country":"ES","rtl":false},"fr":{"name":"French","translated":"Fran\u00e7ais","country":"FR","rtl":false},"ga":{"name":"Irish","translated":"Gaeilge","country":"IE","rtl":false},"hr":{"name":"Croatian","translated":"Hrvatski","country":"HR","rtl":false},"it":{"name":"Italian","translated":"Italiano","country":"IT","rtl":false},"lv":{"name":"Latvian","translated":"Latvie\u0161u","country":"LV","rtl":false},"lt":{"name":"Lithuanian","translated":"Lietuvi\u0173","country":"LT","rtl":false},"hu":{"name":"Hungarian","translated":"Magyar","country":"HU","rtl":false},"mt":{"name":"Maltese","translated":"Malti","country":"MT","rtl":false},"nl":{"name":"Dutch","translated":"Nederlandse","country":"NL","rtl":false},"no":{"name":"Norwegian","translated":"Norsk","country":"NO","rtl":false},"pl":{"name":"Polish","translated":"Polskie","country":"PL","rtl":false},"pt":{"name":"Portuguese","translated":"Portugu\u00eas","country":"PT","rtl":false},"ro":{"name":"Romanian","translated":"Rom\u00e2n\u0103","country":"RO","rtl":false},"sk":{"name":"Slovak","translated":"Sloven\u010dina","country":"SK","rtl":false},"sl":{"name":"Slovenian","translated":"Sloven\u0161\u010dina","country":"SI","rtl":false},"fi":{"name":"Finnish","translated":"Suomen kieli","country":"FI","rtl":false},"sv":{"name":"Swedish","translated":"Svenska","country":"SE","rtl":false},"vi-VN":{"name":"Vietnamese","translated":"Ti\u1ebfng Vi\u1ec7t","country":"VN","rtl":false},"tr":{"name":"Turkish","translated":"T\u00fcrk\u00e7e","country":"TR","rtl":false},"el":{"name":"Greek","translated":"\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ae","country":"GR","rtl":false},"bg":{"name":"Bulgarian","translated":"\u0411\u044a\u043b\u0433\u0430\u0440\u0441\u043a\u0438","country":"BG","rtl":false},"ru":{"name":"Russian","translated":"\u0420\u0443\u0441\u0441\u043a\u0438\u0439","country":"RU","rtl":false},"he":{"name":"Hebrew","translated":"\u05e2\u05d1\u05e8\u05d9\u05ea","country":"IL","rtl":true},"ar":{"name":"Arabic","translated":"\u0627\u0644\u0639\u0631\u0628\u064a\u0629","country":"EG","rtl":true},"hi":{"name":"Hindi","translated":"\u0939\u093f\u0928\u094d\u0926\u0940","country":"IN","rtl":false},"zh":{"name":"Chinese","translated":"\u4e2d\u6587","country":"CN","rtl":false},"ja":{"name":"Japenese","translated":"\u65e5\u672c\u8a9e","country":"JP","rtl":false}},"show_disclaimer":true,"premium_search":{"url":"\/c\/p:1\/Femdom-235","nbResults":8000,"active":0,"floatingCtaTourUrl":"https:\/\/www.xvideos.red\/account\/create?pmsc=search_page_floating_cta&pmln=en&sxcaf=4353LFJE75_search-page-floating-cta__"},"premium_vids":[{"id":80834495,"eid":"udhpfbf50b7","isfw":null,"u":"\/c\/p:1\/Femdom-235?xsc=pofs","i":"https:\/\/thumb-cdn77.xvideos-cdn.com\/7c522e0b-56d8-4e09-af52-e788692c3f92\/0\/xv_15_t.jpg","il":"https:\/\/thumb-cdn77.xvideos-cdn.com\/7c522e0b-56d8-4e09-af52-e788692c3f92\/0\/xv_15_t.jpg","if":"https:\/\/thumb-cdn77.xvideos-cdn.com\/7c522e0b-56d8-4e09-af52-e788692c3f92\/0\/xv_15_t.jpg","ip":"https:\/\/thumb-cdn77.xvideos-cdn.com\/7c522e0b-56d8-4e09-af52-e788692c3f92\/0\/xv_15_t.jpg","st1":"https:\/\/thumb-cdn77.xvideos-cdn.com\/7c522e0b-56d8-4e09-af52-e788692c3f92\/0\/xv_24_t.jpg","c":21,"ipu":"https:\/\/thumb-cdn77.xvideos-cdn.com\/7c522e0b-56d8-4e09-af52-e788692c3f92\/0\/preview.mp4","mu":"https:\/\/thumb-cdn77.xvideos-cdn.com\/7c522e0b-56d8-4e09-af52-e788692c3f92\/0\/mozaique_listing.jpg","tf":"Skinny Babe Tiffany Tatum Femdom Session With Submissive Lover - WHITEBOXXX","t":"Skinny Babe Tiffany Tatum Femdom Session With S...","d":"31 min","r":"100%","n":"6.9k","v":0,"vim":0,"vv":0,"hm":1,"h":1,"hp":1,"td":0,"fk":0,"ui":196354201,"p":"whiteboxxx","pn":"The White Boxxx","pu":"\/whiteboxxx","ch":true,"pm":true,"ut":1714435273,"pms":true,"pmf":false,"pmp":false,"pun":1},{"id":46721793,"eid":"iclebth5e8b","isfw":null,"u":"\/c\/p:1\/Femdom-235?xsc=pofs","i":"https:\/\/thumb-cdn77.xvideos-cdn.com\/d6fc4cd6-ad2b-4d64-88e5-f5fd964293a1\/0\/xv_9_t.jpg","il":"https:\/\/thumb-cdn77.xvideos-cdn.com\/d6fc4cd6-ad2b-4d64-88e5-f5fd964293a1\/0\/xv_9_t.jpg","if":"https:\/\/thumb-cdn77.xvideos-cdn.com\/d6fc4cd6-ad2b-4d64-88e5-f5fd964293a1\/0\/xv_9_t.jpg","ip":"https:\/\/thumb-cdn77.xvideos-cdn.com\/d6fc4cd6-ad2b-4d64-88e5-f5fd964293a1\/0\/xv_9_t.jpg","st1":"https:\/\/thumb-cdn77.xvideos-cdn.com\/d6fc4cd6-ad2b-4d64-88e5-f5fd964293a1\/0\/xv_9_t.jpg","c":21,"ipu":"https:\/\/thumb-cdn77.xvideos-cdn.com\/d6fc4cd6-ad2b-4d64-88e5-f5fd964293a1\/0\/preview.mp4","mu":"https:\/\/thumb-cdn77.xvideos-cdn.com\/d6fc4cd6-ad2b-4d64-88e5-f5fd964293a1\/0\/mozaique_listing.jpg","tf":"german young femdom bdsm teen first time domina session with slave userdate","t":"german young femdom bdsm teen first time domina...","d":"8 min","r":"81%","n":"717","v":0,"vim":0,"vv":0,"hm":1,"h":1,"hp":1,"td":0,"fk":0,"ui":227956233,"p":"erotikvonnebenan","pn":"Erotikvonnebenan","pu":"\/erotikvonnebenan","ch":true,"pm":true,"ut":1554941522,"pms":true,"pmf":false,"pmp":false,"pun":1},{"id":35643127,"eid":"ihfdefm7174","isfw":null,"u":"\/c\/p:1\/Femdom-235?xsc=pofs","i":"https:\/\/thumb-cdn77.xvideos-cdn.com\/f13b39cc-f097-4f54-8b9a-c0fdeb33ae6d\/0\/xv_14_t.jpg","il":"https:\/\/thumb-cdn77.xvideos-cdn.com\/f13b39cc-f097-4f54-8b9a-c0fdeb33ae6d\/0\/xv_14_t.jpg","if":"https:\/\/thumb-cdn77.xvideos-cdn.com\/f13b39cc-f097-4f54-8b9a-c0fdeb33ae6d\/0\/xv_14_t.jpg","ip":"https:\/\/thumb-cdn77.xvideos-cdn.com\/f13b39cc-f097-4f54-8b9a-c0fdeb33ae6d\/0\/xv_14_t.jpg","st1":"https:\/\/thumb-cdn77.xvideos-cdn.com\/f13b39cc-f097-4f54-8b9a-c0fdeb33ae6d\/0\/xv_30_t.jpg","c":21,"ipu":"https:\/\/thumb-cdn77.xvideos-cdn.com\/f13b39cc-f097-4f54-8b9a-c0fdeb33ae6d\/0\/preview.mp4","mu":"https:\/\/thumb-cdn77.xvideos-cdn.com\/f13b39cc-f097-4f54-8b9a-c0fdeb33ae6d\/0\/mozaique_listing.jpg","tf":"Lady Fyre Captures and Fucks you *Virtual Sex Femdom*","t":"Lady Fyre Captures and Fucks you *Virtual Sex F...","d":"18 min","r":"100%","n":"631.5k","v":0,"vim":0,"vv":0,"hm":1,"h":1,"hp":1,"td":0,"fk":0,"ui":15953927,"p":"lady_fyre_official","pn":"Lady Fyre Official","pu":"\/lady_fyre_official","ch":true,"pm":true,"ut":1524449849,"pms":true,"pmf":false,"pmp":false,"pun":1},{"id":57615367,"eid":"kpfiutm3147","isfw":null,"u":"\/c\/p:1\/Femdom-235?xsc=pofs","i":"https:\/\/thumb-cdn77.xvideos-cdn.com\/1a27001b-5338-4388-8d8c-969c4d25e131\/0\/xv_28_t.jpg","il":"https:\/\/thumb-cdn77.xvideos-cdn.com\/1a27001b-5338-4388-8d8c-969c4d25e131\/0\/xv_28_t.jpg","if":"https:\/\/thumb-cdn77.xvideos-cdn.com\/1a27001b-5338-4388-8d8c-969c4d25e131\/0\/xv_28_t.jpg","ip":"https:\/\/thumb-cdn77.xvideos-cdn.com\/1a27001b-5338-4388-8d8c-969c4d25e131\/0\/xv_28_t.jpg","st1":"https:\/\/thumb-cdn77.xvideos-cdn.com\/1a27001b-5338-4388-8d8c-969c4d25e131\/0\/xv_4_t.jpg","c":21,"ipu":"https:\/\/thumb-cdn77.xvideos-cdn.com\/1a27001b-5338-4388-8d8c-969c4d25e131\/0\/preview.mp4","mu":"https:\/\/thumb-cdn77.xvideos-cdn.com\/1a27001b-5338-4388-8d8c-969c4d25e131\/0\/mozaique_listing.jpg","tf":"From femdom to cuckolding","t":"From femdom to cuckolding","d":"15 min","r":"100%","n":"7.4k","v":0,"vim":0,"vv":0,"hm":1,"h":1,"hp":0,"td":0,"fk":0,"ui":12163315,"p":"submissive-cuckolds","pn":"Submissive Cuckolds","pu":"\/submissive-cuckolds","ch":true,"pm":true,"ut":1598659932,"pms":true,"pmf":false,"pmp":false,"pun":1},{"id":44516047,"eid":"iamuicf4372","isfw":null,"u":"\/c\/p:1\/Femdom-235?xsc=pofs","i":"https:\/\/thumb-cdn77.xvideos-cdn.com\/6a6f2cf5-7f60-4a4e-b262-d4fe6ca5aead\/0\/xv_8_t.jpg","il":"https:\/\/thumb-cdn77.xvideos-cdn.com\/6a6f2cf5-7f60-4a4e-b262-d4fe6ca5aead\/0\/xv_8_t.jpg","if":"https:\/\/thumb-cdn77.xvideos-cdn.com\/6a6f2cf5-7f60-4a4e-b262-d4fe6ca5aead\/0\/xv_8_t.jpg","ip":"https:\/\/thumb-cdn77.xvideos-cdn.com\/6a6f2cf5-7f60-4a4e-b262-d4fe6ca5aead\/0\/xv_8_p.jpg","st1":"https:\/\/thumb-cdn77.xvideos-cdn.com\/6a6f2cf5-7f60-4a4e-b262-d4fe6ca5aead\/0\/xv_4_t.jpg","c":21,"ipu":"https:\/\/thumb-cdn77.xvideos-cdn.com\/6a6f2cf5-7f60-4a4e-b262-d4fe6ca5aead\/0\/preview.mp4","mu":"https:\/\/thumb-cdn77.xvideos-cdn.com\/6a6f2cf5-7f60-4a4e-b262-d4fe6ca5aead\/0\/mozaique_listing.jpg","tf":"German young femdom teen first time sklave session with strapon","t":"German young femdom teen first time sklave sess...","d":"15 min","r":"87%","n":"1.6k","v":0,"vim":0,"vv":0,"hm":1,"h":1,"hp":1,"td":0,"fk":0,"ui":227956233,"p":"erotikvonnebenan","pn":"Erotikvonnebenan","pu":"\/erotikvonnebenan","ch":true,"pm":true,"ut":1548408245,"pms":true,"pmf":false,"pmp":false,"pun":1},{"id":51543183,"eid":"khimclffe32","isfw":null,"u":"\/c\/p:1\/Femdom-235?xsc=pofs","i":"https:\/\/thumb-cdn77.xvideos-cdn.com\/b8651a33-595e-437c-a449-9a9c9184750b\/0\/xv_2_t.jpg","il":"https:\/\/thumb-cdn77.xvideos-cdn.com\/b8651a33-595e-437c-a449-9a9c9184750b\/0\/xv_2_t.jpg","if":"https:\/\/thumb-cdn77.xvideos-cdn.com\/b8651a33-595e-437c-a449-9a9c9184750b\/0\/xv_2_t.jpg","ip":"https:\/\/thumb-cdn77.xvideos-cdn.com\/b8651a33-595e-437c-a449-9a9c9184750b\/0\/xv_2_t.jpg","st1":"https:\/\/thumb-cdn77.xvideos-cdn.com\/b8651a33-595e-437c-a449-9a9c9184750b\/0\/xv_2_t.jpg","c":21,"ipu":"https:\/\/thumb-cdn77.xvideos-cdn.com\/b8651a33-595e-437c-a449-9a9c9184750b\/0\/preview.mp4","mu":"https:\/\/thumb-cdn77.xvideos-cdn.com\/b8651a33-595e-437c-a449-9a9c9184750b\/0\/mozaique_listing.jpg","tf":"BANGBROS - Holy Moly Look At The Big Ass On PAWG Anikka Albrite","t":"BANGBROS - Holy Moly Look At The Big Ass On PAW...","d":"60 min","r":"99%","n":"14.6k","v":0,"vim":0,"vv":0,"hm":1,"h":1,"hp":0,"td":0,"fk":0,"ui":54788915,"p":"bangbros-network","pn":"Bang Bros","pu":"\/bangbros-network","ch":true,"pm":true,"ut":1571443346,"pms":true,"pmf":false,"pmp":false,"pun":1}],"slcamscat":"Femdom","report_csrf":"7bc125646e1171e2bf1ilGlGEiphAqiKopaqusfYlRov_pCr7Ob05LUUMhzsR4LW-dUaOA2yyiNc_XWBDOgVq48NqzCzUsBMIqeLPQ=="}};</script>
32
+ <script src="https://static-ss.xvideos-cdn.com/v-71fc83eb2bb/v3/js/skins/min/default.header.static.js" crossorigin="anonymous"></script>
33
+ </head>
34
+ <body class="body--search">
35
+ <script>xv.disclaimer.vpn_display('Xvideos.com',[{"flag":"bd","name":"Bangladesh"},{"flag":"sa","name":"Saudi Arabia"},{"flag":"in","name":"India"}])</script>
36
+ <script>xv.disclaimer.display('Xvideos.com',"separated")</script>
37
+ <div class="head__top width-full-body">
38
+ <header class="head__top__container width-main-container">
39
+ <a href="#" class="animated-hamburger" id="header-menu-toggle" title="Toggle menu">
40
+ <span class="an-h-1"></span>
41
+ <span class="an-h-2"></span>
42
+ <span class="an-h-3"></span>
43
+ <span class="an-h-4"></span>
44
+ </a>
45
+ <button class="btn-clear head__btn--icf mobile-show" id="header-mobile-search-toggle" title="Toggle search"><span class="icon-f icf-search"></span></button>
46
+ <a href="/" class="head__logo" id="site-logo-link"><img src="https://static-ss.xvideos-cdn.com/v3/img/skins/default/logo/events/xvideos.black.olympic.svg" alt="XVIDEOS" onerror="this.src='https://static-ss.xvideos-cdn.com/v3/img/skins/default/logo/xvideos.black.png';this.onerror='';" id="site-logo" class="no-blur" height="36" width="144" /></a>
47
+ <button class="btn-clear head__choice head__choice--language" id="site-language">Language: <span class="flag-small flag-gb" title="English"></span></button>
48
+ <button class="btn-clear head__choice head__choice--localisation" id="site-localisation"><span class='icon-f icf-map-marker'></span><span class='label'>Your location</span>: <span class="txt">Germany</span> <span class="flag-small flag-de" title="Germany"></span></button>
49
+ <button class="btn-clear head__choice head__choice--main-cat" id="site-main-cat"><span class="txt">Straight</span> <span class="icon-f icf-sexe-woman-v2 mcui-picto"></span></button>
50
+ <div class="head__search"><form action="/" id="xv-search-form" class="mobile-hide">
51
+ <div class="cont">
52
+ <div class="input-group">
53
+ <input type="text" name="k" value="" class="search-input form-control" maxlength="2048" placeholder="Search X videos" /><span class="input-group-btn"><button type="submit" title="Search" class="search-submit btn btn-default"><span class="icon-f icf-search"></span></button></span>
54
+ </div>
55
+ </div>
56
+ </form></div>
57
+ <div id="header-mobile-right">
58
+ <a class="btn-clear head__btn head__btn--icf head__btn--chat--account account-chat-btn " href="/account/chat"><span class="icon-f icf-comments-o"></span></a>
59
+ <button class="head__btn head__btn--icf head__btn--id btn-clear"><span class="icon-f icf-user-o"></span></button><div class="head__login-btn-group"><a id="anc-tst-login-btn" class="head__btn head__btn--connection head__btn--login btn-clear" href="/account" data-mode="signin-top-page"><span>Login</span></a><a id="anc-tst-join_for_free-btn" class="head__btn head__btn--connection head__btn--join-free btn-clear" href="/account/create" data-mode="signup-top-page"><span>Join for FREE</span></a><a class="head__btn head__btn--join btn-clear" href="https://www.xvideos.red?pmsc=menu&pmln=en&sxcaf=4353LFJE75_menu__"><span>Premium</span></a></div>
60
+ <button class="btn-clear head__btn head__btn--icf head__btn--theme-switch" id="site-theme-switch"><span class="icon-f icf-theme-switch"></span></button>
61
+ <button class="btn-clear head__btn head__btn--icf head__btn--settings"><span class="flag-small flag-gb mobile-show" title="English"></span><span class="icon-f icf-cog-o" title="Site&#039;s settings"></span></button>
62
+ </div>
63
+ </header>
64
+ </div>
65
+ <div class="head__menu-line width-full-body">
66
+ <div class="head__menu-line__container width-main-container">
67
+ <div id="nav" class="nav-elem ">
68
+ <nav aria-label="primary">
69
+ <ul class="head__menu-line__main-menu"><li><a class="head__menu-line__main-menu__lvl1" href="/best"><span class="icon-f icf-play-rectangle-o"></span><span class="main-cats-title"> Best Videos </span></a></li><li class="with-sub-list"><span class="head__menu-line__main-menu__lvl1" id="main-cats-sub-list-btn"><span class="icon-f icf-tags"></span><span class="main-cats-title">Categories</span></span><ul class="sub-list" id="main-cats-sub-list"><li class="dyn"><a href="/lang/deutsch">Pornos auf Deutsch</a></li><li class="dyntopterm topterm-4"><a href="/?k=3d&top">3d</a></li><li class="dyntop-cat top-cat-30"><a href="/c/AI-239">AI</a></li><li class="dyntop-cat top-cat-37"><a href="/c/Amateur-65">Amateur</a></li><li class="dyntop-cat top-cat-38"><a href="/c/Anal-12">Anal</a></li><li class="dyntop-cat top-cat-17"><a href="/c/Arab-159">Arab</a></li><li class="dyntop-cat top-cat-31"><a href="/c/Asian_Woman-32">Asian</a></li><li class="dyntop-cat top-cat-9"><a href="/c/ASMR-229">ASMR</a></li><li class="dyntop-cat top-cat-21"><a href="/c/Ass-14">Ass</a></li><li class="dyntop-cat top-cat-18"><a href="/c/bbw-51">BBW</a></li><li class="dyntop-cat top-cat-24"><a href="/c/Bi_Sexual-62">Bi</a></li><li class="dyntop-cat top-cat-13"><a href="/c/Big_Ass-24">Big Ass</a></li><li class="dyntop-cat top-cat-23"><a href="/c/Big_Cock-34">Big Cock</a></li><li class="dyntop-cat top-cat-34"><a href="/c/Big_Tits-23">Big Tits</a></li><li class="dyntop-cat top-cat-12"><a href="/c/Black_Woman-30">Black</a></li><li class="dyntop-cat top-cat-19"><a href="/c/Blonde-20">Blonde</a></li><li class="dyntop-cat top-cat-26"><a href="/c/Blowjob-15">Blowjob</a></li><li class="dyntop-cat top-cat-6"><a href="/c/Brunette-25">Brunette</a></li><li class="dyntop-cat top-cat-5"><a href="/c/Cam_Porn-58">Cam Porn</a></li><li class="dyntopterm topterm-3"><a href="/?k=casting&top">Casting</a></li><li class="dyntopterm topterm-19"><a href="/?k=cheating&top">Cheating</a></li><li class="dyntopterm topterm-16"><a href="/?k=chubby&top">Chubby</a></li><li class="dyntopterm topterm-5"><a href="/?k=compilation&top">Compilation</a></li><li class="dyntop-cat top-cat-29"><a href="/c/Creampie-40">Creampie</a></li><li class="dyntop-cat top-cat-32"><a href="/c/Cuckold-237">Cuckold/Hotwife</a></li><li class="dyntop-cat top-cat-14"><a href="/c/Cumshot-18">Cumshot</a></li><li class="dyntopterm topterm-9"><a href="/?k=deepthroat&top">Deepthroat</a></li><li class="dyntopterm topterm-2"><a href="/?k=deutsch&top">Deutsch</a></li><li class="dyntopterm topterm-20"><a href="/?k=dp&top">Dp</a></li><li class="dyntop-cat top-cat-15"><a href="/c/Femdom-235">Femdom</a></li><li class="dyntop-cat top-cat-20"><a href="/c/Fisting-165">Fisting</a></li><li class="dyntop-cat top-cat-39"><a href="/c/Fucked_Up_Family-81">Fucked Up Family</a></li><li class="dyntop-cat top-cat-27"><a href="/c/Gangbang-69">Gangbang</a></li><li class="dyntop-cat top-cat-7"><a href="/c/Gapes-167">Gapes</a></li><li class="dyn"><a href="/gay?fmc=1">Gay</a></li><li class="dyntopterm topterm-1"><a href="/?k=german&top">German</a></li><li class="dyntopterm topterm-6"><a href="/?k=handjob&top">Handjob</a></li><li class="dyntopterm topterm-14"><a href="/?k=hardcore&top">Hardcore</a></li><li class="dyntop-cat top-cat-4"><a href="/c/Indian-89">Indian</a></li><li class="dyntop-cat top-cat-2"><a href="/c/Interracial-27">Interracial</a></li><li class="dyntop-cat top-cat-3"><a href="/c/Latina-16">Latina</a></li><li class="dyntop-cat top-cat-28"><a href="/c/Lesbian-26">Lesbian</a></li><li class="dyntop-cat top-cat-25"><a href="/c/Lingerie-83">Lingerie</a></li><li class="dyntop-cat top-cat-35"><a href="/c/Mature-38">Mature</a></li><li class="dyntop-cat top-cat-33"><a href="/c/Milf-19">Milf</a></li><li class="dyntopterm topterm-18"><a href="/?k=movie&top">Movie</a></li><li class="dyntop-cat top-cat-8"><a href="/c/Oiled-22">Oiled</a></li><li class="dyntopterm topterm-13"><a href="/?k=orgasm&top">Orgasm</a></li><li class="dyntopterm topterm-15"><a href="/?k=piss&top">Piss</a></li><li class="dyntopterm topterm-8"><a href="/?k=pov&top">Pov</a></li><li class="dyntop-cat top-cat-10"><a href="/c/Redhead-31">Redhead</a></li><li class="dyntopterm topterm-12"><a href="/?k=rough&top">Rough</a></li><li class="dyntopterm topterm-17"><a href="/?k=sauna&top">Sauna</a></li><li class="dyn"><a href="/shemale?fmc=1">Shemale</a></li><li class="dyntopterm topterm-7"><a href="/?k=skinny&top">Skinny</a></li><li class="dyntop-cat top-cat-22"><a href="/c/Solo_and_Masturbation-33">Solo</a></li><li class="dyntop-cat top-cat-16"><a href="/c/Squirting-56">Squirting</a></li><li class="dyntop-cat top-cat-11"><a href="/c/Stockings-28">Stockings</a></li><li class="dyntop-cat top-cat-36"><a href="/c/Teen-13">Teen</a></li><li class="dyntopterm topterm-10"><a href="/?k=thai&top">Thai</a></li><li class="dyntopterm topterm-11"><a href="/?k=vintage&top">Vintage</a></li><li class="dyn"><a href="/gay?fmc=1">Gay Porn</a></li><li class="dyn"><a href="/shemale?fmc=1">Shemale Porn</a></li><li><a href="/tags"><span class="icon-f icf-tags"></span> All tags</a></li></ul></li><li><a class="head__menu-line__main-menu__lvl1" href="/channels-index"><span class="icon-f icf-device-tv-v2"></span><span class="main-cats-title"> Channels </span></a></li><li><a class="head__menu-line__main-menu__lvl1" href="/pornstars-index"><span class="icon-f icf-star-o"></span><span class="main-cats-title"> Pornstars </span></a></li><li><a class="head__menu-line__main-menu__lvl1 red-ticket" href="https://www.xvideos.red/red/videos?pmln=en&sxcaf=4353LFJE75&pmsc=menu_chans_tab"><span class="icon-f icf-white-fill icf-ticket-red active"></span> RED videos</a></li><li><a class="head__menu-line__main-menu__lvl1 live-cams" href="https://s.zlinkt.com/v1/d.php?z=5577648&sub3=3&tags=straight" target="_blank"><span class="icon-f icf-xcams"></span><span class="main-cats-title"> Live Cams </span> <span class="badge mobile-show-inline-block">6,400+</span></a></li><li><a class="head__menu-line__main-menu__lvl1 nutaku-games" href="https://xvideos.nutaku.net/wl/gate/" target="_blank"><span class="icon-f icf-gamepad-o"></span><span class="main-cats-title"> Games </span></a></li><li><a class="head__menu-line__main-menu__lvl1 ignore-popunder" href="https://s.zlinkt.com/v1/d.php?z=5421034" target="_blank"><span class="icon-f icf-hearts-o"></span><span class="main-cats-title"> Dating </span></a></li><li><a class="head__menu-line__main-menu__lvl1" href="/profileslist"><span class="icon-f icf-users-o"></span><span class="main-cats-title"> Profiles </span></a></li><li id="mc-vidsilike" class="mobile-show"><a class="head__menu-line__main-menu__lvl1" href="/videos-i-like"><span class="icon-f icf-thumb-up-o"></span> <span class="main-cats-title">Liked videos</span></span></a></li><li id="mc-mysubs" class="mobile-show"><a class="head__menu-line__main-menu__lvl1" href="/my-feed"><span class="icon-f icf-feed"></span> <span class="main-cats-title">My subs</span></a></li><li class="with-sub-list mobile-show"><span class="head__menu-line__main-menu__lvl1" id="nav-main-cat-switcher-btn"><span class="nav-btn-picto"><span class="icon-f icf-sexe-woman-v2 mcui-picto"></span></span> Version : <span class="mcui-name">Straight</span></span><ul class="sub-list" id="nav-main-cat-switcher-list"><li><a href="/switch-sexual-orientation/straight/straight" class="mcua mcua-straight is-current"><span class="nav-btn-picto"><span class="icon-f icf-sexe-woman-v2 mcui-picto"></span></span> Straight</a></li><li><a href="/switch-sexual-orientation/gay/straight" class="mcua mcua-gay"><span class="nav-btn-picto"><span class="icon-flag-gay mcui-picto"><span class="r"></span><span class="o"></span><span class="y"></span><span class="g"></span><span class="b"></span><span class="v"></span></span></span> Gay</a></li><li><a href="/switch-sexual-orientation/shemale/straight" class="mcua mcua-shemale"><span class="nav-btn-picto"><span class="icon-f icf-sexe-trans-v2 mcui-picto"></span></span> Trans</a></li></ul></li><li class="with-sub-list mobile-show"><span class="head__menu-line__main-menu__lvl1" id="version-country-switch-btn"><span class="nav-btn-picto"><span class="flag-small flag-de"></span></span> <span class="main-cats-title">Version : Germany</span></span></li></ul>
70
+ </nav>
71
+ </div>
72
+ </div>
73
+ </div>
74
+ <div id="mobile-header-links" class="mobile-portrait-show"><a href="https://www.xvideos.red/red/videos?pmln=en&sxcaf=4353LFJE75&pmsc=head_mob_chans_tab" class="btn mobile-slogan-red"><span class="icon-f icf-ticket-red icf-white-fill"></span><span>Subscribe</span></a><a href="https://s.zlinkt.com/v1/d.php?z=5577648&sub3=3&tags=straight" target="_blank"" title="Live Cams" class="live-cams btn"><span class="icon-f icf-xcams"></span><span class="min-mobile-only-hide">Live Cams</span></a><a href="https://s.zlinkt.com/v1/d.php?z=5421034" target="_blank" class="btn mobile-slogan-sexshop"><span class="icon-f icf-hearts-o"></span> Dating</a></div>
75
+
76
+ <div id="page" class="search-page">
77
+ <div id="main">
78
+ <ul class="search-premium-tabs">
79
+ <li><a href="/c/Femdom-235" class="link active"><span class="btn__text">Free <span class="btn__nb">18,121</span></span></a></li>
80
+ <li><a href="/c/p:1/Femdom-235" class="link "><span class="btn__text"><span class="icon-f icf-ticket-red icf-white-fill"></span> <span class="btn__nb">8,000</span></span></a></li>
81
+ </ul>
82
+ <h2 class="page-title">
83
+ &laquo; Femdom &raquo; videos
84
+ <span class="sub">
85
+ (18,121 results)
86
+ </span>
87
+ <button type="button" class="btn btn-link report-search"><span class="icon-f icf-flag"></span> <span class="label">Report</span></button>
88
+ </h2>
89
+ <div class="simple-dropdown search-filters search-filters-4"><div class="niv1 with-niv2 filter-sort"><span class="show-niv2"><span class="icon-f icf-caret-down"></span><span class="label"><span class="icon-f icf-sort-amount-asc"></span> Sort by : <span class="by">Relevance</span></span></span><div class="niv2 search-filters"><div class="uls"><ul><li><a href="/c/Femdom-235" class="current">Relevance</a></li><li><a href="/c/s:uploaddate/Femdom-235">Newest</a></li><li><a href="/c/s:rating/Femdom-235">Rating</a></li><li><a href="/c/s:length/Femdom-235">Length</a></li><li><a href="/c/s:views/Femdom-235">Views</a></li></ul></div></div></div><div class="niv1 with-niv2 filter-datefilter"><span class="show-niv2"><span class="icon-f icf-caret-down"></span><span class="label"><span class="icon-f icf-calendar"></span>
90
+ Date </span></span><div class="niv2 search-filters"><div class="uls"><ul><li><a href="/c/Femdom-235" class="current">Anytime</a></li><li><a href="/c/m:today/Femdom-235">Last 3 days</a></li><li><a href="/c/m:week/Femdom-235">This week</a></li><li><a href="/c/m:month/Femdom-235">This month</a></li><li><a href="/c/m:3month/Femdom-235">Last 3 months</a></li><li><a href="/c/m:6month/Femdom-235">Last 6 months</a></li></ul></div></div></div><div class="niv1 with-niv2 filter-durationfilter"><span class="show-niv2"><span class="icon-f icf-caret-down"></span><span class="label"><span class="icon-f icf-clock"></span>
91
+ Duration </span></span><div class="niv2 search-filters"><div class="uls"><ul><li><a href="/c/Femdom-235" class="current">All</a></li><li><a href="/c/d:1-3min/Femdom-235">Short videos (1-3min)</a></li><li><a href="/c/d:3-10min/Femdom-235">Medium videos (3-10min)</a></li><li><a href="/c/d:10-20min/Femdom-235">Long videos (10-20min)</a></li><li><a href="/c/d:20min_more/Femdom-235">Long videos (+20min)</a></li></ul></div></div></div><div class="niv1 with-niv2 filter-video_quality"><span class="show-niv2"><span class="icon-f icf-caret-down"></span><span class="label"><span class="icon-f icf-resolution"></span>
92
+ Video quality </span></span><div class="niv2 search-filters"><div class="uls"><ul><li><a href="/c/Femdom-235" class="current">All</a></li><li><a href="/c/q:hd/Femdom-235">720P +</a></li><li><a href="/c/q:1080P/Femdom-235">1080P+</a></li></ul></div></div></div></div>
93
+ <div class="pagination "><ul><li><a class="active" href="">1</a></li><li><a href="/c/Femdom-235/1">2</a></li><li><a href="/c/Femdom-235/2">3</a></li><li><a href="/c/Femdom-235/3">4</a></li><li><a href="/c/Femdom-235/4">5</a></li><li><a href="/c/Femdom-235/5">6</a></li><li><a href="/c/Femdom-235/6">7</a></li><li><a href="/c/Femdom-235/7">8</a></li><li><a href="/c/Femdom-235/8">9</a></li><li><a href="/c/Femdom-235/9">10</a></li><li><a href="/c/Femdom-235/10">11</a></li><li><a href="/c/Femdom-235/11">12</a></li><li><a href="/c/Femdom-235/12">13</a></li><li><a href="/c/Femdom-235/13">14</a></li><li><a href="/c/Femdom-235/14">15</a></li><li><a href="/c/Femdom-235/15">16</a></li><li><a href="/c/Femdom-235/16">17</a></li><li class="no-page"><a href="#" class="ellipsis last-ellipsis">...</a><li><a href="/c/Femdom-235/296" class="last-page">297</a></li><li><a href="/c/Femdom-235/1" class="no-page next-page"><span class="mobile-hide">Next</span><span class="mobile-show-inline icon-f icf-chevron-right"></span></a></li></ul></div> <div id="content">
94
+ <div class="mozaique cust-nb-cols">
95
+ <div id="video_vhutkmd4c5" data-id="9519159" data-eid="vhutkmd4c5" data-is-channel="1" class="frame-block thumb-block " id="anc-tst-first_video-btn"><div class="thumb-inside"><div class="thumb"><a href="/video.vhutkmd4c5/_s_new_fuck_toy_femdom_strapon_big_tits_pegging"><img src="https://static-ss.xvideos-cdn.com/img/lightbox/lightbox-blank.gif"
96
+ data-src="https://thumb-cdn77.xvideos-cdn.com/b041610a-f004-4fd0-9593-4eaaff7af00c/0/xv_14_t.jpg"
97
+ data-idcdn="21"
98
+ data-videoid="9519159"
99
+ data-mzl="https://thumb-cdn77.xvideos-cdn.com/b041610a-f004-4fd0-9593-4eaaff7af00c/0/mozaique_listing.jpg" data-pvv="https://thumb-cdn77.xvideos-cdn.com/b041610a-f004-4fd0-9593-4eaaff7af00c/0/preview.mp4"
100
+ data-sfwthumb="https://thumb-cdn77.xvideos-cdn.com/b041610a-f004-4fd0-9593-4eaaff7af00c/0/xv_2_t.jpg" id="pic_9519159"
101
+ /><span class="top-right-tags"></span></a></div></div><div class="thumb-under"><p class="title"><a href="/video.vhutkmd4c5/_s_new_fuck_toy_femdom_strapon_big_tits_pegging" title="&#039;s New Fuck Toy FEMDOM STRAPON BIG TITS PEGGING">&#039;s New Fuck Toy FEMDOM STRAPON BIG TITS PEGGING <span class="duration">2 min</span></a></p><p class="metadata"><span class="bg"><span class="duration">2 min</span><span><a href="/lucy_hart"><span class="name">Lucy Hart</span></a><span><span class="sprfluous"> - </span> 6.3M <span class="sprfluous">Views</span></span><span class="sprfluous"> - </span></span></span></p></div><script>xv.thumbs.prepareVideo(9519159);</script></div>
102
+ <div id="video_ipkkdtd8edc" data-id="40058125" data-eid="ipkkdtd8edc" class="frame-block thumb-block " id="anc-tst-first_video-btn"><div class="thumb-inside"><div class="thumb"><a href="/video.ipkkdtd8edc/mistress_anal_fucks_two_perverted_babes"><img src="https://static-ss.xvideos-cdn.com/img/lightbox/lightbox-blank.gif"
103
+ data-src="https://thumb-cdn77.xvideos-cdn.com/8fbc27c7-a8dc-4927-b98a-d5dceb080c0e/0/xv_4_t.jpg"
104
+ data-idcdn="21"
105
+ data-videoid="40058125"
106
+ data-mzl="https://thumb-cdn77.xvideos-cdn.com/8fbc27c7-a8dc-4927-b98a-d5dceb080c0e/0/mozaique_listing.jpg" data-pvv="https://thumb-cdn77.xvideos-cdn.com/8fbc27c7-a8dc-4927-b98a-d5dceb080c0e/0/preview.mp4"
107
+ data-sfwthumb="https://thumb-cdn77.xvideos-cdn.com/8fbc27c7-a8dc-4927-b98a-d5dceb080c0e/0/xv_1_t.jpg" id="pic_40058125"
108
+ /><span class="top-right-tags"><span class="video-hd-mark">720p</span></span></a></div></div><div class="thumb-under"><p class="title"><a href="/video.ipkkdtd8edc/mistress_anal_fucks_two_perverted_babes" title="Mistress anal fucks two perverted babes">Mistress anal fucks two perverted babes <span class="duration">5 min</span></a></p><p class="metadata"><span class="bg"><span class="duration">5 min</span><span><a href="/profiles/hundodesin"><span class="name">Hundodesin</span></a><span class="sprfluous"> - </span></span></span></p></div><script>xv.thumbs.prepareVideo(40058125);</script></div>
109
+ <div id="video_kmavoif8c4f" data-id="58365231" data-eid="kmavoif8c4f" data-is-channel="1" class="frame-block thumb-block " id="anc-tst-first_video-btn"><div class="thumb-inside"><div class="thumb"><a href="/video.kmavoif8c4f/german_mistress_teen_anni_no_condom_fuck_by_femdom_slave"><img src="https://static-ss.xvideos-cdn.com/img/lightbox/lightbox-blank.gif"
110
+ data-src="https://thumb-cdn77.xvideos-cdn.com/c239cf53-23a0-49e8-9905-289242fec654/0/xv_20_t.jpg"
111
+ data-idcdn="21"
112
+ data-videoid="58365231"
113
+ data-mzl="https://thumb-cdn77.xvideos-cdn.com/c239cf53-23a0-49e8-9905-289242fec654/0/mozaique_listing.jpg" data-pvv="https://thumb-cdn77.xvideos-cdn.com/c239cf53-23a0-49e8-9905-289242fec654/0/preview.mp4"
114
+ data-sfwthumb="https://thumb-cdn77.xvideos-cdn.com/c239cf53-23a0-49e8-9905-289242fec654/0/xv_1_t.jpg" id="pic_58365231"
115
+ /><span class="top-right-tags"><span class="video-hd-mark">1080p</span></span></a></div></div><div class="thumb-under"><p class="title"><a href="/video.kmavoif8c4f/german_mistress_teen_anni_no_condom_fuck_by_femdom_slave" title="German Mistress Teen Anni No Condom Fuck by Femdom Slave">German Mistress Teen Anni No Condom Fuck by Femdom Slave <span class="duration">13 min</span></a></p><p class="metadata"><span class="bg"><span class="duration">13 min</span><span><a href="/scout69_official"><span class="name">SCOUT69official</span></a><span><span class="sprfluous"> - </span> 388.8k <span class="sprfluous">Views</span></span><span class="sprfluous"> - </span></span></span></p></div><script>xv.thumbs.prepareVideo(58365231);</script></div>
116
+ <div id="video_ufaitcme789" data-id="83501255" data-eid="ufaitcme789" data-is-channel="1" class="frame-block thumb-block " id="anc-tst-first_video-btn"><div class="thumb-inside"><div class="thumb"><a href="/video.ufaitcme789/milking_breast_and_jerkoff_my_strapon_under_my_wedding_dress"><img src="https://static-ss.xvideos-cdn.com/img/lightbox/lightbox-blank.gif"
117
+ data-src="https://thumb-cdn77.xvideos-cdn.com/42d5bd4a-b610-4384-a628-82ff845320b3/0/xv_21_t.jpg"
118
+ data-idcdn="21"
119
+ data-videoid="83501255"
120
+ data-mzl="https://thumb-cdn77.xvideos-cdn.com/42d5bd4a-b610-4384-a628-82ff845320b3/0/mozaique_listing.jpg" data-pvv="https://thumb-cdn77.xvideos-cdn.com/42d5bd4a-b610-4384-a628-82ff845320b3/0/preview.mp4"
121
+ data-sfwthumb="https://thumb-cdn77.xvideos-cdn.com/42d5bd4a-b610-4384-a628-82ff845320b3/0/xv_4_t.jpg" id="pic_83501255"
122
+ /><span class="top-right-tags"><span class="video-hd-mark">1080p</span></span></a></div></div><div class="thumb-under"><p class="title"><a href="/video.ufaitcme789/milking_breast_and_jerkoff_my_strapon_under_my_wedding_dress" title="Milking Breast and JerkOff my StrapOn under my Wedding Dress">Milking Breast and JerkOff my StrapOn under my Wedding Dress <span class="duration">7 min</span></a></p><p class="metadata"><span class="bg"><span class="duration">7 min</span><span><a href="/katerina-hartlova"><span class="name">Katerina Hartlova</span></a><span><span class="sprfluous"> - </span> 1.4M <span class="sprfluous">Views</span></span><span class="sprfluous"> - </span></span></span></p></div><script>xv.thumbs.prepareVideo(83501255);</script></div>
123
+ <div id="video_kkctcco096d" data-id="54267077" data-eid="kkctcco096d" class="frame-block thumb-block " id="anc-tst-first_video-btn"><div class="thumb-inside"><div class="thumb"><a href="/video.kkctcco096d/slim_busty_blonde_anal_fucked_in_public"><img src="https://static-ss.xvideos-cdn.com/img/lightbox/lightbox-blank.gif"
124
+ data-src="https://thumb-cdn77.xvideos-cdn.com/655b9163-5d58-4333-9f66-513c9ef0f680/0/xv_5_t.jpg"
125
+ data-idcdn="21"
126
+ data-videoid="54267077"
127
+ data-mzl="https://thumb-cdn77.xvideos-cdn.com/655b9163-5d58-4333-9f66-513c9ef0f680/0/mozaique_listing.jpg" data-pvv="https://thumb-cdn77.xvideos-cdn.com/655b9163-5d58-4333-9f66-513c9ef0f680/0/preview.mp4"
128
+ id="pic_54267077"
129
+ /><span class="top-right-tags"><span class="video-hd-mark">720p</span></span></a></div></div><div class="thumb-under"><p class="title"><a href="/video.kkctcco096d/slim_busty_blonde_anal_fucked_in_public" title="Slim busty blonde anal fucked in public">Slim busty blonde anal fucked in public <span class="duration">5 min</span></a></p><p class="metadata"><span class="bg"><span class="duration">5 min</span><span><a href="/profiles/laptofener"><span class="name">Laptofener</span></a><span class="sprfluous"> - </span></span></span></p></div><script>xv.thumbs.prepareVideo(54267077);</script></div>
130
+ <div id="video_utvmdbd8489" data-id="67730877" data-eid="utvmdbd8489" data-is-channel="1" class="frame-block thumb-block " id="anc-tst-first_video-btn"><div class="thumb-inside"><div class="thumb"><a href="/video.utvmdbd8489/outdoor_slave_guy_and_his_german_femdom_blonde_milf"><img src="https://static-ss.xvideos-cdn.com/img/lightbox/lightbox-blank.gif"
131
+ data-src="https://thumb-cdn77.xvideos-cdn.com/8e6442f5-9db3-4d9f-91c1-8787d871d9a0/0/xv_9_t.jpg"
132
+ data-idcdn="21"
133
+ data-videoid="67730877"
134
+ data-mzl="https://thumb-cdn77.xvideos-cdn.com/8e6442f5-9db3-4d9f-91c1-8787d871d9a0/0/mozaique_listing.jpg" data-pvv="https://thumb-cdn77.xvideos-cdn.com/8e6442f5-9db3-4d9f-91c1-8787d871d9a0/0/preview.mp4"
135
+ data-sfwthumb="https://thumb-cdn77.xvideos-cdn.com/8e6442f5-9db3-4d9f-91c1-8787d871d9a0/0/xv_30_t.jpg" id="pic_67730877"
136
+ /><span class="top-right-tags"><span class="video-hd-mark">720p</span></span></a></div></div><div class="thumb-under"><p class="title"><a href="/video.utvmdbd8489/outdoor_slave_guy_and_his_german_femdom_blonde_milf" title="Outdoor slave guy and his german femdom blonde milf">Outdoor slave guy and his german femdom blonde milf <span class="duration">6 min</span></a></p><p class="metadata"><span class="bg"><span class="duration">6 min</span><span><a href="/erotikvonnebenan"><span class="name">Erotikvonnebenan</span></a><span><span class="sprfluous"> - </span> 124.9k <span class="sprfluous">Views</span></span><span class="sprfluous"> - </span></span></span></p></div><script>xv.thumbs.prepareVideo(67730877);</script></div>
137
+ <div id="video_ikfdcpmc7fe" data-id="37739623" data-eid="ikfdcpmc7fe" data-is-channel="1" class="frame-block thumb-block " id="anc-tst-first_video-btn"><div class="thumb-inside"><div class="thumb"><a href="/video.ikfdcpmc7fe/strap_on_compilation_33_sweetfemdom"><img src="https://static-ss.xvideos-cdn.com/img/lightbox/lightbox-blank.gif"
138
+ data-src="https://thumb-cdn77.xvideos-cdn.com/4e550ffd-4117-403a-986c-6dd3c1e4406c/0/xv_11_t.jpg"
139
+ data-idcdn="21"
140
+ data-videoid="37739623"
141
+ data-mzl="https://thumb-cdn77.xvideos-cdn.com/4e550ffd-4117-403a-986c-6dd3c1e4406c/0/mozaique_listing.jpg" data-pvv="https://thumb-cdn77.xvideos-cdn.com/4e550ffd-4117-403a-986c-6dd3c1e4406c/0/preview.mp4"
142
+ id="pic_37739623"
143
+ /><span class="top-right-tags"></span></a></div></div><div class="thumb-under"><p class="title"><a href="/video.ikfdcpmc7fe/strap_on_compilation_33_sweetfemdom" title="Strap On Compilation 33 SweetFemdom">Strap On Compilation 33 SweetFemdom <span class="duration">67 min</span></a></p><p class="metadata"><span class="bg"><span class="duration">67 min</span><span><a href="/lucy_hart"><span class="name">Lucy Hart</span></a><span><span class="sprfluous"> - </span> 2.1M <span class="sprfluous">Views</span></span><span class="sprfluous"> - </span></span></span></p></div><script>xv.thumbs.prepareVideo(37739623);</script></div>
144
+ <div id="video_iotlemd8346" data-id="38833789" data-eid="iotlemd8346" data-is-channel="1" class="frame-block thumb-block " id="anc-tst-first_video-btn"><div class="thumb-inside"><div class="thumb"><a href="/video.iotlemd8346/femdom_milf_julia_ann_orders_leashed_boy_toy_to_eat_her_out_"><img src="https://static-ss.xvideos-cdn.com/img/lightbox/lightbox-blank.gif"
145
+ data-src="https://thumb-cdn77.xvideos-cdn.com/7180b611-f613-4c65-802b-fcce6e52e50f/0/xv_13_t.jpg"
146
+ data-idcdn="21"
147
+ data-videoid="38833789"
148
+ data-mzl="https://thumb-cdn77.xvideos-cdn.com/7180b611-f613-4c65-802b-fcce6e52e50f/0/mozaique_listing.jpg" data-pvv="https://thumb-cdn77.xvideos-cdn.com/7180b611-f613-4c65-802b-fcce6e52e50f/0/preview.mp4"
149
+ data-sfwthumb="https://thumb-cdn77.xvideos-cdn.com/7180b611-f613-4c65-802b-fcce6e52e50f/0/xv_1_t.jpg" id="pic_38833789"
150
+ /><span class="top-right-tags"><span class="video-hd-mark">1080p</span></span></a></div></div><div class="thumb-under"><p class="title"><a href="/video.iotlemd8346/femdom_milf_julia_ann_orders_leashed_boy_toy_to_eat_her_out_" title="FemDom Milf Julia Ann Orders Leashed Boy Toy To Eat Her Out!">FemDom Milf Julia Ann Orders Leashed Boy Toy To Eat Her Out! <span class="duration">8 min</span></a></p><p class="metadata"><span class="bg"><span class="duration">8 min</span><span><a href="/julia-ann"><span class="name">JuliaAnn</span></a><span><span class="sprfluous"> - </span> 2.7M <span class="sprfluous">Views</span></span><span class="sprfluous"> - </span></span></span></p></div><script>xv.thumbs.prepareVideo(38833789);</script></div>
151
+ <div id="video_idvpced5b30" data-id="47803629" data-eid="idvpced5b30" class="frame-block thumb-block " id="anc-tst-first_video-btn"><div class="thumb-inside"><div class="thumb"><a href="/video.idvpced5b30/sorority_femdom_dykes_drill_d._babes_with_strapons"><img src="https://static-ss.xvideos-cdn.com/img/lightbox/lightbox-blank.gif"
152
+ data-src="https://thumb-cdn77.xvideos-cdn.com/3fe81cc1-de5c-48e7-b3c2-fb90dfdf99e9/0/xv_13_t.jpg"
153
+ data-idcdn="21"
154
+ data-videoid="47803629"
155
+ data-mzl="https://thumb-cdn77.xvideos-cdn.com/3fe81cc1-de5c-48e7-b3c2-fb90dfdf99e9/0/mozaique_listing.jpg" data-pvv="https://thumb-cdn77.xvideos-cdn.com/3fe81cc1-de5c-48e7-b3c2-fb90dfdf99e9/0/preview.mp4"
156
+ data-sfwthumb="https://thumb-cdn77.xvideos-cdn.com/3fe81cc1-de5c-48e7-b3c2-fb90dfdf99e9/0/xv_1_t.jpg" id="pic_47803629"
157
+ /><span class="top-right-tags"><span class="video-hd-mark">720p</span></span></a></div></div><div class="thumb-under"><p class="title"><a href="/video.idvpced5b30/sorority_femdom_dykes_drill_d._babes_with_strapons" title="Sorority femdom dykes drill d. babes with strapons">Sorority femdom dykes drill d. babes with strapons <span class="duration">5 min</span></a></p><p class="metadata"><span class="bg"><span class="duration">5 min</span><span><a href="/profiles/teeniegonzo"><span class="name">Teeniegonzo</span></a><span class="sprfluous"> - </span></span></span></p></div><script>xv.thumbs.prepareVideo(47803629);</script></div>
158
+ <div id="video_uothhfi07d5" data-id="72356338" data-eid="uothhfi07d5" data-is-channel="1" class="frame-block thumb-block " id="anc-tst-first_video-btn"><div class="thumb-inside"><div class="thumb"><a href="/video.uothhfi07d5/german_mature_blonde_femdom_milf_wants_anal_fuck"><img src="https://static-ss.xvideos-cdn.com/img/lightbox/lightbox-blank.gif"
159
+ data-src="https://thumb-cdn77.xvideos-cdn.com/09169282-3ea7-4b64-a211-12faebb9277c/0/xv_13_t.jpg"
160
+ data-idcdn="21"
161
+ data-videoid="72356338"
162
+ data-mzl="https://thumb-cdn77.xvideos-cdn.com/09169282-3ea7-4b64-a211-12faebb9277c/0/mozaique_listing.jpg" data-pvv="https://thumb-cdn77.xvideos-cdn.com/09169282-3ea7-4b64-a211-12faebb9277c/0/preview.mp4"
163
+ data-sfwthumb="https://thumb-cdn77.xvideos-cdn.com/09169282-3ea7-4b64-a211-12faebb9277c/0/xv_6_t.jpg" id="pic_72356338"
164
+ /><span class="top-right-tags"><span class="video-hd-mark">1080p</span></span></a></div></div><div class="thumb-under"><p class="title"><a href="/video.uothhfi07d5/german_mature_blonde_femdom_milf_wants_anal_fuck" title="German mature blonde femdom milf wants anal fuck">German mature blonde femdom milf wants anal fuck <span class="duration">29 min</span></a></p><p class="metadata"><span class="bg"><span class="duration">29 min</span><span><a href="/erotikvonnebenan"><span class="name">Erotikvonnebenan</span></a><span><span class="sprfluous"> - </span> 202.9k <span class="sprfluous">Views</span></span><span class="sprfluous"> - </span></span></span></p></div><script>xv.thumbs.prepareVideo(72356338);</script></div>
165
+ <div id="video_uuhlephecf3" data-id="71405153" data-eid="uuhlephecf3" data-is-channel="1" class="frame-block thumb-block " id="anc-tst-first_video-btn"><div class="thumb-inside"><div class="thumb"><a href="/video.uuhlephecf3/milf_with_a_strap-on_fucks_a_young_slut"><img src="https://static-ss.xvideos-cdn.com/img/lightbox/lightbox-blank.gif"
166
+ data-src="https://thumb-cdn77.xvideos-cdn.com/c128c188-556c-4fb8-bef0-dd7a62438071/0/xv_13_t.jpg"
167
+ data-idcdn="21"
168
+ data-videoid="71405153"
169
+ data-mzl="https://thumb-cdn77.xvideos-cdn.com/c128c188-556c-4fb8-bef0-dd7a62438071/0/mozaique_listing.jpg" data-pvv="https://thumb-cdn77.xvideos-cdn.com/c128c188-556c-4fb8-bef0-dd7a62438071/0/preview.mp4"
170
+ data-sfwthumb="https://thumb-cdn77.xvideos-cdn.com/c128c188-556c-4fb8-bef0-dd7a62438071/0/xv_24_t.jpg" id="pic_71405153"
171
+ /><span class="top-right-tags"><span class="video-hd-mark">720p</span></span></a></div></div><div class="thumb-under"><p class="title"><a href="/video.uuhlephecf3/milf_with_a_strap-on_fucks_a_young_slut" title="MILF With A Strap-On Fucks A Young Slut">MILF With A Strap-On Fucks A Young Slut <span class="duration">17 min</span></a></p><p class="metadata"><span class="bg"><span class="duration">17 min</span><span><a href="/gaara-sama"><span class="name">Amateur Lapdancer</span></a><span><span class="sprfluous"> - </span> 302.4k <span class="sprfluous">Views</span></span><span class="sprfluous"> - </span></span></span></p></div><script>xv.thumbs.prepareVideo(71405153);</script></div>
172
+ <div id="video_oitafdb5223" data-id="86028251" data-eid="oitafdb5223" data-is-channel="1" class="frame-block thumb-block " id="anc-tst-first_video-btn"><div class="thumb-inside"><div class="thumb"><a href="/video.oitafdb5223/clothed_femdom_prostate_massage_-_goddess_fingers_to_huge_cumshot"><img src="https://static-ss.xvideos-cdn.com/img/lightbox/lightbox-blank.gif"
173
+ data-src="https://thumb-cdn77.xvideos-cdn.com/b27071d5-85c2-46a4-8e43-a9302d71dca6/0/xv_27_t.jpg"
174
+ data-idcdn="21"
175
+ data-videoid="86028251"
176
+ data-mzl="https://thumb-cdn77.xvideos-cdn.com/b27071d5-85c2-46a4-8e43-a9302d71dca6/0/mozaique_listing.jpg" data-pvv="https://thumb-cdn77.xvideos-cdn.com/b27071d5-85c2-46a4-8e43-a9302d71dca6/0/preview.mp4"
177
+ id="pic_86028251"
178
+ /><span class="top-right-tags"><span class="video-hd-mark">1080p</span></span></a></div></div><div class="thumb-under"><p class="title"><a href="/video.oitafdb5223/clothed_femdom_prostate_massage_-_goddess_fingers_to_huge_cumshot" title="Clothed Femdom Prostate Massage &ndash; Goddess Fingers to Huge Cumshot">Clothed Femdom Prostate Massage &ndash; Goddess Fingers to Huge Cumshot <span class="duration">5 min</span></a></p><p class="metadata"><span class="bg"><span class="duration">5 min</span><span><a href="/alexispawg"><span class="name">StaceyAlexisPawg</span></a><span><span class="sprfluous"> - </span> 82.2k <span class="sprfluous">Views</span></span><span class="sprfluous"> - </span></span></span></p></div><script>xv.thumbs.prepareVideo(86028251);</script></div>
179
+ <div id="video_deultv1e91" data-id="14567433" data-eid="deultv1e91" data-is-channel="1" class="frame-block thumb-block " id="anc-tst-first_video-btn"><div class="thumb-inside"><div class="thumb"><a href="/video.deultv1e91/ass_worship_cbt_with_vivienne"><img src="https://static-ss.xvideos-cdn.com/img/lightbox/lightbox-blank.gif"
180
+ data-src="https://thumb-cdn77.xvideos-cdn.com/a65923c1-a9fb-46bb-84d1-7803892875f3/0/xv_12_t.jpg"
181
+ data-idcdn="21"
182
+ data-videoid="14567433"
183
+ data-mzl="https://thumb-cdn77.xvideos-cdn.com/a65923c1-a9fb-46bb-84d1-7803892875f3/0/mozaique_listing.jpg" data-pvv="https://thumb-cdn77.xvideos-cdn.com/a65923c1-a9fb-46bb-84d1-7803892875f3/0/preview.mp4"
184
+ data-sfwthumb="https://thumb-cdn77.xvideos-cdn.com/a65923c1-a9fb-46bb-84d1-7803892875f3/0/xv_30_t.jpg" id="pic_14567433"
185
+ /><span class="top-right-tags"></span></a></div></div><div class="thumb-under"><p class="title"><a href="/video.deultv1e91/ass_worship_cbt_with_vivienne" title="Ass Worship CBT with Vivienne">Ass Worship CBT with Vivienne <span class="duration">70 sec</span></a></p><p class="metadata"><span class="bg"><span class="duration">70 sec</span><span><a href="/lucy_hart"><span class="name">Lucy Hart</span></a><span><span class="sprfluous"> - </span> 783.4k <span class="sprfluous">Views</span></span><span class="sprfluous"> - </span></span></span></p></div><script>xv.thumbs.prepareVideo(14567433);</script></div>
186
+ <div id="video_iuouedma382" data-id="38096599" data-eid="iuouedma382" class="frame-block thumb-block " id="anc-tst-first_video-btn"><div class="thumb-inside"><div class="thumb"><a href="/video.iuouedma382/male_in_gimp_mask_anal_fucked"><img src="https://static-ss.xvideos-cdn.com/img/lightbox/lightbox-blank.gif"
187
+ data-src="https://thumb-cdn77.xvideos-cdn.com/b69b9de2-633a-4f36-b377-8069882a4396/0/xv_9_t.jpg"
188
+ data-idcdn="21"
189
+ data-videoid="38096599"
190
+ data-mzl="https://thumb-cdn77.xvideos-cdn.com/b69b9de2-633a-4f36-b377-8069882a4396/0/mozaique_listing.jpg" data-pvv="https://thumb-cdn77.xvideos-cdn.com/b69b9de2-633a-4f36-b377-8069882a4396/0/preview.mp4"
191
+ data-sfwthumb="https://thumb-cdn77.xvideos-cdn.com/b69b9de2-633a-4f36-b377-8069882a4396/0/xv_15_t.jpg" id="pic_38096599"
192
+ /><span class="top-right-tags"><span class="video-hd-mark">720p</span></span></a></div></div><div class="thumb-under"><p class="title"><a href="/video.iuouedma382/male_in_gimp_mask_anal_fucked" title="Male in gimp mask anal fucked">Male in gimp mask anal fucked <span class="duration">5 min</span></a></p><p class="metadata"><span class="bg"><span class="duration">5 min</span><span><a href="/profiles/laptofener"><span class="name">Laptofener</span></a><span class="sprfluous"> - </span></span></span></p></div><script>xv.thumbs.prepareVideo(38096599);</script></div>
193
+ <div id="video_utlevuvdca1" data-id="67692873" data-eid="utlevuvdca1" data-is-channel="1" class="frame-block thumb-block " id="anc-tst-first_video-btn"><div class="thumb-inside"><div class="thumb"><a href="/video.utlevuvdca1/dominant_teacher_fucks_a_blonde_student_with_a_strapon"><img src="https://static-ss.xvideos-cdn.com/img/lightbox/lightbox-blank.gif"
194
+ data-src="https://thumb-cdn77.xvideos-cdn.com/982bd022-d8c4-4bfb-ab0f-3dcc6d336bcb/0/xv_27_t.jpg"
195
+ data-idcdn="21"
196
+ data-videoid="67692873"
197
+ data-mzl="https://thumb-cdn77.xvideos-cdn.com/982bd022-d8c4-4bfb-ab0f-3dcc6d336bcb/0/mozaique_listing.jpg" data-pvv="https://thumb-cdn77.xvideos-cdn.com/982bd022-d8c4-4bfb-ab0f-3dcc6d336bcb/0/preview.mp4"
198
+ data-sfwthumb="https://thumb-cdn77.xvideos-cdn.com/982bd022-d8c4-4bfb-ab0f-3dcc6d336bcb/0/xv_5_t.jpg" id="pic_67692873"
199
+ /><span class="top-right-tags"><span class="video-hd-mark">1080p</span></span></a></div></div><div class="thumb-under"><p class="title"><a href="/video.utlevuvdca1/dominant_teacher_fucks_a_blonde_student_with_a_strapon" title="Dominant teacher fucks a blonde Student with a strapon">Dominant teacher fucks a blonde Student with a strapon <span class="duration">54 min</span></a></p><p class="metadata"><span class="bg"><span class="duration">54 min</span><span><a href="/erotikvonnebenan"><span class="name">Erotikvonnebenan</span></a><span><span class="sprfluous"> - </span> 146.9k <span class="sprfluous">Views</span></span><span class="sprfluous"> - </span></span></span></p></div><script>xv.thumbs.prepareVideo(67692873);</script></div>
200
+ <div id="video_kluvktd73d7" data-id="59020045" data-eid="kluvktd73d7" data-is-channel="1" class="frame-block thumb-block " id="anc-tst-first_video-btn"><div class="thumb-inside"><div class="thumb"><a href="/video.kluvktd73d7/hunting_a_slave_in_the_city._the_redhead_victim._evelyne_foxy._part_2._his_orders_to_lick_his_toes_and_suck_his_feet."><img src="https://static-ss.xvideos-cdn.com/img/lightbox/lightbox-blank.gif"
201
+ data-src="https://thumb-cdn77.xvideos-cdn.com/26b60a95-43e0-4c90-b7f8-97ca2c089a7f/0/xv_21_t.jpg"
202
+ data-idcdn="21"
203
+ data-videoid="59020045"
204
+ data-mzl="https://thumb-cdn77.xvideos-cdn.com/26b60a95-43e0-4c90-b7f8-97ca2c089a7f/0/mozaique_listing.jpg" data-pvv="https://thumb-cdn77.xvideos-cdn.com/26b60a95-43e0-4c90-b7f8-97ca2c089a7f/0/preview.mp4"
205
+ id="pic_59020045"
206
+ /><span class="top-right-tags"><span class="video-hd-mark">1080p</span></span></a></div></div><div class="thumb-under"><p class="title"><a href="/video.kluvktd73d7/hunting_a_slave_in_the_city._the_redhead_victim._evelyne_foxy._part_2._his_orders_to_lick_his_toes_and_suck_his_feet." title="Hunting a slave in the city. The redhead victim. Evelyne Foxy. Part 2. His orders to lick his toes and suck his feet.">Hunting a slave in the city. The redhead victim. Evelyne Foxy. Part 2. His orders to lick his toes and suck his feet. <span class="duration">18 min</span></a></p><p class="metadata"><span class="bg"><span class="duration">18 min</span><span><a href="/pfslave"><span class="name">Frank Gun</span></a><span><span class="sprfluous"> - </span> 269.9k <span class="sprfluous">Views</span></span><span class="sprfluous"> - </span></span></span></p></div><script>xv.thumbs.prepareVideo(59020045);</script></div>
207
+ <div id="video_uddvevde8e6" data-id="81632925" data-eid="uddvevde8e6" data-is-channel="1" class="frame-block thumb-block " id="anc-tst-first_video-btn"><div class="thumb-inside"><div class="thumb"><a href="/video.uddvevde8e6/sex_clinic_chapter_1_seductive_bi_babes_kitana_lure_and_monika_fox_fuck_each_other_with_a_big_black_dildo_gp3050"><img src="https://static-ss.xvideos-cdn.com/img/lightbox/lightbox-blank.gif"
208
+ data-src="https://thumb-cdn77.xvideos-cdn.com/a9b024f4-17f3-4256-875c-08dd5549749d/0/xv_8_t.jpg"
209
+ data-idcdn="21"
210
+ data-videoid="81632925"
211
+ data-mzl="https://thumb-cdn77.xvideos-cdn.com/a9b024f4-17f3-4256-875c-08dd5549749d/0/mozaique_listing.jpg" data-pvv="https://thumb-cdn77.xvideos-cdn.com/a9b024f4-17f3-4256-875c-08dd5549749d/0/preview.mp4"
212
+ data-sfwthumb="https://thumb-cdn77.xvideos-cdn.com/a9b024f4-17f3-4256-875c-08dd5549749d/0/xv_8_t.jpg" id="pic_81632925"
213
+ /><span class="top-right-tags"><span class="video-hd-mark">1440p</span></span></a></div></div><div class="thumb-under"><p class="title"><a href="/video.uddvevde8e6/sex_clinic_chapter_1_seductive_bi_babes_kitana_lure_and_monika_fox_fuck_each_other_with_a_big_black_dildo_gp3050" title="Sex Clinic Chapter 1: Seductive Bi Babes Kitana Lure And Monika Fox Fuck Each Other With A Big Black Dildo GP3050">Sex Clinic Chapter 1: Seductive Bi Babes Kitana Lure And Monika Fox Fuck Each Other With A Big Black Dildo GP3050 <span class="duration">2 min</span></a></p><p class="metadata"><span class="bg"><span class="duration">2 min</span><span><a href="/pornworld"><span class="name">Porn World</span></a><span><span class="sprfluous"> - </span> 36.3k <span class="sprfluous">Views</span></span><span class="sprfluous"> - </span></span></span></p></div><script>xv.thumbs.prepareVideo(81632925);</script></div>
214
+ <div id="video_kueeevke7a4" data-id="55504531" data-eid="kueeevke7a4" data-is-channel="1" class="frame-block thumb-block " id="anc-tst-first_video-btn"><div class="thumb-inside"><div class="thumb"><a href="/video.kueeevke7a4/the_mistress_wife_buggers_her_husband_with_a_strapon"><img src="https://static-ss.xvideos-cdn.com/img/lightbox/lightbox-blank.gif"
215
+ data-src="https://thumb-cdn77.xvideos-cdn.com/e27091a2-f26c-4784-9436-fb41b3617c2f/0/xv_14_t.jpg"
216
+ data-idcdn="21"
217
+ data-videoid="55504531"
218
+ data-mzl="https://thumb-cdn77.xvideos-cdn.com/e27091a2-f26c-4784-9436-fb41b3617c2f/0/mozaique_listing.jpg" data-pvv="https://thumb-cdn77.xvideos-cdn.com/e27091a2-f26c-4784-9436-fb41b3617c2f/0/preview.mp4"
219
+ data-sfwthumb="https://thumb-cdn77.xvideos-cdn.com/e27091a2-f26c-4784-9436-fb41b3617c2f/0/xv_26_t.jpg" id="pic_55504531"
220
+ /><span class="top-right-tags"><span class="video-hd-mark">1080p</span></span></a></div></div><div class="thumb-under"><p class="title"><a href="/video.kueeevke7a4/the_mistress_wife_buggers_her_husband_with_a_strapon" title="The mistress wife buggers her husband with a strapon">The mistress wife buggers her husband with a strapon <span class="duration">13 min</span></a></p><p class="metadata"><span class="bg"><span class="duration">13 min</span><span><a href="/filthyamateur"><span class="name">Filthy Amateur</span></a><span><span class="sprfluous"> - </span> 1.2M <span class="sprfluous">Views</span></span><span class="sprfluous"> - </span></span></span></p></div><script>xv.thumbs.prepareVideo(55504531);</script></div>
221
+ <div id="video_hmfpcpo4ff9" data-id="25128037" data-eid="hmfpcpo4ff9" data-is-channel="1" class="frame-block thumb-block " id="anc-tst-first_video-btn"><div class="thumb-inside"><div class="thumb"><a href="/video.hmfpcpo4ff9/lusty_blonde_slut_likes_fucking_her_man_s_tight_asshole_really_hard"><img src="https://static-ss.xvideos-cdn.com/img/lightbox/lightbox-blank.gif"
222
+ data-src="https://thumb-cdn77.xvideos-cdn.com/55a9ae1c-feb1-4626-926a-a0c097526a7d/0/xv_20_t.jpg"
223
+ data-idcdn="21"
224
+ data-videoid="25128037"
225
+ data-mzl="https://thumb-cdn77.xvideos-cdn.com/55a9ae1c-feb1-4626-926a-a0c097526a7d/0/mozaique_listing.jpg" data-pvv="https://thumb-cdn77.xvideos-cdn.com/55a9ae1c-feb1-4626-926a-a0c097526a7d/0/preview.mp4"
226
+ data-sfwthumb="https://thumb-cdn77.xvideos-cdn.com/55a9ae1c-feb1-4626-926a-a0c097526a7d/0/xv_1_t.jpg" id="pic_25128037"
227
+ /><span class="top-right-tags"><span class="video-sd-mark">360p</span></span></a></div></div><div class="thumb-under"><p class="title"><a href="/video.hmfpcpo4ff9/lusty_blonde_slut_likes_fucking_her_man_s_tight_asshole_really_hard" title="Lusty blonde slut likes fucking her man&rsquo;s tight asshole really hard">Lusty blonde slut likes fucking her man&rsquo;s tight asshole really hard <span class="duration">24 min</span></a></p><p class="metadata"><span class="bg"><span class="duration">24 min</span><span><a href="/eroticfemaledomination"><span class="name">Erotic Female Domination</span></a><span><span class="sprfluous"> - </span> 804.8k <span class="sprfluous">Views</span></span><span class="sprfluous"> - </span></span></span></p></div><script>xv.thumbs.prepareVideo(25128037);</script></div>
228
+ <div id="video_imlhpmb91f3" data-id="41424507" data-eid="imlhpmb91f3" data-is-channel="1" class="frame-block thumb-block " id="anc-tst-first_video-btn"><div class="thumb-inside"><div class="thumb"><a href="/video.imlhpmb91f3/i_found_a_hung_stud_who_loves_fucking_sissies_like_you"><img src="https://static-ss.xvideos-cdn.com/img/lightbox/lightbox-blank.gif"
229
+ data-src="https://thumb-cdn77.xvideos-cdn.com/6490c077-f94a-4d1b-9136-ef79d78c1d9c/0/xv_13_t.jpg"
230
+ data-idcdn="21"
231
+ data-videoid="41424507"
232
+ data-mzl="https://thumb-cdn77.xvideos-cdn.com/6490c077-f94a-4d1b-9136-ef79d78c1d9c/0/mozaique_listing.jpg" data-pvv="https://thumb-cdn77.xvideos-cdn.com/6490c077-f94a-4d1b-9136-ef79d78c1d9c/0/preview.mp4"
233
+ data-sfwthumb="https://thumb-cdn77.xvideos-cdn.com/6490c077-f94a-4d1b-9136-ef79d78c1d9c/0/xv_26_t.jpg" id="pic_41424507"
234
+ /><span class="top-right-tags"><span class="video-hd-mark">720p</span></span></a></div></div><div class="thumb-under"><p class="title"><a href="/video.imlhpmb91f3/i_found_a_hung_stud_who_loves_fucking_sissies_like_you" title="I found a hung stud who loves fucking sissies like you">I found a hung stud who loves fucking sissies like you <span class="duration">16 min</span></a></p><p class="metadata"><span class="bg"><span class="duration">16 min</span><span><a href="/femdomvideos"><span class="name">Femdom Videos</span></a><span><span class="sprfluous"> - </span> 5.5M <span class="sprfluous">Views</span></span><span class="sprfluous"> - </span></span></span></p></div><script>xv.thumbs.prepareVideo(41424507);</script></div>
235
+ <div id="video_ohvbuko325e" data-id="85570613" data-eid="ohvbuko325e" data-is-channel="1" class="frame-block thumb-block " id="anc-tst-first_video-btn"><div class="thumb-inside"><div class="thumb"><a href="/video.ohvbuko325e/naughty_trainer_pegging_her_client_to_a_hands-free_anal_prostate_cumshot"><img src="https://static-ss.xvideos-cdn.com/img/lightbox/lightbox-blank.gif"
236
+ data-src="https://thumb-cdn77.xvideos-cdn.com/0c8a8799-1c2c-4321-a6ab-519a478300ba/0/xv_15_t.jpg"
237
+ data-idcdn="21"
238
+ data-videoid="85570613"
239
+ data-mzl="https://thumb-cdn77.xvideos-cdn.com/0c8a8799-1c2c-4321-a6ab-519a478300ba/0/mozaique_listing.jpg" data-pvv="https://thumb-cdn77.xvideos-cdn.com/0c8a8799-1c2c-4321-a6ab-519a478300ba/0/preview.mp4"
240
+ data-sfwthumb="https://thumb-cdn77.xvideos-cdn.com/0c8a8799-1c2c-4321-a6ab-519a478300ba/0/xv_2_t.jpg" id="pic_85570613"
241
+ /><span class="top-right-tags"><span class="video-hd-mark">1080p</span></span></a></div></div><div class="thumb-under"><p class="title"><a href="/video.ohvbuko325e/naughty_trainer_pegging_her_client_to_a_hands-free_anal_prostate_cumshot" title="Naughty Trainer Pegging Her Client to a Hands-Free Anal Prostate Cumshot">Naughty Trainer Pegging Her Client to a Hands-Free Anal Prostate Cumshot <span class="duration">5 min</span></a></p><p class="metadata"><span class="bg"><span class="duration">5 min</span><span><a href="/alexispawg"><span class="name">StaceyAlexisPawg</span></a><span><span class="sprfluous"> - </span> 41.9k <span class="sprfluous">Views</span></span><span class="sprfluous"> - </span></span></span></p></div><script>xv.thumbs.prepareVideo(85570613);</script></div>
242
+ <div id="video_kkbotpm4fd6" data-id="54218855" data-eid="kkbotpm4fd6" class="frame-block thumb-block " id="anc-tst-first_video-btn"><div class="thumb-inside"><div class="thumb"><a href="/video.kkbotpm4fd6/busty_sub_is_vibed_in_backbend_bondage"><img src="https://static-ss.xvideos-cdn.com/img/lightbox/lightbox-blank.gif"
243
+ data-src="https://thumb-cdn77.xvideos-cdn.com/1583d301-aa5d-481d-ae45-f12067f077c8/0/xv_26_t.jpg"
244
+ data-idcdn="21"
245
+ data-videoid="54218855"
246
+ data-mzl="https://thumb-cdn77.xvideos-cdn.com/1583d301-aa5d-481d-ae45-f12067f077c8/0/mozaique_listing.jpg" data-pvv="https://thumb-cdn77.xvideos-cdn.com/1583d301-aa5d-481d-ae45-f12067f077c8/0/preview.mp4"
247
+ data-sfwthumb="https://thumb-cdn77.xvideos-cdn.com/1583d301-aa5d-481d-ae45-f12067f077c8/0/xv_5_t.jpg" id="pic_54218855"
248
+ /><span class="top-right-tags"><span class="video-hd-mark">720p</span></span></a></div></div><div class="thumb-under"><p class="title"><a href="/video.kkbotpm4fd6/busty_sub_is_vibed_in_backbend_bondage" title="Busty sub is vibed in backbend bondage">Busty sub is vibed in backbend bondage <span class="duration">5 min</span></a></p><p class="metadata"><span class="bg"><span class="duration">5 min</span><span><a href="/profiles/merimbabbu"><span class="name">Merimbabbu</span></a><span class="sprfluous"> - </span></span></span></p></div><script>xv.thumbs.prepareVideo(54218855);</script></div>
249
+ <div id="video_bevithf215" data-id="12489217" data-eid="bevithf215" data-is-channel="1" class="frame-block thumb-block " id="anc-tst-first_video-btn"><div class="thumb-inside"><div class="thumb"><a href="/video.bevithf215/femdom_makes_slave_squirt"><img src="https://static-ss.xvideos-cdn.com/img/lightbox/lightbox-blank.gif"
250
+ data-src="https://thumb-cdn77.xvideos-cdn.com/e1f7a4d5-5070-4e75-bc3d-b472e8ec6cec/0/xv_8_t.jpg"
251
+ data-idcdn="21"
252
+ data-videoid="12489217"
253
+ data-mzl="https://thumb-cdn77.xvideos-cdn.com/e1f7a4d5-5070-4e75-bc3d-b472e8ec6cec/0/mozaique_listing.jpg" data-pvv="https://thumb-cdn77.xvideos-cdn.com/e1f7a4d5-5070-4e75-bc3d-b472e8ec6cec/0/preview.mp4"
254
+ data-sfwthumb="https://thumb-cdn77.xvideos-cdn.com/e1f7a4d5-5070-4e75-bc3d-b472e8ec6cec/0/xv_10_t.jpg" id="pic_12489217"
255
+ /><span class="top-right-tags"><span class="video-hd-mark">720p</span></span></a></div></div><div class="thumb-under"><p class="title"><a href="/video.bevithf215/femdom_makes_slave_squirt" title="Femdom Makes Slave Squirt">Femdom Makes Slave Squirt <span class="duration">10 min</span></a></p><p class="metadata"><span class="bg"><span class="duration">10 min</span><span><a href="/hot-g-vibe"><span class="name">Hot G Vibe</span></a><span><span class="sprfluous"> - </span> 1.1M <span class="sprfluous">Views</span></span><span class="sprfluous"> - </span></span></span></p></div><script>xv.thumbs.prepareVideo(12489217);</script></div>
256
+ <div id="video_kacktfb63a7" data-id="61616379" data-eid="kacktfb63a7" class="frame-block thumb-block " id="anc-tst-first_video-btn"><div class="thumb-inside"><div class="thumb"><a href="/video.kacktfb63a7/mistress_makes_tattooed_man_fuck_her"><img src="https://static-ss.xvideos-cdn.com/img/lightbox/lightbox-blank.gif"
257
+ data-src="https://thumb-cdn77.xvideos-cdn.com/edf7a0ea-4ffa-45c4-ba80-8292a711f1a5/0/xv_27_t.jpg"
258
+ data-idcdn="21"
259
+ data-videoid="61616379"
260
+ data-mzl="https://thumb-cdn77.xvideos-cdn.com/edf7a0ea-4ffa-45c4-ba80-8292a711f1a5/0/mozaique_listing.jpg" data-pvv="https://thumb-cdn77.xvideos-cdn.com/edf7a0ea-4ffa-45c4-ba80-8292a711f1a5/0/preview.mp4"
261
+ id="pic_61616379"
262
+ /><span class="top-right-tags"><span class="video-hd-mark">720p</span></span></a></div></div><div class="thumb-under"><p class="title"><a href="/video.kacktfb63a7/mistress_makes_tattooed_man_fuck_her" title="Mistress makes tattooed man fuck her">Mistress makes tattooed man fuck her <span class="duration">5 min</span></a></p><p class="metadata"><span class="bg"><span class="duration">5 min</span><span><a href="/profiles/laptofener"><span class="name">Laptofener</span></a><span class="sprfluous"> - </span></span></span></p></div><script>xv.thumbs.prepareVideo(61616379);</script></div>
263
+ <div id="video_ohicfddb7e3" data-id="85118941" data-eid="ohicfddb7e3" data-is-channel="1" class="frame-block thumb-block " id="anc-tst-first_video-btn"><div class="thumb-inside"><div class="thumb"><a href="/video.ohicfddb7e3/teacher_in_pantyhose_femdom_handjob_her_student_after_work"><img src="https://static-ss.xvideos-cdn.com/img/lightbox/lightbox-blank.gif"
264
+ data-src="https://thumb-cdn77.xvideos-cdn.com/062e1fe7-30a5-4e3b-8d00-605de7a92fec/0/xv_5_t.jpg"
265
+ data-idcdn="21"
266
+ data-videoid="85118941"
267
+ data-mzl="https://thumb-cdn77.xvideos-cdn.com/062e1fe7-30a5-4e3b-8d00-605de7a92fec/0/mozaique_listing.jpg" data-pvv="https://thumb-cdn77.xvideos-cdn.com/062e1fe7-30a5-4e3b-8d00-605de7a92fec/0/preview.mp4"
268
+ id="pic_85118941"
269
+ /><span class="top-right-tags"><span class="video-hd-mark">1080p</span></span></a></div></div><div class="thumb-under"><p class="title"><a href="/video.ohicfddb7e3/teacher_in_pantyhose_femdom_handjob_her_student_after_work" title="Teacher in Pantyhose Femdom Handjob her Student after Work">Teacher in Pantyhose Femdom Handjob her Student after Work <span class="duration">20 sec</span></a></p><p class="metadata"><span class="bg"><span class="duration">20 sec</span><span><a href="/alina_rose"><span class="name">Alina Rose</span></a><span><span class="sprfluous"> - </span> 8.8k <span class="sprfluous">Views</span></span><span class="sprfluous"> - </span></span></span></p></div><script>xv.thumbs.prepareVideo(85118941);</script></div>
270
+ <div id="video_udhcudd3957" data-id="80856285" data-eid="udhcudd3957" class="frame-block thumb-block " id="anc-tst-first_video-btn"><div class="thumb-inside"><div class="thumb"><a href="/video.udhcudd3957/lets_whip_n_cane_my_sub_into_obedience_so_she_can_lick_pussy"><img src="https://static-ss.xvideos-cdn.com/img/lightbox/lightbox-blank.gif"
271
+ data-src="https://thumb-cdn77.xvideos-cdn.com/55fe338b-05d1-4726-98bf-c2b7caf1689a/0/xv_11_t.jpg"
272
+ data-idcdn="21"
273
+ data-videoid="80856285"
274
+ data-mzl="https://thumb-cdn77.xvideos-cdn.com/55fe338b-05d1-4726-98bf-c2b7caf1689a/0/mozaique_listing.jpg" data-pvv="https://thumb-cdn77.xvideos-cdn.com/55fe338b-05d1-4726-98bf-c2b7caf1689a/0/preview.mp4"
275
+ id="pic_80856285"
276
+ /><span class="top-right-tags"><span class="video-hd-mark">1080p</span></span></a></div></div><div class="thumb-under"><p class="title"><a href="/video.udhcudd3957/lets_whip_n_cane_my_sub_into_obedience_so_she_can_lick_pussy" title="Lets whip n cane my sub into obedience so she can lick pussy">Lets whip n cane my sub into obedience so she can lick pussy <span class="duration">6 min</span></a></p><p class="metadata"><span class="bg"><span class="duration">6 min</span><span><a href="/profiles/sweetysab"><span class="name">Sweetysab</span></a><span class="sprfluous"> - </span></span></span></p></div><script>xv.thumbs.prepareVideo(80856285);</script></div>
277
+ <div id="video_dltbhm2ffa" data-id="14158615" data-eid="dltbhm2ffa" data-is-channel="1" class="frame-block thumb-block " id="anc-tst-first_video-btn"><div class="thumb-inside"><div class="thumb"><a href="/video.dltbhm2ffa/bp174-cum_control_femdom"><img src="https://static-ss.xvideos-cdn.com/img/lightbox/lightbox-blank.gif"
278
+ data-src="https://thumb-cdn77.xvideos-cdn.com/abbf4593-ae2c-43bd-bd79-d256d7ac1a88/0/xv_19_t.jpg"
279
+ data-idcdn="21"
280
+ data-videoid="14158615"
281
+ data-mzl="https://thumb-cdn77.xvideos-cdn.com/abbf4593-ae2c-43bd-bd79-d256d7ac1a88/0/mozaique_listing.jpg" data-pvv="https://thumb-cdn77.xvideos-cdn.com/abbf4593-ae2c-43bd-bd79-d256d7ac1a88/0/preview.mp4"
282
+ data-sfwthumb="https://thumb-cdn77.xvideos-cdn.com/abbf4593-ae2c-43bd-bd79-d256d7ac1a88/0/xv_9_t.jpg" id="pic_14158615"
283
+ /><span class="top-right-tags"><span class="video-hd-mark">720p</span></span></a></div></div><div class="thumb-under"><p class="title"><a href="/video.dltbhm2ffa/bp174-cum_control_femdom" title="BP174-Cum Control Femdom">BP174-Cum Control Femdom <span class="duration">48 sec</span></a></p><p class="metadata"><span class="bg"><span class="duration">48 sec</span><span><a href="/miss-brat-perversions"><span class="name">BratPerversions</span></a><span><span class="sprfluous"> - </span> 7.7M <span class="sprfluous">Views</span></span><span class="sprfluous"> - </span></span></span></p></div><script>xv.thumbs.prepareVideo(14158615);</script></div> </div>
284
+ <div class="pagination "><ul><li><a class="active" href="">1</a></li><li><a href="/c/Femdom-235/1">2</a></li><li><a href="/c/Femdom-235/2">3</a></li><li><a href="/c/Femdom-235/3">4</a></li><li><a href="/c/Femdom-235/4">5</a></li><li><a href="/c/Femdom-235/5">6</a></li><li><a href="/c/Femdom-235/6">7</a></li><li><a href="/c/Femdom-235/7">8</a></li><li><a href="/c/Femdom-235/8">9</a></li><li><a href="/c/Femdom-235/9">10</a></li><li><a href="/c/Femdom-235/10">11</a></li><li><a href="/c/Femdom-235/11">12</a></li><li><a href="/c/Femdom-235/12">13</a></li><li><a href="/c/Femdom-235/13">14</a></li><li><a href="/c/Femdom-235/14">15</a></li><li><a href="/c/Femdom-235/15">16</a></li><li><a href="/c/Femdom-235/16">17</a></li><li class="no-page"><a href="#" class="ellipsis last-ellipsis">...</a><li><a href="/c/Femdom-235/296" class="last-page">297</a></li><li><a href="/c/Femdom-235/1" class="no-page next-page"><span class="mobile-hide">Next</span><span class="mobile-show-inline icon-f icf-chevron-right"></span></a></li></ul></div> </div>
285
+ </div>
286
+ <div id="ad-footer"></div>
287
+ <div class="remove-ads">
288
+ <p>
289
+ <a class="pull-right" href="https://www.xvideos.red?pmln=en&sxcaf=4353LFJE75&pmsc=ad"><span class="remove-ads-link">Remove ads<span class="mobile-hide"> - Upgrade to Premium</span></span></a>
290
+ <span class="mobile-only-hide">Ads by <a href="https://www.trafficfactory.com/" target="_blank">TrafficFactory</a></span>
291
+ </p>
292
+ </div>
293
+ <div id="footer"><footer>
294
+ <div id="mobile-footer-links" class="mobile-landscape-show"><a href="https://www.xvideos.red/red/videos?pmln=en&sxcaf=4353LFJE75&pmsc=head_mob_chans_tab" class="btn mobile-slogan-red"><span class="icon-f icf-ticket-red icf-white-fill"></span><span>Subscribe</span></a><a href="https://s.zlinkt.com/v1/d.php?z=5577648&sub3=3&tags=straight" target="_blank"" title="Live Cams" class="live-cams btn"><span class="icon-f icf-xcams"></span><span class="min-mobile-only-hide">Live Cams</span></a><a href="https://s.zlinkt.com/v1/d.php?z=5421034" target="_blank" class="btn mobile-slogan-sexshop"><span class="icon-f icf-hearts-o"></span> Dating</a></div>
295
+ <div class="botLinks"><a href="https://info.xvideos.net/cpp">Make money with XVIDEOS</a> - <a href="https://info.xvideos.net/legal/tos/">Terms of service</a> -
296
+ <a href="https://info.xvideos.net/legal/privacy">Privacy policy</a> -
297
+ <a href="#cookie-preferences">Cookie preferences</a> -
298
+ <a href="https://info.xvideos.net/">Upload Your Videos</a> - <a href="https://info.xvideos.net/content/">Content removal</a> -
299
+ <a href="https://www.trafficfactory.com/" target="_blank">Advertising</a> - <a href="/rss/del.xml">RSS Deletes</a> - <a href="https://info.xvideos.net/legal/privacynotice">Privacy notice</a> - <a href="https://www.xvideos.red?pmln=en&sxcaf=4353LFJE75&pmsc=footer">XV PREMIUM</a> - <a href="https://info.xvideos.net/">More...</a></div>
300
+
301
+ <p class="slogan">XVideos.com - the best free porn videos on internet, 100% free.</p></footer></div>
302
+ </div>
303
+ <script src="https://static-ss.xvideos-cdn.com/v-46abfccbb3d/v3/js/skins/min/default.footer.static.js" crossorigin="anonymous"></script>
304
+ <script src="https://static-ss.xvideos-cdn.com/v3/js/libs/jquery.min.js"></script>
305
+ <script>if(typeof(window.jQuery)==='undefined'){document.write('<script src="https://static-ss.xvideos-cdn.com/v3/js/libs/jquery-1.7.2.min.js" crossorigin="anonymous"><\/script>')}</script>
306
+ <script src="https://static-ss.xvideos-cdn.com/v3/js/skins/min/require.static.js" crossorigin="anonymous"></script><script>require.onError=function(err){if(xv&&xv.console&&xv.console.logRJS){xv.console.logRJS(err);}else{throw err;}};var rjsConfig={"waitSeconds":300,"baseUrl":"https:\/\/static-ss.xvideos-cdn.com\/v-408d0d5356f\/v3\/js\/","config":{"i18n":{"locale":"en"}}};rjsConfig.onNodeCreated=function(node, config, name, url){node.setAttribute("crossorigin", "anonymous");};require.config(rjsConfig);define("config/main",xv.conf);require(["skins/min/default"]);</script>
307
+ <script>!function(){var e=function(){if("object"!=typeof xv)return"xv global namespace";var e="/mobile"===window.location.pathname.substring(0,7);if(!e&&"object"!=typeof xv.conf)return"xv config";var t=e?"oldombile":xv.conf.sitename||"",o=!e&&"xnxx"===t&&"object"==typeof xv.conf.data&&"xnxx_contact"===xv.conf.data.action;if(!o&&"object"!=typeof xv.utils)return"header.js";if(!e){var n="object"==typeof xv.conf.data&&"embed"===xv.conf.data.action;if(!("xvideos"!==t&&"xnxx"!==t||n||o||"object"==typeof xv.mobile))return"footer.js";if(!n&&"function"!=typeof jQuery)return"jquery.js";if("function"!=typeof require)return"require.js";if("undefined"==typeof html5player_onlyfake&&window.location.pathname.split("#")[0].match(/^(\/video(\d+|-[\da-z]+)\/[-\w\.\~]+|\/embedframe\/[a-z0-9]+)$/)&&"object"!=typeof html5player)return"player.js"}var r=document.documentElement,a=r.currentStyle?r.currentStyle.fontFamily:!!window.getComputedStyle&&window.getComputedStyle(r,null).getPropertyValue("font-family");return!1!==a&&"sans-serif"!==a&&"skin.css"}();if(!1!==e){var t=["c7","st"],o="st";if(console.error("Failed to load "+e+" for CDN "+o),t.length<2)return void console.warn("Not enough CDNs available");for(var n in t)if(t[n]===o){n<t.length-1?(n++,o=t[n]):o=t[0];break}console.info("Switching to CDN "+o);var r=new Date((new Date).getTime()+6048e5);document.cookie="static_cdn="+o+";expires="+r.toGMTString()+";path=/;"}}();</script>
308
+ </body>
309
+ </html>
pages/html/3c61d8b01be2.html ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!doctype html><html lang="en" class=""><head><title>Netflix</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link type="text/css" rel="stylesheet" href="https://assets.nflxext.com/web/ffe/wp/@nf-web-ui/ui-shared/dist/less/core/not-found.32f41e39290134c6087d.css" data-uia="botLink"/><link rel="shortcut icon" href="https://assets.nflxext.com/us/ffe/siteui/common/icons/nficon2023.ico"/><link rel="apple-touch-icon" href="https://assets.nflxext.com/us/ffe/siteui/common/icons/nficon2016.png"/></head><body><div id="appMountPoint"><div><div dir="ltr" class="" data-uia="page-404"><div data-uia="loc" lang="en-US" dir="ltr"><style data-emotion="default-ltr-iqcdef-cache-global uxofsh">@font-face{font-family:"Netflix Sans Variable";src:url("https://occ.a.nflxso.net/genc/hawkins/5.12.1/font/netflix-sans-core-variable-full.woff2") format("woff2"),local("Helvetica Neue"),local("Segoe UI"),local("Roboto"),local("Ubuntu");unicode-range:U+0000,U+000D,U+0020-007E,U+00A0-017F,U+0181,U+0186,U+0189-018A,U+018E-0192,U+0194,U+0196-0199,U+019D-01A3,U+01AF-01B9,U+01C0-01C3,U+01CD-01DD,U+01E4-01EB,U+01EE-01F0,U+01F4-01F5,U+01F8-01FF,U+0218-021B,U+021E-0220,U+0226-0227,U+022E-022F,U+0232-0233,U+0237,U+0241-0242,U+0244,U+0248-0249,U+024C-024D,U+0250-0251,U+0253-0254,U+0256-0259,U+025B,U+025F,U+0261,U+0263,U+0268-026A,U+0272,U+0275,U+027D,U+0283,U+0289-028B,U+0292,U+0294,U+02B7,U+02B9,U+02BB-02BC,U+02BE-02BF,U+02C6-02CB,U+02D8-02DD,U+0300-0304,U+0306-030D,U+0312,U+0315,U+031B,U+0323,U+0326-0329,U+032D-032E,U+0331,U+0338,U+0344,U+0358,U+0374-0375,U+037E,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03CE,U+0400-045F,U+0490-0493,U+0496-0497,U+049A-049B,U+04A2-04A3,U+04AE-04B3,U+04B6-04B7,U+04BA-04BB,U+04C0,U+04CF,U+04D4-04D5,U+04D8-04D9,U+04E2-04E3,U+04E8-04E9,U+04EE-04EF,U+058F,U+060B,U+0E3F,U+1DC6-1DC7,U+1E04-1E07,U+1E0C-1E13,U+1E18-1E19,U+1E20-1E25,U+1E28-1E2B,U+1E32-1E37,U+1E3A-1E3F,U+1E42-1E4B,U+1E5A-1E5B,U+1E5E-1E5F,U+1E62-1E63,U+1E6C-1E71,U+1E76-1E77,U+1E7C-1E85,U+1E88-1E89,U+1E92-1E96,U+1E9E,U+1EA0-1EF9,U+2000-200B,U+2010-2027,U+2030-203E,U+2044,U+2070,U+2074-208E,U+20A1-20A4,U+20A6-20AF,U+20B1-20B2,U+20B4-20B5,U+20B8-20BA,U+20BC-20BF,U+2103,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2122,U+2126,U+212E,U+2153-215E,U+2190-2199,U+21A8,U+21B8-21B9,U+21D2,U+21D4,U+21E7,U+2202,U+2206,U+220F,U+2211-2212,U+2215,U+2219-221A,U+221E-2220,U+2229,U+222B,U+2248,U+2260-2261,U+2264-2265,U+2302,U+2310,U+2320-2321,U+2500,U+2502,U+250C,U+2510,U+2514,U+2518,U+251C,U+2524,U+252C,U+2534,U+253C,U+2550-256C,U+2580,U+2584,U+2588,U+258C,U+2590-2593,U+25A0-25A1,U+25AA-25AC,U+25B2-25B3,U+25B6-25B7,U+25BA,U+25BC-25BD,U+25C0-25C1,U+25C4,U+25C6-25CB,U+25CE-25D1,U+25D8-25D9,U+25E2-25E6,U+25EF,U+2605-2606,U+2609,U+260E-260F,U+261C,U+261E,U+263A-263D,U+2640-2642,U+2660-2661,U+2663-266D,U+266F,U+2C64,U+2E3A,U+A78B-A78C,U+A790-A791,U+FB00-FB04,U+FE45-FE46,U+FEFF,U+FFFD;font-weight:100 900;font-stretch:50% 125%;font-display:swap;}@font-face{font-family:"Netflix Sans Debug";src:url("https://occ.a.nflxso.net/genc/hawkins/5.12.1/font/netflix-sans-debug-variable-full.woff2") format("woff2"),local("Helvetica Neue"),local("Segoe UI"),local("Roboto"),local("Ubuntu");unicode-range:U+0000,U+000D,U+0020-007E,U+00A0-017F,U+0181,U+0186,U+0189-018A,U+018E-0192,U+0194,U+0196-0199,U+019D-01A3,U+01AF-01B9,U+01C0-01C3,U+01CD-01DD,U+01E4-01EB,U+01EE-01F0,U+01F4-01F5,U+01F8-01FF,U+0218-021B,U+021E-0220,U+0226-0227,U+022E-022F,U+0232-0233,U+0237,U+0241-0242,U+0244,U+0248-0249,U+024C-024D,U+0250-0251,U+0253-0254,U+0256-0259,U+025B,U+025F,U+0261,U+0263,U+0268-026A,U+0272,U+0275,U+027D,U+0283,U+0289-028B,U+0292,U+0294,U+02B7,U+02B9,U+02BB-02BC,U+02BE-02BF,U+02C6-02CB,U+02D8-02DD,U+0300-0304,U+0306-030D,U+0312,U+0315,U+031B,U+0323,U+0326-0329,U+032D-032E,U+0331,U+0338,U+0344,U+0358,U+0374-0375,U+037E,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03CE,U+0400-045F,U+0490-0493,U+0496-0497,U+049A-049B,U+04A2-04A3,U+04AE-04B3,U+04B6-04B7,U+04BA-04BB,U+04C0,U+04CF,U+04D4-04D5,U+04D8-04D9,U+04E2-04E3,U+04E8-04E9,U+04EE-04EF,U+058F,U+060B,U+0E3F,U+1DC6-1DC7,U+1E04-1E07,U+1E0C-1E13,U+1E18-1E19,U+1E20-1E25,U+1E28-1E2B,U+1E32-1E37,U+1E3A-1E3F,U+1E42-1E4B,U+1E5A-1E5B,U+1E5E-1E5F,U+1E62-1E63,U+1E6C-1E71,U+1E76-1E77,U+1E7C-1E85,U+1E88-1E89,U+1E92-1E96,U+1E9E,U+1EA0-1EF9,U+2000-200B,U+2010-2027,U+2030-203E,U+2044,U+2070,U+2074-208E,U+20A1-20A4,U+20A6-20AF,U+20B1-20B2,U+20B4-20B5,U+20B8-20BA,U+20BC-20BF,U+2103,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2122,U+2126,U+212E,U+2153-215E,U+2190-2199,U+21A8,U+21B8-21B9,U+21D2,U+21D4,U+21E7,U+2202,U+2206,U+220F,U+2211-2212,U+2215,U+2219-221A,U+221E-2220,U+2229,U+222B,U+2248,U+2260-2261,U+2264-2265,U+2302,U+2310,U+2320-2321,U+2500,U+2502,U+250C,U+2510,U+2514,U+2518,U+251C,U+2524,U+252C,U+2534,U+253C,U+2550-256C,U+2580,U+2584,U+2588,U+258C,U+2590-2593,U+25A0-25A1,U+25AA-25AC,U+25B2-25B3,U+25B6-25B7,U+25BA,U+25BC-25BD,U+25C0-25C1,U+25C4,U+25C6-25CB,U+25CE-25D1,U+25D8-25D9,U+25E2-25E6,U+25EF,U+2605-2606,U+2609,U+260E-260F,U+261C,U+261E,U+263A-263D,U+2640-2642,U+2660-2661,U+2663-266D,U+266F,U+2C64,U+2E3A,U+A78B-A78C,U+A790-A791,U+FB00-FB04,U+FE45-FE46,U+FEFF,U+FFFD;font-weight:100 900;font-stretch:50% 125%;font-display:swap;}@font-face{font-family:"Netflix Sans Variable";src:url("https://occ.a.nflxso.net/genc/hawkins/5.12.1/font/netflix-sans-arabic-variable-subset.woff2") format("woff2"),local("Helvetica Neue"),local("Segoe UI"),local("Roboto"),local("Ubuntu");unicode-range:U+060C,U+0615,U+061B,U+061F,U+0621-063A,U+0640-0656,U+0658-065B,U+0660-0671,U+0679,U+067C,U+067E,U+0681,U+0685-0686,U+0688-0689,U+0691-0696,U+0698,U+069A,U+06A0-06A1,U+06A4-06A5,U+06A8-06A9,U+06AB,U+06AD,U+06AF,U+06B5-06B6,U+06BA,U+06BC-06BE,U+06C0-06C3,U+06C6-06C9,U+06CB-06D5,U+06F0-06F9,U+0762-0763,U+200C-200F,U+202A-202E,U+25CC,U+274A,U+FB50-FB51,U+FB56-FB59,U+FB66-FB6D,U+FB7A-FB7D,U+FB88-FB95,U+FB9E-FB9F,U+FBA4-FBB1,U+FBD3-FBDC,U+FBDE-FBDF,U+FBE2-FBE9,U+FBFC-FBFF,U+FC5E-FC63,U+FDF2,U+FE80-FEFC;font-weight:100 900;font-stretch:50% 125%;font-display:swap;}@font-face{font-family:"Netflix Sans Variable";src:url("https://occ.a.nflxso.net/genc/hawkins/5.12.1/font/netflix-sans-thai-variable-subset.woff2") format("woff2"),local("Helvetica Neue"),local("Segoe UI"),local("Roboto"),local("Ubuntu");unicode-range:U+0E01-0E3A,U+0E40-0E5B,U+200C-200F,U+202A-202E,U+2060,U+25CC;font-weight:100 900;font-stretch:50% 125%;font-display:swap;}</style><link rel="preload" as="font" crossorigin="anonymous" href="https://occ.a.nflxso.net/genc/hawkins/5.12.1/font/netflix-sans-core-variable-full.woff2" type="font/woff2"/><div class="error-page not-found"><div class="error-page--header"><div class="error-page--logo"><a href="/">Netflix</a></div></div><div class="error-page--content"><h1>Lost your way?</h1><div class="error-page--content--body"><p>Sorry, we can&#x27;t find that page. You&#x27;ll find lots to explore on the home page. </p><div class="error-page--content--buttons"><a href="/" tabindex="-1"><style data-emotion="default-ltr-iqcdef-cache 1ez4rzs">.default-ltr-iqcdef-cache-1ez4rzs{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;border:0;border-radius:4px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;opacity:1;padding:0.8rem;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;will-change:background-color,color;word-break:break-word;white-space:nowrap;}.default-ltr-iqcdef-cache-1ez4rzs.color-primary{background-color:white;color:black;}.default-ltr-iqcdef-cache-1ez4rzs.color-primary:not(:disabled):hover{background-color:rgba(255, 255, 255, 0.75);}.default-ltr-iqcdef-cache-1ez4rzs.color-primary:not(:disabled):active{background-color:rgba(255, 255, 255, 0.5);color:rgba(0, 0, 0, 0.7);}.default-ltr-iqcdef-cache-1ez4rzs.color-primary:disabled{background-color:rgba(255, 255, 255, 0.25);color:rgba(0, 0, 0, 0.4);}.default-ltr-iqcdef-cache-1ez4rzs.color-primary-inverse{background-color:black;color:white;-webkit-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;}.default-ltr-iqcdef-cache-1ez4rzs.color-primary-inverse:not(:disabled):hover{transition-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1);background-color:rgba(0, 0, 0, 0.7);}.default-ltr-iqcdef-cache-1ez4rzs.color-primary-inverse:not(:disabled):active{-webkit-transition:none;transition:none;color:rgba(255, 255, 255, 0.7);background:rgba(0, 0, 0, 0.5);}.default-ltr-iqcdef-cache-1ez4rzs.color-primary-inverse:not(:disabled):focus{outline:rgb(0, 0, 0) solid 0.125rem;outline-offset:0.125rem;}.default-ltr-iqcdef-cache-1ez4rzs.color-primary-inverse:disabled{opacity:1;background:rgba(0, 0, 0, 0.4);cursor:not-allowed;color:rgba(255, 255, 255, 0.4);}.default-ltr-iqcdef-cache-1ez4rzs.color-secondary{background-color:rgba(109, 109, 110, 0.7);color:white;}.default-ltr-iqcdef-cache-1ez4rzs.color-secondary:not(:disabled):hover{background-color:rgba(109, 109, 110, 0.4);}.default-ltr-iqcdef-cache-1ez4rzs.color-secondary:not(:disabled):active{background-color:rgba(109, 109, 110, 0.4);color:rgba(255, 255, 255, 0.7);}.default-ltr-iqcdef-cache-1ez4rzs.color-secondary:disabled{background-color:rgba(109, 109, 110, 0.4);color:rgba(255, 255, 255, 0.4);}.default-ltr-iqcdef-cache-1ez4rzs.color-tertiary{background-color:transparent;color:white;}.default-ltr-iqcdef-cache-1ez4rzs.color-tertiary:not(:disabled):hover{background-color:rgba(255, 255, 255, 0.1);}.default-ltr-iqcdef-cache-1ez4rzs.color-tertiary:not(:disabled):active{background-color:rgba(255, 255, 255, 0.1);color:rgba(255, 255, 255, 0.7);}.default-ltr-iqcdef-cache-1ez4rzs.color-tertiary:disabled{color:rgba(255, 255, 255, 0.4);}.default-ltr-iqcdef-cache-1ez4rzs.color-quarternary{background-color:rgb(229, 9, 20);color:white;}.default-ltr-iqcdef-cache-1ez4rzs.color-quarternary:not(:disabled):hover{background-color:rgba(229, 9, 20, 0.75);}.default-ltr-iqcdef-cache-1ez4rzs.color-quarternary:not(:disabled):active{background-color:rgba(229, 9, 20, 0.1);color:rgba(229, 9, 20, 0.7);}.default-ltr-iqcdef-cache-1ez4rzs.color-quarternary:disabled{color:rgba(229, 9, 20, 0.4);}.default-ltr-iqcdef-cache-1ez4rzs.hasLabel{padding-left:2.4rem;padding-right:2.4rem;}.default-ltr-iqcdef-cache-1ez4rzs.hasIcon{padding-left:1.6rem;padding-right:1.6rem;}.default-ltr-iqcdef-cache-1ez4rzs.hasLabel.hasIcon{padding-left:2rem;padding-right:2.4rem;}.default-ltr-iqcdef-cache-1ez4rzs:disabled{cursor:default;}.default-ltr-iqcdef-cache-1ez4rzs:not(:disabled):focus{outline:none;}.default-ltr-iqcdef-cache-1ez4rzs:not(:disabled):focus::before{box-sizing:content-box;content:'';display:block;height:100%;width:100%;border:2px solid white;border-radius:8px;padding:2px;position:absolute;left:-4px;top:-4px;}.default-ltr-iqcdef-cache-1ez4rzs::-moz-focus-inner{border:none;}</style><button class="color-primary hasLabel default-ltr-iqcdef-cache-1ez4rzs" type="button"><style data-emotion="default-ltr-iqcdef-cache fk7vu1">.default-ltr-iqcdef-cache-fk7vu1{display:block;font-size:1.6rem;font-weight:500;line-height:2.4rem;}</style><style data-emotion="default-ltr-iqcdef-cache 1vh9doa">.default-ltr-iqcdef-cache-1vh9doa{font-size:1.6rem;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;font-size:1.6rem;font-weight:500;line-height:2.4rem;}</style><span class="default-ltr-iqcdef-cache-1vh9doa">Netflix Home</span></button></a></div><div class="error-page--content--errorCode"><span id="" data-uia="">Error Code <strong>NSES-404</strong></span></div></div></div><span id="" class="error-page--imageSource" data-uia="">FROM <strong>LOST IN SPACE</strong></span><div class="error-page--requestInfo"><p class="debug-info">Build Identifier: vc3ea9962</p><p class="debug-info">Instance: 6a00c9a3-7012-4975-a70e-dcb7804e43f9</p><p class="debug-info">Request Id: 480f9147-6e5e-4ee1-a2af-ed0b52fe6354-335202879</p></div></div></div></div></div></div><script>window.netflix = window.netflix || {};
2
+ netflix.reactContext = {"page":{},"template":"\x40nf-web-ui\x2Fui-shared\x2Fdist\x2Fcore\x2Fcomponents\x2Fnot-found","layout":"\x40nf-web-ui\x2Fui-shared\x2Fdist\x2Fcore\x2Fcomponents\x2Fnot-found","models":{"esnAccessor":{"data":{"esn":"WWW-BROWSE-MRFALR6AXY87RF9HJCQNVFC6HLHK48"}},"abContext":{"data":{"headers":{"X-Netflix.uiVersion":"vc3ea9962","X-Netflix.esnPrefix":"WWW-BROWSE-","X-Netflix.browserName":"","X-Netflix.browserVersion":0,"X-Netflix.osName":"","X-Netflix.osFullName":"","X-Netflix.osVersion":"0.0.0","X-Netflix.clientType":"akira"}}},"serverDefs":{"data":{"env":"prod","stack":"prod","cluster":"nq_website_nonmember-prod-release","instance":"6a00c9a3-7012-4975-a70e-dcb7804e43f9","EC2_REGION":"eu-west-1","BUILD_IDENTIFIER":"vc3ea9962","uiVersion":"shakti-vc3ea9962","host":"www.netflix.com","protocol":"https","originalUrl":"\x2FNotFound\x3Fprev\x3Dhttps\x253A\x252F\x252Fwww.netflix.com\x252Fgift-carids","requestId":"480f9147-6e5e-4ee1-a2af-ed0b52fe6354-335202879","AUI_ENDPOINT_STACK":null,"API_ROOT":"https:\x2F\x2Fwww.netflix.com\x2Fapi","debugApiRequests":false,"enableABInclusionHeaders":true,"acceptHeaders":"text\x2Fhtml,application\x2Fxhtml\x2Bxml,application\x2Fxml\x3Bq\x3D0.9,\x2A\x2F\x2A\x3Bq\x3D0.8","requestIpAddress":"2a09:bac5:2a96:1282:0:0:1d8:182,2a05:d018:76c:b606::8261","conductorRoutePath":"\x2Fnotfound"},"type":"Model"},"browserInfo":{"data":{"name":"","version":"0.0.0","major":0,"minor":0,"patch":0,"os":{"name":"","fullName":"","version":"0.0.0","majorVersion":0,"minorVersion":0,"patchVersion":0},"device":{"family":"Other"},"isFirefox":false,"isSafari":false,"isSafariWebView":false,"isIE":false,"isEdge":false,"isChrome":false,"isTesla":false,"isQuest":false,"isOpera":false,"isEdgeOSS":false,"isWindows":false,"isMac":false,"isChromeOS":false,"isLinux":false,"isAndroid":false,"isIOS":false,"isIOSGT91":false,"isWindowsPhone":false,"isMobile":false,"isAndroidPhone":false,"isWindowsVista":false,"isWindowsXP":false,"isWindows7":false,"isWindows8":false,"isWindows10":false,"originallyIdentifiedAsAppleMail":false,"features":{"webp":false,"es2015":false,"fontDisplayProperty":false,"supportsGames":false,"maybeSupportsHTML5":false,"maybeSupportsHTML5withDRM":false},"specialFlags":{},"esnPrefix":"WWW-BROWSE-","_rawResult":{"family":"Other","major":"0","minor":"0","patch":"0","device":{"family":"Other","major":"0","minor":"0","patch":"0"},"os":{"family":"Other","major":"0","minor":"0","patch":"0"}}},"type":"Model"},"geo":{"data":{"locale":{"id":"en-US","language":"en","isCursive":false,"hasExtendedDiacritics":false,"doubleByte":false,"durationFormat":"hoursAndMinutes","dir":"ltr","country":"US","default":true,"fallbacks":["en"]}}},"ab":{"data":{"_evaluatedTests":{},"_rawAllocations":[]}},"userInfo":{"data":{"esn":"WWW-BROWSE-MRFALR6AXY87RF9HJCQNVFC6HLHK48","guid":null}},"truths":{"data":{"isAdsPlanAvailable":false,"shouldShowDoNotSellInfoLink":false,"isInEU":false,"shouldShowAdChoicesLink":false,"isIELt12":false,"isIELt10":false,"isIELt9":false,"isIELt8":false,"isIpadSafariLt8":false,"isSafariLt8":false,"isSafariGt5":false,"isChromeLt47":false,"isAndroidBrowserLt4":false,"isIELt9AndIpadLt8":false,"isBrowserFirefox":false,"isBrowserEdge":false,"isBrowserIE":false,"isBrowserChrome":false,"isBrowserSafari":false,"isBrowserOpera":false,"isAutomation":false,"isBaselineCluster":false,"takesProdTraffic":true,"masquerading":false,"inApp":false,"showCookieDisclosure":false,"showCompatibilityDisclosure":false,"showDisclosures":false,"windowOnErrorLoggingEnabled":true,"consolLoggingEnabled":true,"extendedDiacriticsLanguage":false,"isGreekAndSafari":false,"cursiveScript":false,"performanceMeasurementsEnabled":false,"devCommandLineEnabled":false,"showDevInfoConsole":false,"shouldAutofillSignup":false,"logBrowserPerformance":false,"useServiceWorker":false,"proxyRequestsThroughMemberAPI":false,"logDetailedReactErrors":true,"isOpenInPromptEligible":false,"showOpenInAppPrompt":false,"enableProfileTransferAnimation":false,"isInternal":false,"logCriticalResourceTiming":true,"isBrowseAllowed":false,"isAdsPlan":false,"canActivateProfileTransfers":false,"canManageAddOns":true,"showRatings":true,"lazyLoadLolomoDOM":true,"currentProfileIsKids":false,"showKoreanMaturityRatings":false,"showCommonSense":false,"showBroadcaster":false,"descriptiveTranscriptEnabled":true,"showKidsLink":false,"inAppNotificationsPollingEnabled":true,"profileOnrampEnabled":true,"isCl2LoggingEnabledForDiscoveryPlayback":true,"renoEnabled":true,"websocketsEnabled":true,"nrtsEnabled":true,"dynamicMessagesEnabled":true,"identifierCheckEnabled":true,"akiraTtlEnabled":true,"xhrHooksEnabled":true,"profileMisMatchDetectionEnabled":true,"forceStaticBillboards":false,"volatileBillboardsEnabled":true,"enablePushNotifications":false,"latestTabFirstInNav":false,"isTop10Supported":true,"isCreatorHomeEnabled":true,"showHeaderNotifications":true,"showAdultSwitchButton":false,"showSwitchButton":false,"disableCollectionsUma":false,"enableCreatorHome":false,"logPrefetchRowsTTLAndError":true,"enablePageTitles":true,"enableAvifImageFormat":false,"enableDeppSearch":true,"enableKidsBrandRealignment":true,"enableAdtechPpid":false,"shouldShowLiveFastPath":false,"isLiveEpisodicDiscoveryEnabled":true,"isCtaMessagingEnabled":true,"shouldUseLiveEventTaglines":false,"enableAkiraSSR":false,"isLiveLolomoPrefetchDisabled":false,"enableGenreModalSorting":true,"enableGenreModalAro":true,"enableGenrePageGallerySorting":true,"enableGenrePageGalleryView":true,"enableDeppHome":false,"useGraphqlForPostplayThumbRatings":true,"useGraphqlForDeeplinkThumbRatings":true,"disableGenreModal":false,"enableBrowseByLanguageSorting":true,"ANONYMOUS":true,"CURRENT_MEMBER":false,"FORMER_MEMBER":false,"NEVER_MEMBER":false,"isPlaybackAllowed":false,"mdx2Enabled":false,"mdxEnabledWithTestAccount":false,"requiresNFPlayer":false,"playbackAdvisoriesEnabled":true,"skipCreditsEnabled":true,"playerUIMilestonesEnabled":false,"seamlessPlaybackEnabledForUI":true,"isPlayerPerformanceReportingEnabled":true,"reportAProblemControlEnabled":true,"playerUseUmaContainer":true,"cropContentLetterboxing":true,"preferUnletterboxedContent":true,"callVideoPlayerEngageMethod":true,"enableProductizedPlayerUI":false,"showUpsellLegalDisclaimer":false,"playbackSpeedEnabled":true,"reportAProblemShowSensitivityCheckbox":true,"useDGSContentPreviewPin":true,"useDGSDisplayCodeInterstitial":true,"playerPauseAdsAlphaEnabled":true,"playerInterstitialDisabled":false,"playerErrorInterstitialDisabled":false,"playerModularAdsEnabled":true,"playerModularAdsCollapseHiddenControls":true,"isIosInAppSourced":false,"redirectOnIosInAppSourced":false,"showReferralLegacyModal":false,"isLcfmJpExperienceEnabled":false,"isSimpleDroid":false,"isGiftCardFlow":false,"shouldShowEmailVerifiedBanner":false,"shouldShowEmailVerifyFailedBanner":false,"isGiftCardMemberMode":false,"isSignupSimplicity":false,"isMemberSimplicity":false,"isOnboardingSimplicity":false,"isModernizedOnboarding":false,"isPartnerConnectSimplicity":false,"isBeneficiaryGraduate":false,"isPartnerBilled":false,"blockAndroidIntent":false,"mockPaymentRequestEnabled":false,"mockItunesPaymentEnabled":false,"isInApp":false,"isIOSInApp":false,"isReferralSignupFlow":false,"showPartnerHeader":false,"isValidOriginalsLinkCountry":false,"isNonMemberManualFontDetectionNeeded":false,"isLanguageSelectorInHeader":false,"require_additional_cookie_consent":false,"includeOneTrustScript":true,"forceOneTrustEnglishLocalization":false,"shouldIncludeLanguageDisclaimer":false,"isAdsPlanRichBannerEnabled":false,"isAdsLandingRedirectEnabled":false,"isReferredByAndroidApp":false,"isClcsSignup":false,"isClipsDeepLink":false,"isExtrasDeepLink":false,"isSupplementalDeepLink":false,"isNmContentPage":false,"isNmTitlePage":false,"logHighCardinalityTitlePageMetrics":false,"isNmCollectionsPage":false,"showNmCollectionsPages":true,"hideExternalLogin":false,"clearMslDataOnLogout":true,"isVideoMerchEnabled":false,"hasVideoMerchInBob":false,"hasVideoMerchInJaw":false,"userDisabledVideoMerchInSettings":false,"isArabic":false,"isThai":false,"useManualFontDetection":true,"mopVerificationForChangeEmailEnabled":true,"fromIOSApp":false,"isProfileTransferPage":false,"isiOSOpenExternalLinkEnabled":true,"isAllocatedToGamesParentalControls":true,"useClcsViewingRestrictionsMFA":true,"isAllocatedToNotificationSettingsRedesign":true,"isCloudGamesEnabled":false,"isCloudGamesFriendsEnabled":false,"isCloudGamesSocialPlayerActionsEnabled":true,"isControllerConnectHelpPageEnabled":false,"getCrossGameDiscoveryGames":[81984005,81786495,82018641,81684457,81946667,81993046,82127407],"enableGamesTab":true,"isGamesInDeppSearchEnabled":true,"isContinuePlayingGameEnabled":false}},"fastProps":{"data":{}},"assetHosts":{"data":{"ASSETS_HOST":"https:\x2F\x2Fassets.nflxext.com","ASSETS_PATH":"https:\x2F\x2Fassets.nflxext.com\x2Fweb\x2Fffe\x2Fwp\x2F","IMGPATH":"https:\x2F\x2Fassets.nflxext.com\x2Fen_us","CDNPATH":"https:\x2F\x2Fassets.nflxext.com\x2Fffe\x2Fsiteui"},"type":"Model"},"i18nStrings":{"data":{"core\x2Fnot-found":{"not-found.header":"Lost\x20your\x20way\x3F","not-found.body":"Sorry,\x20we\x20can\x27t\x20find\x20that\x20page.\x20You\x27ll\x20find\x20lots\x20to\x20explore\x20on\x20the\x20home\x20page.\x20"},"core\x2Fnfse-v2":{"ctaButtonHome":"Netflix\x20Home","errorCode":"Error\x20Code\x20\x3Cstrong\x3E{errorCode}\x3C\x2Fstrong\x3E","imageSource":"FROM\x20\x3Cstrong\x3E{title}\x3C\x2Fstrong\x3E","imageSourceLostInSpace":"LOST\x20IN\x20SPACE","nfse.header":"Something\x20went\x20wrong","nfse.body":"Sorry,\x20we\x27re\x20having\x20trouble\x20with\x20your\x20request.\x20You\x27ll\x20find\x20lots\x20to\x20explore\x20on\x20the\x20home\x20page.","ctaButtonHelp":"Learn\x20More","imageSourceNailedIt":"NAILED\x20IT\x21"}}}}};</script><script>
3
+ if ('serviceWorker' in navigator && navigator.serviceWorker.getRegistrations) {
4
+ navigator.serviceWorker.getRegistrations().then(function(registrations) {
5
+ if (registrations) {
6
+ registrations.forEach(function (registration) {
7
+ registration.unregister().catch(function () {});
8
+ });
9
+ }
10
+ }).catch(function () {});
11
+ }
12
+ </script></body></html>
pages/html/3f83119c5b2f.html ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+
3
+ <!DOCTYPE html>
4
+ <html lang="en-US" class="no-js no-svg">
5
+ <head>
6
+ <meta charset="UTF-8">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1">
8
+ <meta name="ahrefs-site-verification" content="facfdd36f9f0c444483ff09751267169ecd1cb785563b4a43a909b9cbc645317">
9
+ <meta property="og:site_name" content="Outbrain" />
10
+
11
+ <link rel="profile" href="http://gmpg.org/xfn/11">
12
+ <style>
13
+ @import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
14
+ </style>
15
+ <meta name='robots' content='noindex, follow' />
16
+ <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
17
+
18
+ <!-- This site is optimized with the Yoast SEO Premium plugin v22.9 (Yoast SEO v25.6) - https://yoast.com/wordpress/plugins/seo/ -->
19
+ <meta property="og:locale" content="en_US" />
20
+ <meta property="og:title" content="Page not found - Resources" />
21
+ <meta property="og:site_name" content="Resources" />
22
+ <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://www.outbrain.com/resources/#website","url":"https://www.outbrain.com/resources/","name":"Resources","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.outbrain.com/resources/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}</script>
23
+ <!-- / Yoast SEO Premium plugin. -->
24
+
25
+
26
+ <link rel='dns-prefetch' href='//cdn.jsdelivr.net' />
27
+ <link rel='dns-prefetch' href='//www.outbrain.com' />
28
+ <script type="text/javascript">
29
+ /* <![CDATA[ */
30
+ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.outbrain.com\/resources\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8.3"}};
31
+ /*! This file is auto-generated */
32
+ !function(s,n){var o,i,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),a=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===a[t]})}function u(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);for(var n=e.getImageData(16,16,1,1),a=0;a<n.data.length;a++)if(0!==n.data[a])return!1;return!0}function f(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\udedf")}return!1}function g(e,t,n,a){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):s.createElement("canvas"),o=r.getContext("2d",{willReadFrequently:!0}),i=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(function(e){i[e]=t(o,e,n,a)}),i}function t(e){var t=s.createElement("script");t.src=e,t.defer=!0,s.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",i=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){s.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+g.toString()+"("+[JSON.stringify(i),f.toString(),p.toString(),u.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"}),r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=function(e){c(n=e.data),r.terminate(),t(n)})}catch(e){}c(n=g(i,f,p,u))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
33
+ /* ]]> */
34
+ </script>
35
+ <style id='wp-emoji-styles-inline-css' type='text/css'>
36
+
37
+ img.wp-smiley, img.emoji {
38
+ display: inline !important;
39
+ border: none !important;
40
+ box-shadow: none !important;
41
+ height: 1em !important;
42
+ width: 1em !important;
43
+ margin: 0 0.07em !important;
44
+ vertical-align: -0.1em !important;
45
+ background: none !important;
46
+ padding: 0 !important;
47
+ }
48
+ </style>
49
+ <link rel='stylesheet' id='wp-block-library-css' href='https://www.outbrain.com/resources/wp-includes/css/dist/block-library/style.min.css?ver=6.8.3' type='text/css' media='all' />
50
+ <style id='classic-theme-styles-inline-css' type='text/css'>
51
+ /*! This file is auto-generated */
52
+ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
53
+ </style>
54
+ <style id='global-styles-inline-css' type='text/css'>
55
+ :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
56
+ :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
57
+ :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
58
+ :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
59
+ </style>
60
+ <link rel='stylesheet' id='login-with-google-css' href='https://www.outbrain.com/resources/wp-content/plugins/login-with-google/assets/build/css/login.css?ver=1754201853' type='text/css' media='all' />
61
+ <link rel='stylesheet' id='main-css-css' href='https://www.outbrain.com/resources/wp-content/themes/resources/assets/dist/main.css?ver=1770466714' type='text/css' media='all' />
62
+ <link rel='stylesheet' id='swiper-css-css' href='https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css?ver=1770466714' type='text/css' media='all' />
63
+ <script type="text/javascript" src="https://www.outbrain.com/resources/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
64
+ <script type="text/javascript" src="https://www.outbrain.com/resources/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
65
+ <link rel="https://api.w.org/" href="https://www.outbrain.com/resources/wp-json/" /> <style type="text/css" id="wp-custom-css">
66
+ body.page-template-page-onyx-lp .banner .button {
67
+ position: relative;
68
+ z-index: 10;
69
+ }
70
+
71
+
72
+ body.events-template .popup__top>img {
73
+ object-fit: contain;
74
+ max-height: 30px;
75
+ }
76
+
77
+ body.events-template .about.is-compact p {
78
+ max-width: 75ch;
79
+ } </style>
80
+ <title>Page not found - Resources</title>
81
+ <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-MNMBTC');</script>
82
+ <script type="text/javascript">
83
+ </script>
84
+ <!-- GTM -->
85
+
86
+ </head>
87
+
88
+ <body class="error404 wp-theme-resources">
89
+ <noscript>
90
+ <iframe src="//www.googletagmanager.com/ns.html?id=GTM-MNMBTC" height="0" width="0" style="display:none;visibility:hidden"></iframe>
91
+ </noscript>
92
+
93
+ <header class="header-wrapper"><div class="header" id="header"><div class="header-inner"><a class="skip-nav" id="skip-nav" aria-label="Skip navigation to go to main content" href="#main">Skip Navigation</a><div class="logo"><a href="/" title="Outbrain" aria-label="Outbrain Direct homepage"><img src="https://www.outbrain.com/resources/wp-content/themes/resources/assets/images/logo-ob-direct.png" alt="Outbrain Direct logo"></a></div><nav class="menu-wrapper" aria-label="Main Navigation"><ul class="top-menu all-devices" role="menubar" id="menubar1" aria-label="Main Navigation"><li class='menu__item has-submenu' data-collapse='collapsible' aria-haspopup='true' aria-expanded='false' role='none' tabindex='0'><a class='title' role='menuitem' tabindex='0' id='menu-advertisers' aria-expanded='false' aria-haspopup='true'>Advertisers<span class='arrow' aria-hidden='true'></span></a><ul class='sub__menu' role='menu' aria-label='menu-advertisers'><li class='sub__menu__item' role='none'><a href='/advertisers' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Advertisers</a></li><li class='sub__menu__item' role='none'><a href='/help/ads-specs' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Ad Specs</a></li><li class='sub__menu__item' role='none'><a href='/advertisers/buying-options' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Buy Your Way</a></li></li></ul></li><li class='menu__item has-submenu' data-collapse='collapsible' aria-haspopup='true' aria-expanded='false' role='none' tabindex='0'><a class='title' role='menuitem' tabindex='0' id='menu-advertisers' aria-expanded='false' aria-haspopup='true'>Media Owners<span class='arrow' aria-hidden='true'></span></a><ul class='sub__menu' role='menu' aria-label='menu-advertisers'><li class='sub__menu__item' role='none'><a href='https://www.teads.com/media-owners' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Publishers</a></li></li></ul></li><li class='menu__item has-submenu' data-collapse='collapsible' aria-haspopup='true' aria-expanded='false' role='none' tabindex='0'><a class='title' role='menuitem' tabindex='0' id='menu-advertisers' aria-expanded='false' aria-haspopup='true'>About Us<span class='arrow' aria-hidden='true'></span></a><ul class='sub__menu' role='menu' aria-label='menu-advertisers'><li class='sub__menu__item' role='none'><a href='https://www.teads.com/about-teads/' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>About Us</a></li><li class='sub__menu__item' role='none'><a href='https://investors.outbrain.com' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Investors</a></li><li class='sub__menu__item' role='none'><a href='https://www.teads.com/company-team/' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Leadership</a></li><li class='sub__menu__item' role='none'><a href='https://www.teads.com/teads-offices/' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Offices</a></li><li class='sub__menu__item' role='none'><a href='https://www.teads.com/teads-careers/' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Careers</a></li></li></ul></li><li class='menu__item has-submenu' data-collapse='collapsible' aria-haspopup='true' aria-expanded='false' role='none' tabindex='0'><a class='title' role='menuitem' tabindex='0' id='menu-advertisers' aria-expanded='false' aria-haspopup='true'>Resources<span class='arrow' aria-hidden='true'></span></a><ul class='sub__menu' role='menu' aria-label='menu-advertisers'><li class='sub__menu__item' role='none'><a href='/resources' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>All Resources</a></li><li class='sub__menu__item' role='none'><a href='/blog' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Blog</a></li><li class='sub__menu__item' role='none'><a href='/case-studies' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Case Studies</a></li><li class='sub__menu__item' role='none'><a href='/resources/guides' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Guides</a></li><li class='sub__menu__item' role='none'><a href='/help' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Help Center</a></li></li></ul></li></ul></li></ul></nav><div class="open-menu pull-right">
94
+ <span class="icon-menu" role="button" id="openMenuButton" aria-label="mobile navigation open trigger" aria-expanded="false" aria-haspopup="true"></span>
95
+ </div>
96
+ <div class="close-menu pull-right">
97
+ <span class="icon-close" role="button" id="closeMenuButton" aria-label="mobile navigation close trigger" aria-expanded="true" aria-haspopup="false"></span>
98
+ </div>
99
+ <div class="bottom-menu"><a class="button register" href="https://my.outbrain.com/amplify/funnel/" aria-label="Go to Register"><span>Start Now</span></a><a class="button login" href="https://my.outbrain.com/login" aria-label="Go to login"><span>Log In</span></a></div></div></div></header>
100
+
101
+ <div class="error-page">
102
+ <div class="main-content">
103
+ <h3>Oh, no. Page not found...</h3>
104
+ <p>It appears we've gotten a little lost.<br />Hopefully we can point you in the right direction.</p>
105
+ <div class="back">
106
+ <span class="icon icon-arrow-left"></span>
107
+ <a href="https://www.outbrain.com/resources">Take me back</a>
108
+ </div>
109
+
110
+ </div>
111
+ </div>
112
+
113
+
114
+ </div>
115
+ <footer class="footer" id="footer"><div class="footer-top lazy load"><div class="footer-top-inner"><div class="footer-left"><a href="/" title="Outbrain" aria-label="Outbrain Direct homepage"><img src="https://www.outbrain.com/resources/wp-content/themes/resources/assets/images/logo-ob-direct.png" alt="Outbrain Direct logo"></a><div class="content"><p>Outbrain Direct Response (ODR) by Teads uses years of performance expertise to boost ROI across the open internet, combining unique reach, contextual insights, and predictive AI technology.</p><p>Outbrain Direct Response is subsidiary of the new Teads. Visit <a href="https://www.teads.com/">Teads website</a> to discover how it delivers elevated outcomes, from branding to performance.</p></div><ul class="footer-social"><li><a href="https://www.linkedin.com/showcase/outbrain-direct-response" rel="noopener" target="_blank" title="Linkedin" aria-label="Follow Outbrain Direct Response on Linked"><span class="icon-linkedin"></span></a></li><li><a href="https://www.facebook.com/OutbrainDirectResponse" rel="noopener" target="_blank" title="Facebook" aria-label="Follow Outbrain Direct Response on Facebook"><span class="icon-facebook"></span></a></li><li><a href="https://www.youtube.com/playlist?list=PLeEpXoN2sZ42FQSvjld_2h3G8m61LbHud" rel="noopener" target="_blank" title="Youtube" aria-label="Follow Outbrain Direct Response on Youtube"><span class="icon-youtube"></span></a></li><li><a href="https://t.me/outbrain_direct_response" rel="noopener" target="_blank" title="Telegram" aria-label="Follow Outbrain Direct Response on Telegram"><span class="icon-telegram"></span></a></li><li><a href="https://open.spotify.com/show/6yNojFJc4foczvf1wYa5Kj?si=909819fa03a74b20" rel="noopener" target="_blank" title="Spotify" aria-label="Follow Outbrain Direct Response on Spotify"><span class="icon-spotify"></span></a></li></ul></div><div class="footer-menu-links"><div class='expandable'><div data-expandable='data-expandable' aria-expanded='false'><h2 tabindex='0' role='button'>Advertisers</h2><div data-expandable-content='data-expandable-content'><ul class='menu-nav'><li class='sub__menu__item' role='none'><a href='/advertisers' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Advertisers</a></li><li class='sub__menu__item' role='none'><a href='/help/ads-specs' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Ad Specs</a></li><li class='sub__menu__item' role='none'><a href='/advertisers/buying-options' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Buy Your Way</a></li><li class='sub__menu__item' role='none'><a href='/advertisers/guidelines' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Advertisers Guidelines</a></li><li class='sub__menu__item' role='none'><a href='https://www.outbrain.com/help/advertisers' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Advertising FAQ</a></li><li class='sub__menu__item' role='none'><a href='/contact' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Support</a></li></ul></div></div></div><div class='expandable'><div data-expandable='data-expandable' aria-expanded='false'><h2 tabindex='0' role='button'>Insights</h2><div data-expandable-content='data-expandable-content'><ul class='menu-nav'><li class='sub__menu__item' role='none'><a href='/glossary' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Advertising Glossary</a></li><li class='sub__menu__item' role='none'><a href='/brainpower' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Vertical Insights</a></li><li class='sub__menu__item' role='none'><a href='/resources/vertical-hub' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Vertical Hub</a></li></ul></div></div></div><div class='expandable'><div data-expandable='data-expandable' aria-expanded='false'><h2 tabindex='0' role='button'>Performance</h2><div data-expandable-content='data-expandable-content'><ul class='menu-nav'><li class='sub__menu__item' role='none'><a href='/blog/affiliate-marketing' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Affiliate Marketing</a></li><li class='sub__menu__item' role='none'><a href='/affiliate-marketing-strategy' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Affiliate Hub</a></li><li class='sub__menu__item' role='none'><a href='/resources/guides/how-to-create-high-conversion-content-for-your-outbrain-campaigns' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>High-Conversion Content</a></li><li class='sub__menu__item' role='none'><a href='/resources/guides/how-to-repurpose-your-social-campaigns-for-native-ads' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Repurpose Social Campaigns</a></li></ul></div></div></div><div class='expandable'><div data-expandable='data-expandable' aria-expanded='false'><h2 tabindex='0' role='button'>About Us</h2><div data-expandable-content='data-expandable-content'><ul class='menu-nav'><li class='sub__menu__item' role='none'><a href='/about/company' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Company Overview</a></li><li class='sub__menu__item' role='none'><a href='https://www.teads.com/company-team/' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Leadership</a></li><li class='sub__menu__item' role='none'><a href='https://www.teads.com/teads-careers/' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Join Us</a></li><li class='sub__menu__item' role='none'><a href='/trust-and-transparency' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Trust & Transparency</a></li><li class='sub__menu__item' role='none'><a href='/news' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>News</a></li><li class='sub__menu__item' role='none'><a href='/contact' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Contact Us</a></li></ul></div></div></div><div class='expandable'><div data-expandable='data-expandable' aria-expanded='false'><h2 tabindex='0' role='button'>Resources</h2><div data-expandable-content='data-expandable-content'><ul class='menu-nav'><li class='sub__menu__item' role='none'><a href='/blog' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Blog</a></li><li class='sub__menu__item' role='none'><a href='/resources' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Resources Hub</a></li><li class='sub__menu__item' role='none'><a href='/case-studies' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Case Studies</a></li><li class='sub__menu__item' role='none'><a href='/help' tabindex='0' role='menuitem' aria-haspopup='false' aria-expanded='false'>Help Center</a></li></ul></div></div></div></div></div><div class="border-line"></div><ul class="footer-links"><li><a href="https://my.outbrain.com/recommendations-settings/home?utm_source=www2.outbrain.com">Interest-Based Ads (Opt Out)</a></li><li><a href="/advertisers/guidelines/">Advertiser Guidelines</a></li><li><a href="https://www.outbrain.com/privacy">Privacy Policy</a></li><li><a href="https://www.outbrain.com/privacy/cookies">Cookies</a></li><li><a href="https://www.outbrain.com/security">Security</a></li><li><a href="/patents/">Patents</a></li><li><a href="https://www.outbrain.com/legal#terms-of-use">Terms of Use</a></li></ul><div class="copyright">Copyright © 2026 Outbrain Inc. Teads is a trademark of Teads Holding Co.</div></div></footer>
116
+
117
+ <script type="speculationrules">
118
+ {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/resources\/*"},{"not":{"href_matches":["\/resources\/wp-*.php","\/resources\/wp-admin\/*","\/resources\/wp-content\/uploads\/*","\/resources\/wp-content\/*","\/resources\/wp-content\/plugins\/*","\/resources\/wp-content\/themes\/resources\/*","\/resources\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
119
+ </script>
120
+ <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js?ver=1770466714" id="swiper-js-js"></script>
121
+ <script type="text/javascript" id="ajax-script-js-extra">
122
+ /* <![CDATA[ */
123
+ var my_ajax_obj = {"ajax_url":"https:\/\/www.outbrain.com\/resources\/wp-admin\/admin-ajax.php"};
124
+ var myObj = {"jsonUrl":"https:\/\/www.outbrain.com\/resources\/wp-json\/wp\/v2\/"};
125
+ /* ]]> */
126
+ </script>
127
+ <script type="text/javascript" src="https://www.outbrain.com/resources/wp-content/themes/resources/assets/dist/main.js?ver=1770466714" id="ajax-script-js"></script>
128
+
129
+
130
+
131
+ </body>
132
+ </html>
pages/html/42caf06ffc7a.html ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <!--[if lt IE 9]><html lang="en" class="no-js lower-than-ie9" ><![endif]-->
3
+ <!--[if lt IE 10]><html lang="en" class="no-js lower-than-ie10" ><![endif]-->
4
+ <!--[if !IE]>--><html lang="en" class="no-js" ><!--<![endif]-->
5
+ <head>
6
+
7
+ <script src="https://www.paypalobjects.com/pa/js/pa.js"></script>
8
+
9
+
10
+ <script nonce="cPFUy2xWrJqGmJFoDNWZJFaym34xWfQ7CLYm5Exb+zNGh+ya">
11
+ (function(){
12
+ if(typeof PAYPAL.analytics != "undefined"){
13
+ PAYPAL.core = PAYPAL.core || {};
14
+ PAYPAL.core['pta'] = PAYPAL.analytics.setup({data:'pgrp=authchallengenodeweb%2Flayouts%2Fmaster.html.dust&page=authchallengenodeweb%2Flayouts%2Fmaster.html.dust&pgst=1770466036380&calc=f311284cb9c8b&nsid=PGPDiL1_lRbpRHdMrhdYR3B4HD_sS5Im&rsta=en_US&pgtf=Nodejs&env=live&s=ci&ccpg=US&csci=0598bce1f55d42b5a8b4dd6682010623&comp=authchallengenodeweb&tsrce=authchallengenodeweb&cu=0&ef_policy=ccpa', url:'https://t.paypal.com/ts'});
15
+ }
16
+ }());
17
+ </script>
18
+ <noscript><img src="https:https://t.paypal.com/ts?nojs=1&pgrp=authchallengenodeweb%2Flayouts%2Fmaster.html.dust&page=authchallengenodeweb%2Flayouts%2Fmaster.html.dust&pgst=1770466036380&calc=f311284cb9c8b&nsid=PGPDiL1_lRbpRHdMrhdYR3B4HD_sS5Im&rsta=en_US&pgtf=Nodejs&env=live&s=ci&ccpg=US&csci=0598bce1f55d42b5a8b4dd6682010623&comp=authchallengenodeweb&tsrce=authchallengenodeweb&cu=0&ef_policy=ccpa" alt="" height="1" width="1" border="0"></noscript>
19
+
20
+ <!-- Script info: script: node, template: , date: Feb 7, 2026 04:07:16 -08:00, country: US, language: en web version: content version: hostname : rZJvnqaaQhLn/nmWT8cSUjOx898qoYZ0k8uvkIu6i/G0ljGiqXLii3iVs3pP0+VDSCf46SltQQQ rlogid : rZJvnqaaQhLn%2FnmWT8cSUg%2BFylqOCirdIeAbpcXPG%2BTV1WXqg%2BH71PSqF5kNLU1o3xNi6jvlexOP6rXafdBivNw7B0pAAZFS_19c37ffca9c -->
21
+ <script type="text/javascript" nonce="cPFUy2xWrJqGmJFoDNWZJFaym34xWfQ7CLYm5Exb+zNGh+ya" src="https://www.paypalobjects.com/web/res/182/9209c92cedac09705674e203b7f8d/js/lib/datadog-rum.js"></script><script type="text/javascript" id="datadog-rum" nonce="cPFUy2xWrJqGmJFoDNWZJFaym34xWfQ7CLYm5Exb+zNGh+ya">window.DD_RUM ||= {q:[],onReady:function(c){this.q.push(c);}};window.DD_RUM.onReady(function() {window.DD_RUM.init({"applicationId":"094d6ec4-6434-4564-a7aa-7283dd0d40f1","clientToken":"pubbc14edcb954efe6e30dbd32fac3e7fd7","site":"us5.datadoghq.com","service":"authchallengenodeweb","sessionSampleRate":100,"sessionReplaySampleRate":5,"trackUserInteractions":true,"trackResources":true,"trackLongTasks":true,"defaultPrivacyLevel":"mask-user-input"});});</script>
22
+ <meta charset="utf-8" />
23
+ <title></title>
24
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8" /><meta name="application-name" content="PayPal" /><meta name="msapplication-task" content="name=My Account;action-uri=https://www.paypal.com/us/cgi-bin/webscr?cmd=_account;icon-uri=http://www.paypalobjects.com/en_US/i/icon/pp_favicon_x.ico" /><meta name="msapplication-task" content="name=Send Money;action-uri=https://www.paypal.com/us/cgi-bin/webscr?cmd=_send-money-transfer&amp;send_method=domestic;icon-uri=http://www.paypalobjects.com/en_US/i/icon/pp_favicon_x.ico" /><meta name="msapplication-task" content="name=Request Money;action-uri=https://personal.paypal.com/cgi-bin/?cmd=_render-content&amp;content_ID=marketing_us/request_money;icon-uri=http://www.paypalobjects.com/en_US/i/icon/pp_favicon_x.ico" /><meta name="keywords" content="transfer money, email money transfer, international money transfer " /><meta name="description" content="Transfer money online in seconds with PayPal money transfer. All you need is an email address." /><link rel="shortcut icon" href="https://www.paypalobjects.com/en_US/i/icon/pp_favicon_x.ico" /><link rel="apple-touch-icon" href="https://www.paypalobjects.com/en_US/i/pui/apple-touch-icon.png" /><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=yes" /><meta key="head_tag_robots" name="robots" content="noindex,nofollow" />
25
+ <link rel="stylesheet" href="https://www.paypalobjects.com/web/res/182/9209c92cedac09705674e203b7f8d/css/app.css" />
26
+ <!--[if lte IE 9]>
27
+ <link rel="stylesheet" href="https://www.paypalobjects.com/web/res/182/9209c92cedac09705674e203b7f8d/css/ie9.css " />
28
+ <![endif]-->
29
+ <script src="https://www.paypalobjects.com/web/res/182/9209c92cedac09705674e203b7f8d/js/lib/modernizr-2.6.1.js"></script>
30
+ </head>
31
+ <body data-view-name="authcaptcha"
32
+ data-template-path="https://www.paypalobjects.com/web/res/182/9209c92cedac09705674e203b7f8d/templates/US/en/%s.js"
33
+ data-csrf-token="guiDu3tSp8wb44b/YwUll7rWoQetTMxZRbirw="
34
+ data-locale="en_US">
35
+ <noscript>
36
+ <p class="nonjsAlert" role="alert">
37
+ NOTE: Many features on the PayPal Web site require Javascript and cookies.
38
+ </p>
39
+ </noscript>
40
+
41
+ <!-- id should be first parameter -->
42
+ <div id="main" role="main">
43
+ <div id="ads-plugin"><div class="container-fluid" id="captcha-standalone" data-app="authchallenge_response" data-captcha-type="hcaptcha" data-disable-autosubmit="true" data-jse="ad52defc3c0ae6f13b25c14bdd6a003e" data-csrf="guiDu3tSp8wb44b/YwUll7rWoQetTMxZRbirw=" data-empty-token-enum-val="STOP_SUBMISSION" data-sessionid="PGPDiL1_lRbpRHdMrhdYR3B4HD_sS5Im" > <div class="corral" > <div id="content" class="contentContainer "><header><p class="paypal-logo paypal-logo-monogram">PayPal</p></header><h1 align="center" class="headerText ">Security Challenge</h1><form action="/auth/validatecaptcha" method="post" name="challenge" novalidate> <iframe src="https://www.paypalobjects.com/web/res/182/9209c92cedac09705674e203b7f8d/hcaptcha/hcaptcha.html?siteKey=bf07db68-5c2e-42e8-8779-ea8384890eea&locale.x=en_US&country.x=US&checkConnectionTimeout=10000&domain=js.hcaptcha.com&imgsDomain=&assetsDomain=&accountsDomain=&customDomains=" height="500" width="100%25" name="recaptcha" align="middle" frameborder="0" sandbox="allow-scripts allow-same-origin allow-popups allow-forms"></iframe> <div class="actions"><button class="button actionContinue"style="background-color:"type="submit"id="continue"name="continue"value="Continue">Continue</button></div><input type="hidden" name="_csrf" value="guiDu3tSp8wb44b/YwUll7rWoQetTMxZRbirw=" /><input type="hidden" name="_requestId" value="DsZoMLLCSVpU0tJ7ubMD15hz2ylKVQt1XSJgTVDF1NI_aQD0ehkmgS8UvUfokHaFFtxEeXGCaDDcUDbhvx4nIKDGmSX9GyK9vprO3BuDLHPz9Wh4jbWU1o_-rftAkhAp" /><input type="hidden" name="_hash" value="S1lwQQ33eDDwsUED3EFdaE0dlIjig93Jiwi+cOi2hL4=" /> <input type="hidden" name="hcaptcha_eval_start_time_utc" value="1770466036393"/> <input type="hidden" id="session" name="_sessionID" value="PGPDiL1_lRbpRHdMrhdYR3B4HD_sS5Im"/><noscript><input type="hidden" name="jsd" value="d9d37b49620d6f021514ef07868e71ec" /></noscript></form></div></div></div><script type="text/javascript" data-name="authchallenge" src="https://www.paypalobjects.com/web/res/182/9209c92cedac09705674e203b7f8d/js/authchallenge.js" async></script></div><div id="ads-plugin-end"></div>
44
+ </div>
45
+ <div class="transitioning hide">
46
+ </div>
47
+
48
+ <script data-main="https://www.paypalobjects.com/web/res/182/9209c92cedac09705674e203b7f8d/js/config" src="https://www.paypalobjects.com/web/res/182/9209c92cedac09705674e203b7f8d/js/lib/require.js"></script>
49
+ </body>
50
+
51
+ </html>
pages/html/53a74e8458bd.html ADDED
The diff for this file is too large to render. See raw diff
 
pages/html/542d854ffc17.html ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <!--[if lt IE 7]> <html lang="zh-CN" class="a-no-js a-lt-ie9 a-lt-ie8 a-lt-ie7"> <![endif]-->
3
+ <!--[if IE 7]> <html lang="zh-CN" class="a-no-js a-lt-ie9 a-lt-ie8"> <![endif]-->
4
+ <!--[if IE 8]> <html lang="zh-CN" class="a-no-js a-lt-ie9"> <![endif]-->
5
+ <!--[if gt IE 8]><!-->
6
+ <html class="a-no-js" lang="zh-CN"><!--<![endif]--><head>
7
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8">
8
+ <meta charset="utf-8">
9
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
10
+ <title dir="ltr">Amazon.cn</title>
11
+ <meta name="viewport" content="width=device-width">
12
+ <link rel="stylesheet" href="https://images-na.ssl-images-amazon.com/images/G/01/AUIClients/AmazonUI-3c913031596ca78a3768f4e934b1cc02ce238101.secure.min._V1_.css">
13
+ <script>
14
+
15
+ if (true === true) {
16
+ var ue_t0 = (+ new Date()),
17
+ ue_csm = window,
18
+ ue = { t0: ue_t0, d: function() { return (+new Date() - ue_t0); } },
19
+ ue_furl = "fls-cn.amazon.cn",
20
+ ue_mid = "AAHKV2X7AFYLW",
21
+ ue_sid = (document.cookie.match(/session-id=([0-9-]+)/) || [])[1],
22
+ ue_sn = "opfcaptcha.amazon.cn",
23
+ ue_id = 'DJQJCC47SNJHY5EX1RB6';
24
+ }
25
+ </script>
26
+ </head>
27
+ <body>
28
+
29
+ <!--
30
+ To discuss automated access to Amazon data please contact api-services-support@amazon.com.
31
+ For information about migrating to our APIs refer to our Marketplace APIs at https://developer.amazonservices.com.cn/index.html/ref=rm_c_sv, or our Product Advertising API at https://associates.amazon.cn/gp/advertising/api/detail/main.html/ref=rm_c_ac for advertising use cases.
32
+ -->
33
+
34
+ <!--
35
+ Correios.DoNotSend
36
+ -->
37
+
38
+ <div class="a-container a-padding-double-large" style="min-width:350px;padding:44px 0 !important">
39
+
40
+ <div class="a-row a-spacing-double-large" style="width: 350px; margin: 0 auto">
41
+
42
+ <div class="a-row a-spacing-medium a-text-center"><i class="a-icon a-logo" alt="亚马逊徽标"></i></div>
43
+
44
+ <div class="a-box a-alert a-alert-info a-spacing-base">
45
+ <div class="a-box-inner">
46
+ <i class="a-icon a-icon-alert" alt="警报图标"></i>
47
+ <h4>点击下面的按钮继续购物</h4>
48
+ </div>
49
+ </div>
50
+
51
+ <div class="a-section">
52
+
53
+ <div class="a-box a-color-offset-background">
54
+ <div class="a-box-inner a-padding-extra-large">
55
+
56
+ <form method="get" action="/errors/validateCaptcha" name="">
57
+ <input type=hidden name="amzn" value="gyx61t7Z3ww5RZFwIL99Rg==" /><input type=hidden name="amzn-r" value="&#047;" />
58
+ !HIDDEN_ANSWER!!
59
+ <div class="a-section a-spacing-extra-large">
60
+
61
+ <div class="a-row">
62
+ <span class="a-button a-button-primary a-span12">
63
+ <span class="a-button-inner">
64
+ <button type="submit" class="a-button-text" alt="继续购物">继续购物</button>
65
+ </span>
66
+ </span>
67
+ </div>
68
+
69
+ </div>
70
+ </form>
71
+
72
+ </div>
73
+ </div>
74
+
75
+ </div>
76
+
77
+ </div>
78
+
79
+ <div class="a-divider a-divider-section"><div class="a-divider-inner"></div></div>
80
+
81
+ <div class="a-text-center a-spacing-small a-size-mini">
82
+ <a href="https://www.amazon.cn/gp/help/customer/display.html/ref=footer_claim?ie=UTF8&nodeId=200347160">使用条件</a>
83
+ <span class="a-letter-space"></span>
84
+ <span class="a-letter-space"></span>
85
+ <span class="a-letter-space"></span>
86
+ <span class="a-letter-space"></span>
87
+ <a href="https://www.amazon.cn/gp/help/customer/display.html/ref=footer_privacy?ie=UTF8&nodeId=200347130">隐私声明</a>
88
+ </div>
89
+
90
+ <div class="a-text-center a-size-mini a-color-base">
91
+ &copy; 1996-2025, Amazon.com, Inc. or its affiliates
92
+ <script>
93
+ if (true === true) {
94
+ document.write('<img src="https://fls-cn.amaz'+'on.cn/'+'1/oc-csi/1/OP/requestId=DJQJCC47SNJHY5EX1RB6&js=1" alt=""/>');
95
+ };
96
+ </script>
97
+ <noscript>
98
+ <img src="https://fls-cn.amazon.cn/1/oc-csi/1/OP/requestId=DJQJCC47SNJHY5EX1RB6&js=0" alt=""/>
99
+ </noscript>
100
+ </div>
101
+ </div>
102
+ <script>
103
+ if (true === true) {
104
+ var head = document.getElementsByTagName('head')[0],
105
+ prefix = "https://images-cn.ssl-images-amazon.com/images/G/01/csminstrumentation/",
106
+ elem = document.createElement("script");
107
+ elem.src = prefix + "csm-captcha-instrumentation.min.js";
108
+ head.appendChild(elem);
109
+
110
+ elem = document.createElement("script");
111
+ elem.src = prefix + "rd-script-6d68177fa6061598e9509dc4b5bdd08d.js";
112
+ head.appendChild(elem);
113
+ }
114
+ </script>
115
+ </body></html>
pages/html/56fd98aa9b05.html ADDED
The diff for this file is too large to render. See raw diff
 
pages/html/686b8a13c276.html ADDED
The diff for this file is too large to render. See raw diff
 
pages/html/77633c3fca2c.html ADDED
The diff for this file is too large to render. See raw diff
 
pages/html/889ec5e425a6.html ADDED
The diff for this file is too large to render. See raw diff
 
pages/html/8b956e802ab0.html ADDED
The diff for this file is too large to render. See raw diff
 
pages/html/8c810a041dba.html ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!doctype html><html itemscope="" itemtype="http://schema.org/WebPage" lang="de"><head><meta content="text/html; charset=UTF-8" http-equiv="Content-Type"><meta content="/images/branding/googleg/1x/googleg_standard_color_128dp.png" itemprop="image"><title>Google</title><script nonce="hALLztCQo6kBeOL9r1IflA">(function(){var _g={kEI:'ASqHafyuHMCK9u8P3aiZuA0',kEXPI:'0,1304203,2949954,71098,87927,266577,5532907,36811461,25228681,152377,65170,39774,61250,14067,23253,66143,66342,10217,2752,7714,33385,28347,23474,46339,20678,11883,16179,2646,4522,1767,14440,2,3515,14506,1382,4,1514,3355,196,571,5243,2,4205,6,1788,8,2678,11621,2,3105,5089,19,3008,26,769,9153,14101,9114,4255,1034,4303,845,2047,1,1,8,14,1550,3,5204,8,1,1,4,723,2757,4,9421,4,5768,4,2171,71,241,297,5,1113,389,4,2605,42,5,5568,298,6260,2993,1275,7,1788,1052,2,2332,1527,2074,6436,2,5724,9,602,1649,4,3386,3882,3216,1,2,827,3,879,480,3,2355,2555,81,10,204,441,158,2,1645,191,4,1928,1638,544,4,1568,114,860,60,1398,187,251,1854,5,259,5,197,2130,236,19,293,1078,169,4,1424,940,2363,5,3921,734,310,1047,446,4,1151,1270,5,974,4,2095,4,2,44,2592,613,255,175,71,4,32,4,448,399,367,1489,4,40,4,1357,753,4,438,323,1,2727,5,1476,50,4,478,708,4,14,69,384,4,22,341,367,5,75,4,1533,407,4,893,539,1228,334,1,9,1084,264,55,592,51,1254,3656,592,1195,13,508,107,717,746,4,331,4,93,282,568,468,57,258,614,81,10,1339,903,4,281,264,564,713,1657,545,18,4,2,31,5,484,361,412,2124,890,57,452,54,467,1138,963,4,158,446,960,1686,4,615,2,21007877,5,2992,4,2960,3,7885,606,2,709,853,3,2687,3,9181,2998,1195,3,746,6,1149,3,5578,4,438,2175,6492013,2845,1369,2,1043,1041,1555,137,893,109923,3516262,26802,12677145,160626,4199184,214,961,5,5,111,82,508,5,353,14,3183,63,13,61,172,95,349,4,65,31,357,2,710,331,4,122,4,515,47,207,3,2,2,2,550,4,899,3,123,910,2,124,4955,2,1,1,8,14,6,2647,49,4,291,1332,3,195,740,3251,1,2,737,5,330,225,236,186,108,120,380,407,503,5,142,4,82,408,3,2,2,2,307,160,33,323,1600,160,427,400,10,49,386,314,756,3,1349,2,73,932,369,3,55,218,498,100,947,2,211,5,2,10,22,67,245,8,416,171,12,6,1,3,6,1031,3,2,2,2,50,183,5,15,2,79,981,567,1264',kBL:'GBQG',kOPI:89978449};(function(){var a;((a=window.google)==null?0:a.stvsc)?google.kEI=_g.kEI:window.google=_g;}).call(this);})();(function(){google.sn='webhp';google.kHL='de';google.rdn=false;})();(function(){
2
+ var g=this||self;function k(){return window.google&&window.google.kOPI||null};var l,m=[];function n(a){for(var b;a&&(!a.getAttribute||!(b=a.getAttribute("eid")));)a=a.parentNode;return b||l}function p(a){for(var b=null;a&&(!a.getAttribute||!(b=a.getAttribute("leid")));)a=a.parentNode;return b}function q(a){/^http:/i.test(a)&&window.location.protocol==="https:"&&(google.ml&&google.ml(Error("a"),!1,{src:a,glmm:1}),a="");return a}
3
+ function r(a,b,d,c,h){var e="";b.search("&ei=")===-1&&(e="&ei="+n(c),b.search("&lei=")===-1&&(c=p(c))&&(e+="&lei="+c));var f=b.search("&cshid=")===-1&&a!=="slh";c="&zx="+Date.now().toString();g._cshid&&f&&(c+="&cshid="+g._cshid);(d=d())&&(c+="&opi="+d);return"/"+(h||"gen_204")+"?atyp=i&ct="+String(a)+"&cad="+(b+e+c)};l=google.kEI;google.getEI=n;google.getLEI=p;google.ml=function(){return null};google.log=function(a,b,d,c,h,e){e=e===void 0?k:e;d||(d=r(a,b,e,c,h));if(d=q(d)){a=new Image;var f=m.length;m[f]=a;a.onerror=a.onload=a.onabort=function(){delete m[f]};a.src=d}};google.logUrl=function(a,b){b=b===void 0?k:b;return r("",a,b)};}).call(this);(function(){google.y={};google.sy={};function e(a,b,d){if(a)var c=a.id;else{do c=Math.random();while(d[c])}d[c]=[a,b]}var f;(f=google).x||(f.x=function(a,b){e(a,b,google.y)});var g;(g=google).sx||(g.sx=function(a,b){e(a,b,google.sy)});google.bx=!1;var h;(h=google).lx||(h.lx=function(){});var k=[],l;(l=google).fce||(l.fce=function(a,b,d,c){k.push([a,b,d,c])});google.qce=k;google.adl=[];}).call(this);google.f={};(function(){
4
+ document.documentElement.addEventListener("submit",function(b){var a;if(a=b.target){var c=a.getAttribute("data-submitfalse");a=c==="1"||c==="q"&&!a.elements.q.value?!0:!1}else a=!1;a&&(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener("click",function(b){var a;a:{for(a=b.target;a&&a!==document.documentElement;a=a.parentElement)if(a.tagName==="A"){a=a.getAttribute("data-nohref")==="1";break a}a=!1}a&&b.preventDefault()},!0);}).call(this);</script><style>#gb{font:13px/27px Arial,sans-serif;height:30px}#gbz,#gbg{position:absolute;white-space:nowrap;top:0;height:30px;z-index:1000}#gbz{left:0;padding-left:4px}#gbg{right:0;padding-right:5px}#gbs{background:transparent;position:absolute;top:-999px;visibility:hidden;z-index:998;right:0}.gbto #gbs{background:#fff}#gbx3,#gbx4{background-color:#2d2d2d;background-image:none;_background-image:none;background-position:0 -138px;background-repeat:repeat-x;border-bottom:1px solid #000;font-size:24px;height:29px;_height:30px;opacity:1;filter:alpha(opacity=100);position:absolute;top:0;width:100%;z-index:990}#gbx3{left:0}#gbx4{right:0}#gbb{position:relative}#gbbw{left:0;position:absolute;top:30px;width:100%}.gbtcb{position:absolute;visibility:hidden}#gbz .gbtcb{right:0}#gbg .gbtcb{left:0}.gbxx{display:none !important}.gbxo{opacity:0 !important;filter:alpha(opacity=0) !important}.gbm{position:absolute;z-index:999;top:-999px;visibility:hidden;text-align:left;border:1px solid #bebebe;background:#fff;-moz-box-shadow:-1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbrtl .gbm{-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2)}.gbto .gbm,.gbto #gbs{top:29px;visibility:visible}#gbz .gbm{left:0}#gbg .gbm{right:0}.gbxms{background-color:#ccc;display:block;position:absolute;z-index:1;top:-1px;left:-2px;right:-2px;bottom:-2px;opacity:.4;-moz-border-radius:3px;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);*opacity:1;*top:-2px;*left:-5px;*right:5px;*bottom:4px;-ms-filter:"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)";opacity:1\0/;top:-4px\0/;left:-6px\0/;right:5px\0/;bottom:4px\0/}.gbma{position:relative;top:-1px;border-style:solid dashed dashed;border-color:transparent;border-top-color:#c0c0c0;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;width:0;border-width:3px 3px 0;padding-top:1px;left:4px}#gbztms1,#gbi4m1,#gbi4s,#gbi4t{zoom:1}.gbtc,.gbmc,.gbmcc{display:block;list-style:none;margin:0;padding:0}.gbmc{background:#fff;padding:10px 0;position:relative;z-index:2;zoom:1}.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:27px;padding:0;vertical-align:top}.gbt{*display:inline}.gbto{box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbzt,.gbgt{cursor:pointer;display:block;text-decoration:none !important}span#gbg6,span#gbg4{cursor:default}.gbts{border-left:1px solid transparent;border-right:1px solid transparent;display:block;*display:inline-block;padding:0 5px;position:relative;z-index:1000}.gbts{*display:inline}.gbzt .gbts{display:inline;zoom:1}.gbto .gbts{background:#fff;border-color:#bebebe;color:#36c;padding-bottom:1px;padding-top:2px}.gbz0l .gbts{color:#fff;font-weight:bold}.gbtsa{padding-right:9px}#gbz .gbzt,#gbz .gbgt,#gbg .gbgt{color:#ccc!important}.gbtb2{display:block;border-top:2px solid transparent}.gbto .gbzt .gbtb2,.gbto .gbgt .gbtb2{border-top-width:0}.gbtb .gbts{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:-27px -22px;border:0;font-size:0;padding:29px 0 0;*padding:27px 0 0;width:1px}.gbzt:hover,.gbzt:focus,.gbgt-hvr,.gbgt:focus{background-color:#4c4c4c;background-image:none;_background-image:none;background-position:0 -102px;background-repeat:repeat-x;outline:none;text-decoration:none !important}.gbpdjs .gbto .gbm{min-width:99%}.gbz0l .gbtb2{border-top-color:#dd4b39!important}#gbi4s,#gbi4s1{font-weight:bold}#gbg6.gbgt-hvr,#gbg6.gbgt:focus{background-color:transparent;background-image:none}.gbg4a{font-size:0;line-height:0}.gbg4a .gbts{padding:27px 5px 0;*padding:25px 5px 0}.gbto .gbg4a .gbts{padding:29px 5px 1px;*padding:27px 5px 1px}#gbi4i,#gbi4id{left:5px;border:0;height:24px;position:absolute;top:1px;width:24px}.gbto #gbi4i,.gbto #gbi4id{top:3px}.gbi4p{display:block;width:24px}#gbi4id{background-position:-44px -101px}#gbmpid{background-position:0 0}#gbmpi,#gbmpid{border:none;display:inline-block;height:48px;width:48px}#gbmpiw{display:inline-block;line-height:9px;padding-left:20px;margin-top:10px;position:relative}#gbmpi,#gbmpid,#gbmpiw{*display:inline}#gbg5{font-size:0}#gbgs5{padding:5px !important}.gbto #gbgs5{padding:7px 5px 6px !important}#gbi5{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 0;display:block;font-size:0;height:17px;width:16px}.gbto #gbi5{background-position:-6px -22px}.gbn .gbmt,.gbn .gbmt:visited,.gbnd .gbmt,.gbnd .gbmt:visited{color:#dd8e27 !important}.gbf .gbmt,.gbf .gbmt:visited{color:#900 !important}.gbmt,.gbml1,.gbmlb,.gbmt:visited,.gbml1:visited,.gbmlb:visited{color:#36c !important;text-decoration:none !important}.gbmt,.gbmt:visited{display:block}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{display:inline-block;margin:0 10px}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{*display:inline}.gbml1,.gbml1:visited{padding:0 10px}.gbml1-hvr,.gbml1:focus{outline:none;text-decoration:underline !important}#gbpm .gbml1{display:inline;margin:0;padding:0;white-space:nowrap}.gbmlb,.gbmlb:visited{line-height:27px}.gbmlb-hvr,.gbmlb:focus{outline:none;text-decoration:underline !important}.gbmlbw{color:#ccc;margin:0 10px}.gbmt{padding:0 20px}.gbmt:hover,.gbmt:focus{background:#eee;cursor:pointer;outline:0 solid black;text-decoration:none !important}.gbm0l,.gbm0l:visited{color:#000 !important;font-weight:bold}.gbmh{border-top:1px solid #bebebe;font-size:0;margin:10px 0}#gbd4 .gbmc{background:#f5f5f5;padding-top:0}#gbd4 .gbsbic::-webkit-scrollbar-track:vertical{background-color:#f5f5f5;margin-top:2px}#gbmpdv{background:#fff;border-bottom:1px solid #bebebe;-moz-box-shadow:0 2px 4px rgba(0,0,0,.12);-o-box-shadow:0 2px 4px rgba(0,0,0,.12);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.12);box-shadow:0 2px 4px rgba(0,0,0,.12);position:relative;z-index:1}#gbd4 .gbmh{margin:0}.gbmtc{padding:0;margin:0;line-height:27px}.GBMCC:last-child:after,#GBMPAL:last-child:after{content:'\0A\0A';white-space:pre;position:absolute}#gbmps{*zoom:1}#gbd4 .gbpc,#gbmpas .gbmt{line-height:17px}#gbd4 .gbpgs .gbmtc{line-height:27px}#gbd4 .gbmtc{border-bottom:1px solid #bebebe}#gbd4 .gbpc{display:inline-block;margin:16px 0 10px;padding-right:50px;vertical-align:top}#gbd4 .gbpc{*display:inline}.gbpc .gbps,.gbpc .gbps2{display:block;margin:0 20px}#gbmplp.gbps{margin:0 10px}.gbpc .gbps{color:#000;font-weight:bold}.gbpc .gbpd{margin-bottom:5px}.gbpd .gbmt,.gbpd .gbps{color:#666 !important}.gbpd .gbmt{opacity:.4;filter:alpha(opacity=40)}.gbps2{color:#666;display:block}.gbp0{display:none}.gbp0 .gbps2{font-weight:bold}#gbd4 .gbmcc{margin-top:5px}.gbpmc{background:#fef9db}.gbpmc .gbpmtc{padding:10px 20px}#gbpm{border:0;*border-collapse:collapse;border-spacing:0;margin:0;white-space:normal}#gbpm .gbpmtc{border-top:none;color:#000 !important;font:11px Arial,sans-serif}#gbpms{*white-space:nowrap}.gbpms2{font-weight:bold;white-space:nowrap}#gbmpal{*border-collapse:collapse;border-spacing:0;border:0;margin:0;white-space:nowrap;width:100%}.gbmpala,.gbmpalb{font:13px Arial,sans-serif;line-height:27px;padding:10px 20px 0;white-space:nowrap}.gbmpala{padding-left:0;text-align:left}.gbmpalb{padding-right:0;text-align:right}#gbmpasb .gbps{color:#000}#gbmpal .gbqfbb{margin:0 20px}.gbp0 .gbps{*display:inline}a.gbiba{margin:8px 20px 10px}.gbmpiaw{display:inline-block;padding-right:10px;margin-bottom:6px;margin-top:10px}.gbxv{visibility:hidden}.gbmpiaa{display:block;margin-top:10px}.gbmpia{border:none;display:block;height:48px;width:48px}.gbmpnw{display:inline-block;height:auto;margin:10px 0;vertical-align:top}
5
+ .gbqfb,.gbqfba,.gbqfbb{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor:default !important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;*min-width:70px;padding:0 8px;text-align:center;text-decoration:none !important;-moz-user-select:none;-webkit-user-select:none}.gbqfb:focus,.gbqfba:focus,.gbqfbb:focus{border:1px solid #4d90fe;-moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);-webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);outline:none}.gbqfb-hvr:focus,.gbqfba-hvr:focus,.gbqfbb-hvr:focus{-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb-no-focus:focus{border:1px solid #3079ed;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.gbqfb-hvr,.gbqfba-hvr,.gbqfbb-hvr{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb::-moz-focus-inner,.gbqfba::-moz-focus-inner,.gbqfbb::-moz-focus-inner{border:0}.gbqfba,.gbqfbb{border:1px solid #dcdcdc;border-color:rgba(0,0,0,.1);color:#444 !important;font-size:11px}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;color:#fff!important;margin:0 0}.gbqfb-hvr{border-color:#2f5bb7}.gbqfb-hvr:focus{border-color:#2f5bb7}.gbqfb-hvr,.gbqfb-hvr:focus{background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8)}.gbqfb:active{background-color:inherit;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3)}.gbqfba{background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1')}.gbqfba-hvr,.gbqfba-hvr:active{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1')}.gbqfbb{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fbfbfb));background-image:-webkit-linear-gradient(top,#fff,#fbfbfb);background-image:-moz-linear-gradient(top,#fff,#fbfbfb);background-image:-ms-linear-gradient(top,#fff,#fbfbfb);background-image:-o-linear-gradient(top,#fff,#fbfbfb);background-image:linear-gradient(top,#fff,#fbfbfb);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#fbfbfb')}.gbqfbb-hvr,.gbqfbb-hvr:active{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff,#f8f8f8);background-image:-moz-linear-gradient(top,#fff,#f8f8f8);background-image:-ms-linear-gradient(top,#fff,#f8f8f8);background-image:-o-linear-gradient(top,#fff,#f8f8f8);background-image:linear-gradient(top,#fff,#f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8')}.gbqfba-hvr,.gbqfba-hvr:active,.gbqfbb-hvr,.gbqfbb-hvr:active{border-color:#c6c6c6;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:#222 !important}.gbqfba:active,.gbqfbb:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}
6
+ #gbmpas{max-height:220px}#gbmm{max-height:530px}.gbsb{-webkit-box-sizing:border-box;display:block;position:relative;*zoom:1}.gbsbic{overflow:auto}.gbsbis .gbsbt,.gbsbis .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));left:0;margin-right:0;opacity:0;position:absolute;width:100%}.gbsb .gbsbt:after,.gbsb .gbsbb:after{content:"";display:block;height:0;left:0;position:absolute;width:100%}.gbsbis .gbsbt{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));height:6px;top:0}.gbsb .gbsbt:after{border-top:1px solid #ebebeb;border-color:rgba(0,0,0,.3);top:0}.gbsb .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));bottom:0;height:4px}.gbsb .gbsbb:after{border-bottom:1px solid #ebebeb;border-color:rgba(0,0,0,.3);bottom:0}
7
+ </style><style>body,td,a,p,.h{font-family:sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1967d2}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px sans-serif}.gsfs{font:17px sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#1f1f1f}a{color:#681da8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1967d2}a:visited{color:#681da8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#ecedee;border:solid 1px;border-color:#d2d2d2 #70757a #70757a #d2d2d2;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;color:#1f1f1f;border:none;cursor:pointer;height:30px;margin:0;outline:0;font:15px sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}</style><script nonce="hALLztCQo6kBeOL9r1IflA">(function(){window.google.erd={jsr:1,bv:2374,de:true,dpf:'tkqWzReA7O7pjHYKvTrykChQZEuwZbOQRm1_MDCjeeE'};
8
+ var g=this||self;var k,l=(k=g.mei)!=null?k:1,m,p=(m=g.diel)!=null?m:0,q,r=(q=g.sdo)!=null?q:!0,t=0,u,w=google.erd,x=w.jsr;google.ml=function(a,b,d,n,e){e=e===void 0?2:e;b&&(u=a&&a.message);d===void 0&&(d={});d.cad="ple_"+google.ple+".aple_"+google.aple;if(google.dl)return google.dl(a,e,d,!0),null;b=d;if(x<0){window.console&&console.error(a,b);if(x===-2)throw a;b=!1}else b=!a||!a.message||a.message==="Error loading script"||t>=l&&!n?!1:!0;if(!b)return null;t++;d=d||{};b=encodeURIComponent;var c="/gen_204?atyp=i&ei="+b(google.kEI);google.kEXPI&&(c+="&jexpid="+b(google.kEXPI));c+="&srcpg="+b(google.sn)+"&jsr="+b(w.jsr)+
9
+ "&bver="+b(w.bv);w.dpf&&(c+="&dpf="+b(w.dpf));var f=a.lineNumber;f!==void 0&&(c+="&line="+f);var h=a.fileName;h&&(h.indexOf("-extension:/")>0&&(e=3),c+="&script="+b(h),f&&h===window.location.href&&(f=document.documentElement.outerHTML.split("\n")[f],c+="&cad="+b(f?f.substring(0,300):"No script found.")));google.ple&&google.ple===1&&(e=2);c+="&jsel="+e;for(var v in d)c+="&",c+=b(v),c+="=",c+=b(d[v]);c=c+"&emsg="+b(a.name+": "+a.message);c=c+"&jsst="+b(a.stack||"N/A");c.length>=12288&&(c=c.substring(0,12288));a=c;n||google.log(0,"",a);return a};window.onerror=function(a,b,d,n,e){u!==a&&(a=e instanceof Error?e:Error(a),d===void 0||"lineNumber"in a||(a.lineNumber=d),b===void 0||"fileName"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,a.name==="SyntaxError"||a.message.substring(0,11)==="SyntaxError"||a.message.indexOf("Script error")!==-1?3:p));u=null;r&&t>=l&&(window.onerror=null)};})();(function(){try{/*
10
+
11
+ Copyright The Closure Library Authors.
12
+ SPDX-License-Identifier: Apache-2.0
13
+ */
14
+ var e=this||self;var aa=function(a,b,c,d){d=d||{};d._sn=["cfg",b,c].join(".");window.gbar.logger.ml(a,d)};var f=window.gbar=window.gbar||{},h=window.gbar.i=window.gbar.i||{},da;function _tvn(a,b){a=parseInt(a,10);return isNaN(a)?b:a}function _tvf(a,b){a=parseFloat(a);return isNaN(a)?b:a}function _tvv(a){return!!a}function n(a,b,c){(c||f)[a]=b}f.bv={n:_tvn("2",0),r:"",f:".66.",e:"",m:_tvn("1",1)};
15
+ function ea(a,b,c){var d="on"+b;if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent(d,c);else{var g=a[d];a[d]=function(){var k=g.apply(this,arguments),m=c.apply(this,arguments);return k==void 0?m:m==void 0?k:m&&k}}}var fa=function(a){return function(){return f.bv.m==a}},ha=fa(1),ia=fa(2);n("sb",ha);n("kn",ia);h.a=_tvv;h.b=_tvf;h.c=_tvn;h.i=aa;var q=window.gbar.i.i;var r=function(){},u=function(){},la=function(a){var b=new Image,c=ja;b.onerror=b.onload=b.onabort=function(){try{delete ka[c]}catch(d){}};ka[c]=b;b.src=a;ja=c+1},ka=[],ja=0;n("logger",{il:u,ml:r,log:la});var v=window.gbar.logger;var w={},x={createScript:function(a){return a}};x=self.trustedTypes&&self.trustedTypes.createPolicy?self.trustedTypes.createPolicy("ogb#inline",x):x;
16
+ var ma={},y=[],na=h.b("0.1",.1),oa=h.a("1",!0),pa=function(a,b){y.push([a,b])},qa=function(a,b){w[a]=b},ra=function(a){return a in w},z={},A=function(a,b){z[a]||(z[a]=[]);z[a].push(b)},B=function(a){A("m",a)},C=function(a,b){var c=document.createElement("script");c.src=x.createScript(a);c.async=oa;Math.random()<na&&(c.onerror=function(){c.onerror=null;r(Error("Bundle load failed: name="+(b||"UNK")+" url="+a))});(document.getElementById("xjsc")||
17
+ document.getElementsByTagName("body")[0]||document.getElementsByTagName("head")[0]).appendChild(c)},F=function(a){for(var b,c=0;(b=y[c])&&b[0]!=a;++c);!b||b[1].l||b[1].s||(b[1].s=!0,D(2,a),b[1].url&&C(b[1].url,a),b[1].libs&&E&&E(b[1].libs))},sa=function(a){A("gc",a)},G=null,ta=function(a){G=a},D=function(a,b,c){if(G){a={t:a,b:b};if(c)for(var d in c)a[d]=c[d];try{G(a)}catch(g){}}};n("mdc",w);n("mdi",ma);n("bnc",y);n("qGC",sa);n("qm",B);n("qd",z);n("lb",F);n("mcf",qa);n("bcf",pa);n("aq",A);
18
+ n("mdd","");n("has",ra);n("trh",ta);n("tev",D);if(h.a("m;/_/scs/abc-static/_/js/k=gapi.gapi.en.AKdz2vhcyW0.O/d=1/rs=AHpOoo_GPfyZPmTuYcbMXzJr0yr8Akk4Tw/m=__features__")){var H=function(a,b){return ua?a||b:b},I=h.a("1"),va=h.a(""),wa=h.a(""),ua=h.a(""),J=window.gapi=H(window.gapi,{}),K=function(a,b){var c=function(){f.dgl(a,b)};I?B(c):(A("gl",c),F("gl"))},xa={},ya=function(a){a=a.split(":");for(var b;(b=a.pop())&&xa[b];);return!b},E=function(a){function b(){for(var c=a.split(":"),d,g=0;d=c[g];++g)xa[d]=1;for(c=0;d=y[c];++c)d=d[1],(g=d.libs)&&!d.l&&d.i&&ya(g)&&
19
+ d.i()}f.dgl(a,b)},L=window.___jsl=H(window.___jsl,{});L.h=H(L.h,"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.AKdz2vhcyW0.O/d=1/rs=AHpOoo_GPfyZPmTuYcbMXzJr0yr8Akk4Tw/m=__features__");L.ms=H(L.ms,"https://apis.google.com");L.m=H(L.m,"");L.l=H(L.l,[]);L.dpo=H(L.dpo,"");I||y.push(["gl",{url:"//ssl.gstatic.com/gb/js/abc/glm_e7bb39a7e1a24581ff4f8d199678b1b9.js"}]);var za={pu:va,sh:"",si:wa,hl:"de"};w.gl=za;ua?J.load||n("load",K,J):n("load",K,J);n("dgl",K);n("agl",ya);h.o=I};var Aa=h.b("0.1",.001),Ba=0;
20
+ function _mlToken(a,b){try{if(Ba<1){Ba++;var c=a;b=b||{};var d=encodeURIComponent,g=["//www.google.com/gen_204?atyp=i&zx=",(new Date).getTime(),"&jexpid=",d("28834"),"&srcpg=",d("prop=1"),"&jsr=",Math.round(1/Aa),"&ogev=",d("ASqHabW0HaGy-d8Posra2Qc"),"&ogf=",f.bv.f,"&ogrp=",d(""),"&ogv=",d("864306629.0"),"&oggv="+d("es_plusone_gc_20260107.0_p0"),"&ogd=",d("com"),"&ogc=",d("DEU"),"&ogl=",d("de")];b._sn&&(b._sn=
21
+ "og."+b._sn);for(var k in b)g.push("&"),g.push(d(k)),g.push("="),g.push(d(b[k]));g.push("&emsg=");g.push(d(c.name+":"+c.message));var m=g.join("");Ca(m)&&(m=m.substr(0,2E3));var p=m;var l=window.gbar.logger._aem(a,p);la(l)}}catch(t){}}var Ca=function(a){return a.length>=2E3},Ga=function(a,b){return b};function Ja(a){r=a;n("_itl",Ca,v);n("_aem",Ga,v);n("ml",r,v);a={};w.er=a}h.a("")?Ja(function(a){throw a;}):h.a("1")&&Math.random()<Aa&&Ja(_mlToken);var _E="left",Ka=h.a(""),La=h.a(""),N=function(a,b){var c=a.className;M(a,b)||(a.className+=(c!=""?" ":"")+b)},O=function(a,b){var c=a.className;b=new RegExp("\\s?\\b"+b+"\\b");c&&c.match(b)&&(a.className=c.replace(b,""))},M=function(a,b){b=new RegExp("\\b"+b+"\\b");a=a.className;return!(!a||!a.match(b))},Ma=function(a,b){M(a,b)?O(a,b):N(a,b)},Na=function(a,b){a[b]=function(c){var d=arguments;f.qm(function(){a[b].apply(this,d)})}},Oa=function(a){a=
22
+ [La?"":"https://www.gstatic.com","/og/_/js/d=1/k=","og.og.en_US.xGQuMryoD78.es5.O","/rt=j/m=",a,"/rs=","AA2YrTvRLFo15m0wY_ypW13hJ7ivEJEetw"];Ka&&a.push("?host=www.gstatic.com&bust=og.og.en_US.0tev4YZGyoE.es5.DU");a=a.join("");C(a)};n("ca",N);n("cr",O);n("cc",M);h.k=N;h.l=O;h.m=M;h.n=Ma;h.p=Oa;h.q=Na;var Pa=["gb_71","gb_155"],Qa;function Ra(a){Qa=a}function Sa(a){var b=Qa&&!a.href.match(/.*\/accounts\/ClearSID[?]/)&&encodeURIComponent(Qa());b&&(a.href=a.href.replace(/([?&]continue=)[^&]*/,"$1"+b))}function Ta(a){window.gApplication&&(a.href=window.gApplication.getTabUrl(a.href))}function Ua(a){try{var b=(document.forms[0].q||"").value;b&&(a.href=a.href.replace(/([?&])q=[^&]*|$/,function(c,d){return(d||"&")+"q="+encodeURIComponent(b)}))}catch(c){q(c,"sb","pq")}}
23
+ var Va=function(){for(var a=[],b,c=0;b=Pa[c];++c)(b=document.getElementById(b))&&a.push(b);return a},Wa=function(){var a=Va();return a.length>0?a[0]:null},Xa=function(){return document.getElementById("gb_70")},P={},Q={},Ya={},R={},S=void 0,cb=function(a,b){try{var c=document.getElementById("gb");N(c,"gbpdjs");T();Za(document.getElementById("gb"))&&N(c,"gbrtl");if(b&&b.getAttribute){var d=b.getAttribute("aria-owns");if(d.length){var g=document.getElementById(d);if(g){var k=b.parentNode;if(S==d)S=void 0,
24
+ O(k,"gbto");else{if(S){var m=document.getElementById(S);if(m&&m.getAttribute){var p=m.getAttribute("aria-owner");if(p.length){var l=document.getElementById(p);l&&l.parentNode&&O(l.parentNode,"gbto")}}}$a(g)&&ab(g);S=d;N(k,"gbto")}}}}B(function(){f.tg(a,b,!0)});bb(a)}catch(t){q(t,"sb","tg")}},db=function(a){B(function(){f.close(a)})},eb=function(a){B(function(){f.rdd(a)})},Za=function(a){var b,c=document.defaultView;c&&c.getComputedStyle?(a=c.getComputedStyle(a,""))&&(b=a.direction):b=a.currentStyle?
25
+ a.currentStyle.direction:a.style.direction;return b=="rtl"},gb=function(a,b,c){if(a)try{var d=document.getElementById("gbd5");if(d){var g=d.firstChild,k=g.firstChild,m=document.createElement("li");m.className=b+" gbmtc";m.id=c;a.className="gbmt";m.appendChild(a);if(k.hasChildNodes()){c=[["gbkc"],["gbf","gbe","gbn"],["gbkp"],["gbnd"]];d=0;var p=k.childNodes.length;g=!1;for(var l=-1,t,Da=0;t=c[Da];Da++){for(var ba=void 0,Ea=0;ba=t[Ea];Ea++){for(;d<p&&M(k.childNodes[d],ba);)d++;if(ba==b){k.insertBefore(m,
26
+ k.childNodes[d]||null);g=!0;break}}if(g){if(d+1<k.childNodes.length){var Fa=k.childNodes[d+1];M(Fa.firstChild,"gbmh")||fb(Fa,t)||(l=d+1)}else if(d-1>=0){var Ha=k.childNodes[d-1];M(Ha.firstChild,"gbmh")||fb(Ha,t)||(l=d)}break}d>0&&d+1<p&&d++}if(l>=0){var ca=document.createElement("li"),Ia=document.createElement("div");ca.className="gbmtc";Ia.className="gbmt gbmh";ca.appendChild(Ia);k.insertBefore(ca,k.childNodes[l])}f.addHover&&f.addHover(a)}else k.appendChild(m)}}catch(ub){q(ub,"sb","al")}},fb=function(a,
27
+ b){for(var c=b.length,d=0;d<c;d++)if(M(a,b[d]))return!0;return!1},hb=function(a,b,c){gb(a,b,c)},ib=function(a,b){gb(a,"gbe",b)},jb=function(){B(function(){f.pcm&&f.pcm()})},kb=function(){B(function(){f.pca&&f.pca()})},lb=function(a,b,c,d,g,k,m,p,l,t){B(function(){f.paa&&f.paa(a,b,c,d,g,k,m,p,l,t)})},mb=function(a,b){P[a]||(P[a]=[]);P[a].push(b)},nb=function(a,b){Q[a]||(Q[a]=[]);Q[a].push(b)},ob=function(a,b){Ya[a]=b},pb=function(a,b){R[a]||(R[a]=[]);R[a].push(b)},bb=function(a){a.preventDefault&&
28
+ a.preventDefault();a.returnValue=!1;a.cancelBubble=!0},qb=null,ab=function(a,b){T();if(a){rb(a,"Wird geöffnet&hellip;");U(a,!0);b=typeof b!="undefined"?b:1E4;var c=function(){sb(a)};qb=window.setTimeout(c,b)}},tb=function(a){T();a&&(U(a,!1),rb(a,""))},sb=function(a){try{T();var b=a||document.getElementById(S);b&&(rb(b,"Dieser Dienst ist zurzeit nicht verfügbar.%1$sBitte versuche es später noch einmal.","%1$s"),U(b,!0))}catch(c){q(c,"sb","sdhe")}},rb=function(a,b,c){if(a&&b){var d=$a(a);if(d){if(c){d.textContent="";b=b.split(c);for(var g=0;c=
29
+ b[g];g++){var k=document.createElement("div");k.innerHTML=c;d.appendChild(k)}}else d.innerHTML=b;U(a,!0)}}},U=function(a,b){(b=b!==void 0?b:!0)?N(a,"gbmsgo"):O(a,"gbmsgo")},$a=function(a){for(var b,c=0;b=a.childNodes[c];c++)if(M(b,"gbmsg"))return b},T=function(){qb&&window.clearTimeout(qb)},vb=function(a){var b="inner"+a;a="offset"+a;return window[b]?window[b]:document.documentElement&&document.documentElement[a]?document.documentElement[a]:0},wb=function(){return!1},xb=function(){return!!S};
30
+ n("so",Wa);n("sos",Va);n("si",Xa);n("tg",cb);n("close",db);n("rdd",eb);n("addLink",hb);n("addExtraLink",ib);n("pcm",jb);n("pca",kb);n("paa",lb);n("ddld",ab);n("ddrd",tb);n("dderr",sb);n("rtl",Za);n("op",xb);n("bh",P);n("abh",mb);n("dh",Q);n("adh",nb);n("ch",R);n("ach",pb);n("eh",Ya);n("aeh",ob);da=h.a("")?Ta:Ua;n("qs",da);n("setContinueCb",Ra);n("pc",Sa);n("bsy",wb);h.d=bb;h.j=vb;var yb={};w.base=yb;y.push(["m",{url:"//ssl.gstatic.com/gb/js/sem_d0e032a5a61fb361e9fc557865dfbada.js"}]);f.sg={c:"1"};n("wg",{rg:{}});var zb={tiw:h.c("15000",0),tie:h.c("30000",0)};w.wg=zb;var Ab={thi:h.c("10000",0),thp:h.c("180000",0),tho:h.c("5000",0),tet:h.b("0.5",0)};w.wm=Ab;if(h.a("1")){var Bb=h.a("");y.push(["gc",{auto:Bb,url:"//ssl.gstatic.com/gb/js/abc/gci_91f30755d6a6b787dcc2a4062e6e9824.js",libs:"googleapis.client:gapi.iframes"}]);var Cb={version:"gci_91f30755d6a6b787dcc2a4062e6e9824.js",index:"",lang:"de"};w.gc=Cb;var Db=function(a){window.googleapis&&window.iframes?a&&a():(a&&sa(a),F("gc"))};n("lGC",Db);h.a("1")&&n("lPWF",Db)};window.__PVT="";function Eb(){}u=Eb;n("il",u,v);var Fb={};w.il=Fb;var Gb=function(a,b,c,d,g,k,m,p,l,t){B(function(){f.paa(a,b,c,d,g,k,m,p,l,t)})},Hb=function(){B(function(){f.prm()})},Ib=function(a){B(function(){f.spn(a)})},Jb=function(a){B(function(){f.sps(a)})},Kb=function(a){B(function(){f.spp(a)})},Lb={"27":"https://lh3.googleusercontent.com/ogw/default-user=s24","27":"https://lh3.googleusercontent.com/ogw/default-user=s24","27":"https://lh3.googleusercontent.com/ogw/default-user=s24"},Mb=function(a){return(a=Lb[a])||"https://lh3.googleusercontent.com/ogw/default-user=s24"},
31
+ Nb=function(){B(function(){f.spd()})};n("spn",Ib);n("spp",Kb);n("sps",Jb);n("spd",Nb);n("paa",Gb);n("prm",Hb);mb("gbd4",Hb);
32
+ if(h.a("")){var Ob={d:h.a(""),e:"",sanw:h.a(""),p:"https://lh3.googleusercontent.com/ogw/default-user=s96",cp:"1",xp:h.a("1"),mg:"%1$s (delegiert)",md:"%1$s (Standard)",mh:"220",s:"1",pp:Mb,ppl:h.a(""),ppa:h.a(""),
33
+ ppm:"Google+ Seite"};w.prf=Ob};var V,Pb,W,Qb,X=0,Rb=function(a,b,c){if(a.indexOf)return a.indexOf(b,c);if(Array.indexOf)return Array.indexOf(a,b,c);for(c=c==null?0:c<0?Math.max(0,a.length+c):c;c<a.length;c++)if(c in a&&a[c]===b)return c;return-1},Y=function(a,b){return Rb(a,X)==-1?(q(Error(X+"_"+b),"up","caa"),!1):!0},Tb=function(a,b){Y([1,2],"r")&&(V[a]=V[a]||[],V[a].push(b),X==2&&window.setTimeout(function(){b(Sb(a))},0))},Ub=function(a,b,c){if(Y([1],"nap")&&c){for(var d=0;d<c.length;d++)Pb[c[d]]=!0;f.up.spl(a,b,"nap",c)}},Vb=
34
+ function(a,b,c){if(Y([1],"aop")&&c){if(W)for(var d in W)W[d]=W[d]&&Rb(c,d)!=-1;else for(W={},d=0;d<c.length;d++)W[c[d]]=!0;f.up.spl(a,b,"aop",c)}},Wb=function(){try{if(X=2,!Qb){Qb=!0;for(var a in V)for(var b=V[a],c=0;c<b.length;c++)try{b[c](Sb(a))}catch(d){q(d,"up","tp")}}}catch(d){q(d,"up","mtp")}},Sb=function(a){if(Y([2],"ssp")){var b=!Pb[a];W&&(b=b&&!!W[a]);return b}};Qb=!1;V={};Pb={};W=null;X=1;
35
+ var Xb=function(a){var b=!1;try{b=a.cookie&&a.cookie.match("PREF")}catch(c){}return!b},Yb=function(){try{return!!e.localStorage&&typeof e.localStorage=="object"}catch(a){return!1}},Zb=function(a){return a&&a.style&&a.style.behavior&&typeof a.load!="undefined"},$b=function(a,b,c,d){try{Xb(document)||(d||(b="og-up-"+b),Yb()?e.localStorage.setItem(b,c):Zb(a)&&(a.setAttribute(b,c),a.save(a.id)))}catch(g){g.code!=DOMException.QUOTA_EXCEEDED_ERR&&q(g,"up","spd")}},ac=function(a,b,c){try{if(Xb(document))return"";
36
+ c||(b="og-up-"+b);if(Yb())return e.localStorage.getItem(b);if(Zb(a))return a.load(a.id),a.getAttribute(b)}catch(d){d.code!=DOMException.QUOTA_EXCEEDED_ERR&&q(d,"up","gpd")}return""},bc=function(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent&&a.attachEvent("on"+b,c)},cc=function(a){for(var b,c=0;b=a[c];c++){var d=f.up;b=b in d&&d[b];if(!b)return!1}return!0},dc=function(a,b){try{if(Xb(a))return-1;var c=a.cookie.match(/OGPC=([^;]*)/);if(c&&c[1]){var d=c[1].match(new RegExp("\\b"+
37
+ b+"-([0-9]+):"));if(d&&d[1])return parseInt(d[1],10)}}catch(g){g.code!=DOMException.QUOTA_EXCEEDED_ERR&&q(g,"up","gcc")}return-1};n("up",{r:Tb,nap:Ub,aop:Vb,tp:Wb,ssp:Sb,spd:$b,gpd:ac,aeh:bc,aal:cc,gcc:dc});var Z=function(a,b){a[b]=function(c){var d=arguments;f.qm(function(){a[b].apply(this,d)})}};Z(f.up,"sl");Z(f.up,"si");Z(f.up,"spl");Z(f.up,"dpc");Z(f.up,"iic");f.mcf("up",{sp:h.b("0.01",1),tld:"de",prid:"1"});function ec(){function a(){for(var l;(l=k[m++])&&l[0]!="m"&&!l[1].auto;);l&&(D(2,l[0]),l[1].url&&C(l[1].url,l[0]),l[1].libs&&E&&E(l[1].libs));m<k.length&&setTimeout(a,0)}function b(){g-- >0?setTimeout(b,0):a()}var c=h.a("1"),d=h.a(""),g=3,k=y,m=0,p=window.gbarOnReady;if(p)try{p()}catch(l){q(l,"ml","or")}d?n("ldb",a):c?ea(window,"load",b):b()}n("rdl",ec);}catch(e){window.gbar&&gbar.logger&&gbar.logger.ml(e,{"_sn":"cfg.init"});}})();
38
+ (function(){try{var b=window.gbar.i.i;var c=window.gbar;var f=function(d){try{var a=document.getElementById("gbom");a&&d.appendChild(a.cloneNode(!0))}catch(e){b(e,"omas","aomc")}};c.aomc=f;}catch(e){window.gbar&&gbar.logger&&gbar.logger.ml(e,{"_sn":"cfg.init"});}})();
39
+ (function(){try{var a=window.gbar;a.mcf("pm",{p:""});}catch(e){window.gbar&&gbar.logger&&gbar.logger.ml(e,{"_sn":"cfg.init"});}})();
40
+ (function(){try{var a=window.gbar;a.mcf("mm",{s:"1"});}catch(e){window.gbar&&gbar.logger&&gbar.logger.ml(e,{"_sn":"cfg.init"});}})();
41
+ (function(){try{var d=window.gbar.i.i;var e=window.gbar;var f=e.i;var g=f.c("1",0),h=/\bgbmt\b/,k=function(a){try{var b=document.getElementById("gb_"+g),c=document.getElementById("gb_"+a);b&&f.l(b,h.test(b.className)?"gbm0l":"gbz0l");c&&f.k(c,h.test(c.className)?"gbm0l":"gbz0l")}catch(l){d(l,"sj","ssp")}g=a},m=e.qs,n=function(a){var b=a.href;var c=window.location.href.match(/.*?:\/\/[^\/]*/)[0];c=new RegExp("^"+c+"/search\\?");(b=c.test(b))&&!/(^|\\?|&)ei=/.test(a.href)&&(b=window.google)&&b.kEXPI&&(a.href+="&ei="+b.kEI)},p=function(a){m(a);
42
+ n(a)},q=function(){if(window.google&&window.google.sn){var a=/.*hp$/;return a.test(window.google.sn)?"":"1"}return"-1"};e.rp=q;e.slp=k;e.qs=p;e.qsi=n;}catch(e){window.gbar&&gbar.logger&&gbar.logger.ml(e,{"_sn":"cfg.init"});}})();
43
+ (function(){try{/*
44
+
45
+ Copyright The Closure Library Authors.
46
+ SPDX-License-Identifier: Apache-2.0
47
+ */
48
+ var a=this||self;var b=window.gbar;var c=b.i;for(var d=c.a,e=c.c,f={cty:"DEU",cv:"864306629",dbg:d(""),ecv:"0",ei:e("ASqHabW0HaGy-d8Posra2Qc"),ele:d("1"),esr:e("0.1"),evts:["mousedown","touchstart","touchmove","wheel","keydown"],gbl:"es_plusone_gc_20260107.0_p0",hd:"com",hl:"de",irp:d(""),pid:e("1"),
49
+ snid:e("28834"),to:e("300000"),u:e(""),vf:".66."},g=["bndcfg"],h=a,k;g.length&&(k=g.shift());)g.length||f===void 0?h=h[k]&&h[k]!==Object.prototype[k]?h[k]:h[k]={}:h[k]=f;}catch(e){window.gbar&&gbar.logger&&gbar.logger.ml(e,{"_sn":"cfg.init"});}})();
50
+ (function(){try{window.gbar.rdl();}catch(e){window.gbar&&gbar.logger&&gbar.logger.ml(e,{"_sn":"cfg.init"});}})();
51
+ </script></head><body bgcolor="#fff"><script nonce="hALLztCQo6kBeOL9r1IflA">(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n && window.n();if (document.images){new Image().src=src;}
52
+ if (!iesg){document.f&&document.f.q.focus();document.gbqf&&document.gbqf.q.focus();}
53
+ }
54
+ })();</script><div id="mngb"><div id=gb><script nonce='hALLztCQo6kBeOL9r1IflA'>window.gbar&&gbar.eli&&gbar.eli()</script><div id=gbw><div id=gbz><span class=gbtcb></span><ol id=gbzc class=gbtc><li class=gbt><a class="gbzt gbz0l gbp1" id=gb_1 href="https://www.google.de/webhp?tab=ww"><span class=gbtb2></span><span class=gbts>Suche</span></a></li><li class=gbt><a class=gbzt id=gb_2 href="https://www.google.com/imghp?hl=de&tab=wi"><span class=gbtb2></span><span class=gbts>Bilder</span></a></li><li class=gbt><a class=gbzt id=gb_8 href="https://maps.google.de/maps?hl=de&tab=wl"><span class=gbtb2></span><span class=gbts>Maps</span></a></li><li class=gbt><a class=gbzt id=gb_78 href="https://play.google.com/?hl=de&tab=w8"><span class=gbtb2></span><span class=gbts>Play</span></a></li><li class=gbt><a class=gbzt id=gb_36 href="https://www.youtube.com/?tab=w1"><span class=gbtb2></span><span class=gbts>YouTube</span></a></li><li class=gbt><a class=gbzt id=gb_426 href="https://news.google.com/?tab=wn"><span class=gbtb2></span><span class=gbts>News</span></a></li><li class=gbt><a class=gbzt id=gb_23 href="https://mail.google.com/mail/?tab=wm"><span class=gbtb2></span><span class=gbts>Gmail</span></a></li><li class=gbt><a class=gbzt id=gb_49 href="https://drive.google.com/?tab=wo"><span class=gbtb2></span><span class=gbts>Drive</span></a></li><li class=gbt><a class=gbgt id=gbztm href="https://www.google.de/intl/de/about/products?tab=wh" aria-haspopup=true aria-owns=gbd><span class=gbtb2></span><span id=gbztms class="gbts gbtsa"><span id=gbztms1>Mehr</span><span class=gbma></span></span></a><script nonce='hALLztCQo6kBeOL9r1IflA'>document.getElementById('gbztm').addEventListener('click', function clickHandler() { gbar.tg(event,this); });</script><div class=gbm id=gbd aria-owner=gbztm><div id=gbmmb class="gbmc gbsb gbsbis"><ol id=gbmm class="gbmcc gbsbic"><li class=gbmtc><a class=gbmt id=gb_24 href="https://calendar.google.com/calendar?tab=wc">Kalender</a></li><li class=gbmtc><a class=gbmt id=gb_51 href="https://translate.google.de/?hl=de&tab=wT">Übersetzer</a></li><li class=gbmtc><a class=gbmt id=gb_10 href="https://books.google.de/?hl=de&tab=wp">Books</a></li><li class=gbmtc><a class=gbmt id=gb_6 href="https://www.google.de/shopping?hl=de&source=og&tab=wf">Shopping</a></li><li class=gbmtc><a class=gbmt id=gb_30 href="https://www.blogger.com/?tab=wj">Blogger</a></li><li class=gbmtc><a class=gbmt id=gb_27 href="https://www.google.com/finance?tab=we">Finanzen</a></li><li class=gbmtc><a class=gbmt id=gb_31 href="https://photos.google.com/?tab=wq&pageId=none">Fotos</a></li><li class=gbmtc><a class=gbmt id=gb_25 href="https://docs.google.com/document/?usp=docs_alc">Docs</a></li><li class=gbmtc><div class="gbmt gbmh"></div></li><li class=gbmtc><a href="https://www.google.de/intl/de/about/products?tab=wh" class=gbmt>Noch mehr &raquo;</a><script nonce='hALLztCQo6kBeOL9r1IflA'>document.querySelector('li > a.gbmt').addEventListener('click', function clickHandler() { gbar.logger.il(1,{t:66});; });</script></li></ol><div class=gbsbt></div><div class=gbsbb></div></div></div></li></ol></div><div id=gbg><h2 class=gbxx>Account Options</h2><span class=gbtcb></span><ol class=gbtc><li class=gbt><a target=_top href="https://accounts.google.com/ServiceLogin?hl=de&passive=true&continue=https://www.google.com/&ec=GAZAAQ" onclick="gbar.logger.il(9,{l:'i'})" id=gb_70 class=gbgt><span class=gbtb2></span><span id=gbgs4 class=gbts><span id=gbi4s1>Anmelden</span></span></a></li><li class="gbt gbtb"><span class=gbts></span></li><li class=gbt><a class=gbgt id=gbg5 href="http://www.google.de/preferences?hl=de" title="Optionen" aria-haspopup=true aria-owns=gbd5><span class=gbtb2></span><span id=gbgs5 class=gbts><span id=gbi5></span></span></a><script nonce='hALLztCQo6kBeOL9r1IflA'>document.getElementById('gbg5').addEventListener('click', function clickHandler() { gbar.tg(event,this); });</script><div class=gbm id=gbd5 aria-owner=gbg5><div class=gbmc><ol id=gbom class=gbmcc><li class="gbkc gbmtc"><a class=gbmt href="/preferences?hl=de">Sucheinstellungen</a></li><li class=gbmtc><div class="gbmt gbmh"></div></li><li class="gbkp gbmtc"><a class=gbmt href="http://www.google.de/history/optout?hl=de">Webprotokoll</a></li></ol></div></div></li></ol></div></div><div id=gbx3></div><div id=gbx4></div><script nonce='hALLztCQo6kBeOL9r1IflA'>window.gbar&&gbar.elp&&gbar.elp()</script></div></div><center><br clear="all" id="lgpd"><div><img alt="Google" height="92" src="/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png" style="padding:28px 0 14px" width="272" id="hplogo"><br><br></div><form action="/search" name="f"><table cellpadding="0" cellspacing="0"><tr valign="top"><td width="25%">&nbsp;</td><td align="center" nowrap=""><input value="de" name="hl" type="hidden"><input name="source" type="hidden" value="hp"><input name="biw" type="hidden"><input name="bih" type="hidden"><div class="ds" style="height:32px;margin:4px 0"><input class="lst" style="margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#1f1f1f" autocomplete="off" value="" title="Google Suche" maxlength="2048" name="q" size="57"></div><br style="line-height:0"><span class="ds"><span class="lsbb"><input class="lsb" value="Google Suche" name="btnG" type="submit"></span></span><span class="ds"><span class="lsbb"><input class="lsb" id="tsuid_ASqHafyuHMCK9u8P3aiZuA0_1" value="Auf gut Glück!" name="btnI" type="submit"><script nonce="hALLztCQo6kBeOL9r1IflA">(function(){var id='tsuid_ASqHafyuHMCK9u8P3aiZuA0_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}
55
+ else top.location='/doodles/';};})();</script><input value="AFdpzrgAAAAAaYc4EbncsgWg8h8PpNQRa86y9GdRB2MA" name="iflsig" type="hidden"></span></span></td><td class="fl sblc" align="left" nowrap="" width="25%"><a href="/advanced_search?hl=de&amp;authuser=0">Erweiterte Suche</a></td></tr></table><input id="gbv" name="gbv" type="hidden" value="1"><script nonce="hALLztCQo6kBeOL9r1IflA">(function(){var a,b="1";if(document&&document.getElementById)if(typeof XMLHttpRequest!="undefined")b="2";else if(typeof ActiveXObject!="undefined"){var c,d,e=["MSXML2.XMLHTTP.6.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b="2"}catch(h){}}a=b;if(a=="2"&&location.search.indexOf("&gbv=2")==-1){var f=google.gbvu,g=document.getElementById("gbv");g&&(g.value=a);f&&window.setTimeout(function(){location.href=f},0)};}).call(this);</script></form><div style="font-size:83%;min-height:3.5em"><br><div id="gws-output-pages-elements-homepage_additional_languages__als"><style>#gws-output-pages-elements-homepage_additional_languages__als{font-size:small;margin-bottom:24px}#SIvCob{color:#545454;display:inline-block;line-height:28px;}#SIvCob a{}.H6sW5{display:inline-block;margin:0 2px;white-space:nowrap}.z4hgWe{display:inline-block;margin:0 2px}</style><div id="SIvCob">Google gibt es auch auf: <a href="https://www.google.com/setprefs?sig=0_C2xrbitlW_hVOUBqIt7Gse11muE%3D&amp;hl=en&amp;source=homepage&amp;sa=X&amp;ved=0ahUKEwi8s9OFq8eSAxVAhf0HHV1UBtcQ2ZgBCAY">English</a> </div></div></div><span id="footer"><div style="font-size:10pt"><div style="margin:19px auto;text-align:center" id="WqQANb"><a href="/intl/de/ads/">Werbeprogramme</a><a href="/services/">Unternehmensangebote</a><a href="/intl/de/about.html">Über Google</a><a href="https://www.google.com/setprefdomain?prefdom=DE&amp;prev=https://www.google.de/&amp;sig=K_GDtbYMJRr3LdenqiE-cLmaLssdA%3D">Google.de</a></div></div><p style="font-size:8pt;color:#636363">&copy; 2026 - <a href="/intl/de/policies/privacy/">Datenschutzerklärung</a> - <a href="/intl/de/policies/terms/">Nutzungsbedingungen</a></p></span></center><script nonce="hALLztCQo6kBeOL9r1IflA">(function(){window.google.cdo={height:757,width:1440};(function(){var a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d=c.compatMode=="CSS1Compat"?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}if(a&&b&&(a!=google.cdo.width||b!=google.cdo.height)){var e=google,f=e.log,g="/client_204?&atyp=i&biw="+a+"&bih="+b+"&ei="+google.kEI,h="",k=window.google&&window.google.kOPI||null;k&&(h+="&opi="+k);f.call(e,"","",g+h)};}).call(this);})();(function(){google.xjs={basecomb:'/xjs/_/js/k\x3dxjs.hp.en.Pd3A6g9Srn8.es5.O/ck\x3dxjs.hp.xc3imh7NRXI.L.X.O/am\x3dAAIAAAAAAAACAAAAAAAAAAAAAAAAAAAAEAAAAAgIBAAAAAAAAAAAAAAAAAAgAAAAAAAAAIIBAAAEgCAAAAAAAIAAABAAAAAAAAEAQAAIAAAAEHcEAAAAAEAALAIAAAAAAOAF/d\x3d1/ed\x3d1/dg\x3d0/ujg\x3d1/rs\x3dACT90oFpGYhIyrJm-kkPSJIvKQBaqVkzRA',basecss:'/xjs/_/ss/k\x3dxjs.hp.xc3imh7NRXI.L.X.O/am\x3dAAIAAAAAAAACAAAAAAAAAAAAAAAAAAAAEAAAAAgABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEgCAAAAAAAIAAABAAAAAAAAEAQAAI/rs\x3dACT90oHE0D3n2l9Gg3l_84LymyDdKODNwg',basejs:'/xjs/_/js/k\x3dxjs.hp.en.Pd3A6g9Srn8.es5.O/am\x3dAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAgAAAAAAAAAIIBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEHcEAAAAAEAALAIAAAAAAOAF/dg\x3d0/rs\x3dACT90oHy3aMcknItR9CEJpxKguNZY8pdgQ',excm:[]};})();(function(){var u='/xjs/_/js/k\x3dxjs.hp.en.Pd3A6g9Srn8.es5.O/am\x3dAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAgAAAAAAAAAIIBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEHcEAAAAAEAALAIAAAAAAOAF/d\x3d1/ed\x3d1/dg\x3d4/rs\x3dACT90oHy3aMcknItR9CEJpxKguNZY8pdgQ/m\x3dsb_he,d';var st=1;var amd=1000;var mmd=0;var pop=true;var povp=false;var fp='';var ecb=false;var cst=false;var pxp=false;
56
+ var f=this||self;function g(){var a=google.ia&&google.ia.r.B2Jtyd;return a&&[1,5,6].indexOf(a.m)>=0&&a.cbfd&&a.cbvi?a:void 0};function h(a){var b=document.createElement("link");b.as="script";b.href=a;b.rel="preload";document.body.appendChild(b)}function k(){var a=[l];google.dp||(a.forEach(h),google.dp=!0)};google.ps=google.ps||[];function m(a){var b=l,c=function(){};google.lx=google.stvsc?c:function(){n(b,a);google.lx=c};google.bx||google.lx()}function p(a,b){b&&(a.src=b);fp&&google.caft&&google.caft(function(){var e=window._ejsa;e&&e.q.some(function(d){return d.eventType==="click"})&&(a.fetchPriority=fp)});var c=a.onload;a.onload=function(e){c&&c(e);google.ps=google.ps.filter(function(d){return a.src!==d})};google.ps.push(a.src);document.body.appendChild(a)}
57
+ function q(a,b,c){b?requestAnimationFrame(function(){p(a,c)}):p(a,c)}google.as=p;function n(a,b){google.tick&&google.tick("load","xjsls");var c=document.createElement("script");c.onerror=function(){google.ple=1};c.onload=function(){google.ple=0};google.xjsus=void 0;q(c,b,a);google.aple=-1;google.dp=!0};function r(){for(var a=document.getElementsByTagName("img"),b=0,c=a.length;b<c;b++){var e=a[b],d;if(d=e.hasAttribute("data-lzy_")&&Number(e.getAttribute("data-atf"))&1)d=e.getAttribute("jscontroller"),d=!((d==="UBXHI"||d==="R3fhkb"||d==="TSZEqd")&&e.hasAttribute("data-src"));if(d)return!0}return!1};var l,t,w,x,y,z,A,B,C,D,E="";function F(){l=pxp&&google.xjsup||u;var a=l.match("/cb=(loaded_h_\\d+)");a&&a[1]&&(E=a[1]);google.xjsu=l;f._F_jsUrl=l;z=function(c){m(c)};t=!1;w=(st===1||st===3)&&!!google.caft&&!r();x=g();y=!E&&(st===2||st===3)&&!!x&&!r();if(E){var b=(st===2||st===3)&&!!x;f[E]=function(c){var e=!1,d=function(){e||(e=!0,cst?setTimeout(function(){return void c.call(window,window._)},0):c.call(window,window._))};b&&google.ia.adls?(x.cbvi.push(function(){delete google.ia.adls}),x.cbvi.push(d),setTimeout(d,mmd)):d()}}A=
58
+ pop;B=povp;C=A&&document.prerendering||B&&document.hidden;D=B?"visibilitychange":"prerenderingchange"}function G(a){t||w||y||C||(z(a),t=!0)}
59
+ setTimeout(function(){google.tick&&google.tick("load","xjspls");F();if(w||y||C){if(w){var a=function(){w=!1;G()};google.caft(a);setTimeout(a,amd)}y&&(a=function(){y=!1;G()},x.cbvi.push(a),setTimeout(a,mmd));if(C){var b=function(){(B?document.hidden:document.prerendering)||(C=!1,G(!B&&!1),document.removeEventListener(D,b))};document.addEventListener(D,b,{passive:!0})}t||k()}else z()},0);})();window._ = window._ || {};window._DumpException = _._DumpException = function(e){throw e;};window._s = window._s || {};_s._DumpException = _._DumpException;window._qs = window._qs || {};_qs._DumpException = _._DumpException;window.loaded_h_0 = function(cb){cb.call(window,window._);};(function(){var t=[512,0,32,0,0,0,65536,50462720,1048582,536870912,0,134217728,1011630080,135266819,147800,532481,277022080,512,1,16384,524352,473956352,71,269484032,556,0,94];window._F_toggles = window._xjs_toggles = t;})();window._F_installCss = window._F_installCss || function(css){};(function(){var pmc='{\x22d\x22:{},\x22sb_he\x22:{\x22client\x22:\x22heirloom-hp\x22,\x22dh\x22:true,\x22ds\x22:\x22\x22,\x22host\x22:\x22google.com\x22,\x22jsonp\x22:true,\x22lm\x22:true,\x22msgs\x22:{\x22cibl\x22:\x22Suche l\\u00f6schen\x22,\x22dym\x22:\x22Meintest du:\x22,\x22lcky\x22:\x22Auf gut Gl\\u00fcck!\x22,\x22lml\x22:\x22Weitere Informationen\x22,\x22psrc\x22:\x22Diese Suchanfrage wurde aus deinem \\u003Ca href\x3d\\\x22/history\\\x22\\u003EWebprotokoll\\u003C/a\\u003E entfernt.\x22,\x22psrl\x22:\x22Entfernen\x22,\x22sbit\x22:\x22Bildersuche\x22,\x22srch\x22:\x22Google Suche\x22},\x22ovr\x22:{},\x22pq\x22:\x22\x22,\x22rfs\x22:[],\x22stok\x22:\x22UNVHlNGnralAyDKki6XRss43dug\x22}}';google.pmc=JSON.parse(pmc);})();</script></body></html>
pages/html/8e2a067234f4.html ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html><html lang="de"><head><title>Google Search</title><style>body{background-color:#fff}</style><script nonce="O2pNceotPoGmSW6T1sUj0Q">window.google = window.google || {};window.google.c = window.google.c || {cap:0};</script></head><body><noscript><style>table,div,span,p{display:none}</style><meta content="0;url=/httpservice/retry/enablejs?sei=PRGHaZGrLfC9i-gPtZyggQ8" http-equiv="refresh"><div style="display:block"><a href="/httpservice/retry/enablejs?sei=PRGHaZGrLfC9i-gPtZyggQ8">Klicke hier</a>, wenn du nach einigen Sekunden nicht automatisch weitergeleitet wirst.</div></noscript><script nonce="O2pNceotPoGmSW6T1sUj0Q">(function(){var sctm=false;(function(){sctm&&google.tick("load","pbsst");}).call(this);})();</script><script nonce="O2pNceotPoGmSW6T1sUj0Q">//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjogMywic291cmNlcyI6WyIiXSwic291cmNlc0NvbnRlbnQiOlsiICJdLCJuYW1lcyI6WyJjbG9zdXJlRHluYW1pY0J1dHRvbiJdLCJtYXBwaW5ncyI6IkFBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUEifQ==
2
+ (function(){var D=function(m,I,x,J,n,B,q,G,O,N){{O=37;while(O!=63){if(O==58)return N;if(O==37)O=9;else if(O==94){a:{if(G=(q=W.trustedTypes,J),!q||!q.createPolicy){N=G;break a}try{G=q.createPolicy(n,{createHTML:H,createScript:H,createScriptURL:H})}catch(L){if(W.console)W.console[B](L.message)}N=G}O=58}else O==15?O=(x-I|7)<x&&(x-2|m)>=x?94:58:O==85?(N=J,O=15):O==9&&(O=(x+8^1)>=x&&(x+2^15)<x?85:15)}}},H=function(m){return D.call(this,28,4,7,m)},W=this||self;(0,eval)(function(m,I){return(I=D(28,4,3,null,"ks","error"))&&m.eval(I.createScript("1"))===1?function(x){return I.createScript(x)}:function(x){return""+x}}(W)(Array(Math.random()*7824|0).join("\n")+['//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjogMywic291cmNlcyI6WyIiXSwic291cmNlc0NvbnRlbnQiOlsiICJdLCJuYW1lcyI6WyJjbG9zdXJlRHluYW1pY0J1dHRvbiJdLCJtYXBwaW5ncyI6IkFBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUEifQ==',
3
+ '(function(){/*',
4
+ '',
5
+ ' Copyright Google LLC',
6
+ ' SPDX-License-Identifier: Apache-2.0',
7
+ '*/',
8
+ 'var IR=function(O,m,x,I,G,N,H,n,W){{W=37;while(W!=63)if(W==58)W=(m&62)==m?44:85;else if(W==37)W=O;else if(W==15)W=(m-4^28)>=m&&(m+1&14)<m?42:58;else if(W==94)n=I in O_?O_[I]:O_[I]=x+I,W=15;else if(W==O)W=(m|16)==m?94:15;else{if(W==85)return n;if(W==44)xu.call(this),x||mo||(mo=new oR),this.ND=this.wc=this.L=this.uW=null,this.et=false,this.KV=void 0,this.Sf=false,this.YA=null,W=85;else if(W==42){a:{for(H in G)if(N.call(void 0,G[H],H,G)){n=I;break a}n=x}W=58}}}},Qi=function(O,m,x,I,G,N,H,n,W,L){for(L=87;L!=99;)if(L==87)L=1;else if(L==88)W=N,L=11;else if(L==42)m=new LE(x,this),n=I.Hu||I.src,H=I.listener,I.F5&&y(22,0,true,I),N=H.call(n,m),L=88;else if(L==69)L=(G^50)>>O?11:60;else if(L==54)N=true,L=88;else if(L==11)L=(G|40)==G?83:49;else if(L==60)L=I.mh?54:42;else{if(L==49)return W;L==47?(this.listener=N,this.proxy=null,this.src=x,this.type=m,this.capture=!!H,this.Hu=I,this.key=++uy,this.mh=this.F5=false,L=69):L==83?(W=typeof m.className==I?m.className:m.getAttribute&&m.getAttribute(x)||"",L=49):L==1&&(L=(G&113)==G?47:69)}},BS=function(O,m,x,I,G,N,H){{N=O;while(N!=54)if(N==35)N=(x>>m&7)>=3&&(x>>2&6)<5?7:87;else if(N==7)this.xA=p.document||document,N=87;else if(N==9)N=x<<2>=-70&&(x+m&8)<3?99:35;else if(N==99)G=function(n){return I.call(G.src,G.listener,n)},I=JS,H=G,N=35;else{if(N==87)return H;N==O&&(N=9)}}},rr=function(O,m,x,I,G,N,H,n){{n=17;while(n!=59)if(n==77)n=m<<1&6?42:3;else if(n==17)n=40;else if(n==40)n=m-3&7?77:O;else if(n==3)H=y(92,x,G,I)&&fE(35,17,G,x,I)!=N&&(!(I.GZ&G)||I.dispatchEvent(zI(1,8,8,2,64,1,G,N)))&&!I.C,n=42;else{if(n==42)return H;n==O&&(H=Object.prototype.hasOwnProperty.call(x,ly)&&x[ly]||(x[ly]=++yi),n=77)}}},HS=function(O,m,x,I,G,N,H){for(N=7;N!=49;){if(N==m)return H;N==67?(I.classList?Array.prototype.forEach.call(G,function(n){qW(3,O," ","string","class",0,I,n)}):y(51,"string",I,Array.prototype.filter.call(r(51,I,"class"),function(n){return!(WS(13,0,G,n)>=0)}).join(" ")),N=m):N==88?N=(x>>2&7)==1?67:m:N==7?N=61:N==98?(H=Math.floor(this.h()),N=88):N==61&&(N=x-8>>3?88:98)}},by=function(O,m,x,I,G,N,H,n,W,L,D){{L=32;while(L!=6){if(L==94)throw Error("Invalid decorator function "+m);if(L==84)L=O-1>=5&&(O^4)<19?43:90;else if(L==43)this.type=m,this.currentTarget=this.target=x,this.defaultPrevented=this.hU=false,L=90;else if(L==20)this[this+""]=this,D=Promise.resolve(),L=46;else{if(L==89)throw Error("Invalid class name "+x);if(L==15)L=(O+3&7)==3?10:57;else if(L==71)L=typeof m!=="function"?94:57;else if(L==90)L=(O^2)>>3==3?2:15;else if(L==2){a:if(I.N.length){(I.pp=(I.Z&&":TQR:TQR:"(),x),I).Z=true;try{W=I.h(),I.uE=W,I.yU=W,I.os=0,I.pV=0,H=gr(8,true,254,null,"~",I,x),n=G?0:10,N=I.h()-I.yU,I.X5+=N,I.A2&&I.A2(N-I.J,I.D,I.g,I.pV),I.D=false,I.g=false,I.J=0,N<n||I.VR--<=0||(N=Math.floor(N),I.Is.push(N<=m?N:254))}finally{I.Z=false}D=H;break a}L=15}else if(L==57)L=(O|40)==O?20:46;else if(L==32)L=84;else if(L==10)L=x?71:89;else if(L==46)return D}}}},w=function(O,m,x,I,G){if((m&((m+2&16)<4&&m-7>>4>=3&&(I=eb(x),I&O&&(I=I&127|eb(x)<<7),G=I),41))==m)a:{switch(!O.v){case !(0==![""]==![])==!"":0;break;case false:G=pE(O.o,O);break a;break}G=(I=wr(O,8,true),I&128&&(I^=128,x=wr(O,2,true),I=(I<<2)+(x|0)),I)}if((((m>>2&15)>=9&&m>>2<15&&(I=Yu[x.i](x.aY),I[x.i]=function(){return O},I.concat=function(N){O=N},G=I),m^63)&7)==1)a:{for(0;O.v;![void true]!=0){G=pE(O.o,O);break a;if(NaN===NaN==0)break}G=((x=wr(O,8,true),x)&128&&(x^=128,I=wr(O,2,true),x=(x<<2)+(I|0)),x)}return G},r=function(O,m,x,I,G,N,H,n,W,L,D,q){{q=79;while(q!=43)if(q==13)q=G<x.length?89:55;else if(q==79)q=99;else if(q==55)D=n,q=29;else if(q==31)D=m.classList?m.classList:Qi(4,m,x,"string",40).match(/\\S+/g)||[],q=57;else if(q==0)q=(O-4|40)<O&&(O+1^29)>=O?35:96;else if(q==84)L=function(){},N=void 0,H=vS(x,function(J,B){for(B=61;B!=13;)B==61?B=L?41:13:B==41&&(m&&s_(m),N=J,L(),L=void 0,B=13)},!!m),G=H[1],I=H[0],D={top:function(J,B,Q,u,g,z,f){for(f=58;f!=20;)if(f==0)f=B?95:9;else if(f==95)f=N?23:85;else if(f==23)z(),f=20;else if(f==58)z=function(){N(function(l){s_(function(){J(l)})},Q)},f=0;else if(f==85)u=L,L=function(){(u(),s_)(z)},f=20;else if(f==9)return g=I(Q),J&&J(g),g},pe:function(J){G&&G(J)}},q=7;else if(q==29)q=(O|72)==O?98:0;else if(q==83)q=26;else if(q==98)v(m,x,I),I[hS]=2796,q=0;else if(q==57)q=(O<<2&14)==4?84:7;else if(q==26)q=N>7?16:58;else if(q==16)N-=8,n.push(I>>N&255),q=33;else if(q==3)q=13;else if(q==21)G=N=0,n=[],q=3;else if(q==58)G++,q=13;else if(q==33)q=26;else if(q==7)q=O-4<40&&O<<2>=22?21:29;else{if(q==96)return D;q==35?(m(function(J){J(x)}),D=[function(){return x},function(){}],q=96):q==89?(N+=m,I=(H=I<<m,W=x[G],2*(H|0)+~H-(H|~W)),q=83):q==99&&(q=(O|48)==O?31:57)}}},y=function(O,m,x,I,G,N,H,n,W,L){{W=84;while(W!=58)if(W==2)W=H.vu==m?71:37;else if(W==52)W=H?26:61;else{if(W==10)return L;W==92?(S(12,m,I,N.u),W=37):W==16?W=(O-3^16)>=O&&O+6>>1<O?9:30:W==79?(typeof x.className==m?x.className=I:x.setAttribute&&x.setAttribute("class",I),W=10):W==71?(H.src=null,N[PS]=null,W=37):W==9?(this.V=m,W=30):W==56?(L=!!(G=I.Mt,(G|m)-~(G&x)+~G),W=22):W==83?(this.n++,x=m-this.P,this.P+=x/this.n,this.Wu+=x*(m-this.P),W=16):W==30?W=O+1>=20&&(O|8)<33?13:37:W==25?W=(O&79)==O?83:16:W==22?W=(O>>1&21)>=8&&(O>>1&14)<14?79:10:W==24?(N=I.src,W=18):W==84?W=25:W==18?W=N&&N[Sb]?92:35:W==61?(R(40,x,I),W=37):W==35?(n=I.type,G=I.proxy,N.removeEventListener?N.removeEventListener(n,G,I.capture):N.detachEvent?N.detachEvent(IR(9,23,"on",n),G):N.addListener&&N.removeListener&&N.removeListener(G),RR--,H=dr(15,N),W=52):W==13?W=typeof I!=="number"&&I&&!I.mh?24:37:W==37?W=(O>>1&3)==2?56:22:W==26&&(S(13,m,I,H),W=2)}}},AS=function(O,m,x,I,G,N,H,n,W,L,D,q,J,B){{J=53;while(J!=49)if(J==66)J=Array.isArray(I)?76:71;else if(J==76)D=x,J=63;else if(J==23)J=L?52:85;else if(J==16)J=(m^13)>>4?85:66;else if(J==33){a:{if(typeof O==="function"){B=O;break a}B=(O[Lb]||(O[Lb]=function(Q){return O.handleEvent(Q)}),O[Lb])}J=16}else if(J==53)J=47;else if(J==28)D++,J=94;else if(J==19)J=N?77:85;else if(J==77)L=dr(16,N),J=23;else if(J==89)J=N&&N[Sb]?26:19;else if(J==10)AS(null,6,0,I[D],G,N,H,n),J=28;else{if(J==85)return B;J==63?J=94:J==71?(q=R(17,O,H)?!!H.capture:!!H,G=AS(G,17),J=89):J==26?(N.u.remove(String(I),G,q,n),J=85):J==52?((W=L.bE(q,G,I,n))&&y(19,0,true,W),J=85):J==47?J=(m&59)==m?33:16:J==94&&(J=D<I.length?10:85)}}},WS=function(O,m,x,I,G,N,H,n,W,L){{W=28;while(W!=66)if(W==69)W=(O&52)==O?21:16;else if(W==68)n[G++]=N,W=83;else if(W==16)W=(O-9&15)==2?0:35;else if(W==79)L=n,W=35;else if(W==28)W=23;else{if(W==35)return L;if(W==22)W=(O&81)==O?97:69;else if(W==4)N=I.charCodeAt(H),W=33;else if(W==2)Array.prototype.forEach.call(x,function(D,q,J){for(J=0;J!=40;)J==45?(q=Qi(4,m,"class","string",41),y(32,"string",m,q+(q.length>0?" "+D:D)),J=40):J==52?J=cS(4,"class",0,49,m,D)?40:45:J==50?(m.classList.add(D),J=40):J==0&&(J=m.classList?50:52)}),W=16;else if(W==53)W=90;else if(W==60){a:{if(typeof x==="string"){L=typeof I!=="string"||I.length!=1?-1:x.indexOf(I,m);break a}for(G=m;G<x.length;G++)if(G in x&&x[G]===I){L=G;break a}L=-1}W=32}else if(W==97)L=Math.floor(this.X5+(this.h()-this.yU)),W=69;else if(W==17){for(G in N=((Array.prototype.forEach.call((I={},r)(50,m,"class"),function(D){I[D]=true}),Array.prototype).forEach.call(x,function(D){I[D]=true}),""),I)N+=N.length>0?" "+G:G;W=(y(34,"string",m,N),16)}else W==15?W=22:W==0?(n=[],H=G=x,W=53):W==21?W=m.classList?2:17:W==33?W=N>255?57:68:W==57?(n[G++]=(N|x)-(N^255)+(~N&255),N>>=m,W=68):W==83?(H++,W=90):W==90?W=H<I.length?4:79:W==23?W=((O^47)&15)==2?60:32:W==32&&(W=O+9<20&&O+2>>3>=1?15:22)}}},Qz=function(O,m,x,I,G){while(O.length==3){for(G=0;G<3;G++)m[G]+=O[G];for(I=[13,8,(x=0,13),12,16,5,3,10,15];x<9;x++)m[3](m,x%3,I[x]);if("Z")break}},yz=function(O,m){return HS.call(this,16,35,5,O,m)},JY=function(O,m,x,I,G,N,H,n,W,L,D){{D=31;while(D!=17)if(D==0){a:{if(this.n===0){L=[0,0];break a}L=[(this.I.sort(function(q,J){return q-J}),this.n),this.I[this.I.length>>1]]}D=O}else if(D==67)D=(m|1)>>3==1?35:82;else if(D==31)D=67;else if(D==35){a:{for(n=x;n<I.length;++n)if(W=I[n],!W.mh&&W.listener==H&&W.capture==!!G&&W.Hu==N){L=n;break a}L=-1}D=82}else if(D==O)D=(m<<2&14)>=11&&(m<<2&16)<4?46:4;else if(D==46)L=zI(1,16,"_","",x,true),D=4;else if(D==82)D=(m&89)==m?78:23;else if(D==78){a:{if(!(N=p.trustedTypes,H=I,N)||!N.createPolicy){L=H;break a}try{H=N.createPolicy(x,{createHTML:HJ,createScript:HJ,createScriptURL:HJ})}catch(q){if(p.console)p.console[G](q.message)}L=H}D=23}else{if(D==4)return L;D==23&&(D=(m|64)==m?0:O)}}},uB=function(O,m){function x(){this.P=this.Wu=this.n=0}return[(O=(x.prototype.RY=(x.prototype.QU=function(I,G){return y.call(this,3,I,G)},function(){return qW.call(this,3,48)}),m=new x,new x),function(I){m.QU(I),O.QU(I)}),function(I){return O=new (I=[m.RY(),O.RY(),m.P,O.P],x),I}]},lB=function(O,m,x,I,G,N,H,n,W){if(!I.R){I.iE++;try{W=0;while(null!=false)if(H=void 0,[])break;for(N=I.S;--m;)try{if((G=void 0,I).v)H=pE(I.v,I);else{if((W=T(I,356),W)>=N)break;H=(G=(v(I,460,W),w(I,O)),T(I,G))}U(x,x,(H&&(n=H[bB],(n|0)- -2049+~(n|2048))?H(I,m):fb(2,[zB,21,G],0,I),16),I,m,x)}catch(L){T(I,350)?fb(2,L,22,I):v(I,350,L)}if(!m){for(0;I.qt;true){lB(30,(I.iE--,690579000995),false,I);return;if([])break}fb(2,[zB,33],0,I)}}catch(L){try{fb(2,L,22,I)}catch(D){iy(94,"~",D,I)}}I.iE--}},GB=function(O,m,x,I,G,N,H,n,W,L,D,q){switch(!((x-4|47)<x&&(x-2|28)>=x)){case true:(0==![]).true;break;case ![]==(true!=[]):switch(!(G=KE("call",O,"null")==="array"?O:[O],this.R)){case NaN!==NaN:try{while("h")if(N=!this.N.length&&!this.Z,S(3,this,[OS,[],G,I,m]),m&&!N||by(27,254,m,this,true),true)break}catch(J){iy(14,"~",J,this),I(this.R)}break;case false:I(this.R);break}break}switch(!((x|40)==x)){case true:false;break;case false:N=A(17,O);{H=I;while(m>I)H=(G=H<<8,n=eb(O),-~n+(G^n)+(G|~n)),m--}c(N,O,H);break}while(true)if(!((x>>1&15)>=2&&(x>>1&8)<4&&(D=q=function(){for(var J=39;J!=32;){if(J==37)return Q;if(J==49)J=N.A?42:85;else if(J==42)var B=[oy,H,O,void 0,n,W,(J=95,arguments)];else if(J==54){var Q=jN(0,null,N,B);J=37}else if(J==39)J=N.V==N?49:32;else if(J==68)J=G==m?34:54;else if(J==85)n&&W&&n.removeEventListener(W,q,Iy),J=32;else if(J==63)S(66,N,B),Q=by(28,254,I,N,I),J=37;else if(J==34){var u=!N.N.length&&!N.Z;J=(S(67,N,B),u&&by(29,254,I,N,I),37)}else J==95&&(J=G==2?63:68)}}),false)==!"")break;return(x^23)&5||(H=N&7,G=[44,81,93,39,-62,37,G,-65,74,-35],W=qm,L=Yu[m.i](m.yR),L[m.i]=function(J){H=(H+=(n=J,6+7*N),(H|7)- -1+(~H^7))},L.concat=function(J,B,Q,u,g){if(B=O%16+1,Number()==false)g=-1680*n+G[Q=H+75,-1-~(Q|7)-(Q^7)]*O*B+56*n*n-I*O*O*n+(W()|0)*B+H-4536*O*n-B*n+5*O*O*B;return G[H+(2+(~N^2)-(~N|2))]=(G[(J=H+69,-2*~(J&7)+~J+2*(J&-8)+(u=G[n=void 0,g],~J|7))+(-~(N&2)+(~N&2)+(N|-3))]=u,81),u},D=L),D},U=function(O,m,x,I,G,N,H,n,W,L,D,q,J,B,Q,u){for(u=93;u!=32;)if(u==18){a:{if(((L=(n=(J=(W=(m||I.os++,I.Tg>0)&&I.Z&&I.pp&&I.iE<=1&&!I.v&&!I.X&&(!m||I.vm-G>1)&&document.hidden==O,I.os)==4)||W?I.h():I.uE,n)-I.uE,I.j+=L>>14>0,I.l&&(I.l=(q=I.l,H=(I.j+1>>2)*(L<<2),-(q|0)-(H|0)+2*(q|H))),I).V=I.j+1>>2!=0||I.V,J)||W)I.os=0,I.uE=n;if(!W){B=O;break a}if(n-I.yU<(I.Tg>I.pV&&(I.pV=I.Tg),I.Tg)-(N?255:m?5:2)){B=O;break a}(a(I,(D=d((I.vm=G,m)?460:356,I),356),I.S),I).N.push([U_,D,m?G+1:G,I.D,I.g]),I.X=s_,B=true}u=12}else{if(u==12)return B;u==67?u=(x&14)==x?17:64:u==17?(Q=function(){},Q.prototype=I.prototype,m.O=I.prototype,m.prototype=new Q,m.prototype.constructor=m,m.O$=function(g,z,f){for(var l=52;l!=83;)if(l==85)l=P<arguments.length?25:16;else{if(l==16)return I.prototype[z].apply(g,k);if(l==4)l=85;else if(l==3)P++,l=85;else if(l==25)k[P-O]=arguments[P],l=3;else if(l==52)var k=Array((l=4,arguments.length-O)),P=O}},u=64):u==64?u=x>>1&6?12:18:u==93&&(u=67)}},fE=function(O,m,x,I,G,N,H,n){for(H=27;H!=O;)if(H==65)x.DS(function(W){N=W},I,G),n=N,H=98;else if(H==51)H=(m+6^10)<m&&m-1<<1>=m?65:98;else{if(H==53)return n;H==27?H=51:H==98?H=m>>1&3?53:50:H==50&&(n=!!(N=G.Rs,(N|I)+(~N^x)-(N|~x)),H=53)}},iy=function(O,m,x,I,G,N,H,n,W,L,D,q,J,B,Q){{B=53;while(B!=49)if(B==11)this.src=m,this.vu=0,this.K={},B=33;else if(B==27)B=N?94:15;else if(B==2)B=O>>2>=-61&&((O^14)&14)<1?0:52;else if(B==53)B=5;else if(B==58)B=(O|56)==O?27:2;else if(B==30)B=W.attachEvent?26:76;else if(B==37)this[this+""]=this,B=28;else if(B==5)B=(O^31)>>4?33:11;else if(B==28)B=(O&90)==O?60:58;else if(B==60)N=typeof G,H=N!=m?N:G?Array.isArray(G)?"array":N:"null",Q=H==x||H==m&&typeof G.length==I,B=58;else if(B==79)TI||(H=q),H===void 0&&(H=m),W.addEventListener(N.toString(),D,H),B=25;else if(B==33)B=(O|5)>>4>=2&&(O^74)<17?37:28;else{if(B==52)return Q;if(B==0)I.R=((I.R?I.R+m:"E:")+x.message+":"+x.stack).slice(0,2048),B=52;else if(B==76)B=W.addListener&&W.removeListener?3:38;else{if(B==38)throw Error("addEventListener and attachEvent are unavailable.");if(B==25)RR++,B=2;else{if(B==15)throw Error("Invalid event type");B==14?B=W.addEventListener?79:30:B==42?B=L.proxy?2:47:B==26?(W.attachEvent(IR(9,21,"on",N.toString()),D),B=25):B==3?(W.addListener(D),B=25):B==94?(q=R(3,x,H)?!!H.capture:!!H,(J=dr(17,W))||(W[PS]=J=new Fa(W)),L=J.add(N,n,G,q,I),B=42):B==47&&(D=BS(29,1,3),L.proxy=D,D.src=W,D.listener=L,B=14)}}}}},S=function(O,m,x,I,G,N,H,n,W,L){for(W=14;W!=60;)if(W==76)W=O+5>>1<O&&(O-4^6)>=O?48:40;else if(W==69)m.N.splice(0,0,x),W=30;else if(W==64)H++,W=4;else if(W==81)delete I.K[G],I.vu--,W=40;else if(W==14)W=49;else if(W==96)W=4;else if(W==1){for(n in G=m,I.K){for(N=I.K[n],H=m;H<N.length;H++)++G,R(12,x,N[H]);delete I.K[n],I.vu--}W=41}else if(W==12)N=G.length,n=typeof G==="string"?G.split(x):G,H=m,W=96;else if(W==48)G=x.type,W=79;else if(W==79)W=G in I.K&&CE(m,12,x,I.K[G])?16:40;else if(W==41)W=O<<1&21?9:23;else{if(W==40)return L;W==4?W=H<N?83:76:W==16?(R(8,true,x),W=10):W==10?W=I.K[G].length==m?81:40:W==9?W=O+7&15?76:12:W==30?W=(O^89)>>3?41:1:W==83?(H in n&&I.call(void 0,n[H],H,G),W=64):W==23?W=9:W==49&&(W=(O>>1&15)==1?69:30)}},cS=function(O,m,x,I,G,N,H,n,W,L,D,q){for(D=74;D!=98;)if(D==72)Xa(1,W,m,8,true,n,H,N,G),D=O;else if(D==25)n=r(48,G,m),H=WS(29,x,n,N)>=x,D=76;else if(D==51)D=((I^19)&7)==1?2:O;else if(D==2)D=G&&G.once?72:94;else if(D==24)L=m,D=97;else if(D==O)D=(I^31)&6?89:56;else if(D==89)D=(I^51)>>3?37:68;else if(D==76)q=H,D=37;else if(D==29)H=G.classList.contains(N),D=76;else if(D==36)n=AS(n,16),H&&H[Sb]?H.u.add(String(W),n,false,R(18,x,G)?!!G.capture:!!G,N):iy(57,false,null,N,false,W,G,n,H),D=O;else if(D==68)D=G.classList?29:25;else if(D==22)cS(4,0,null,10,G,N,H,n,W[L]),D=84;else{if(D==37)return q;D==56?(m.wc&&m.wc.forEach(x,void 0),D=89):D==84?(L++,D=85):D==97?D=85:D==85?D=L<W.length?22:O:D==74?D=51:D==94&&(D=Array.isArray(W)?24:36)}},tS=function(O,m,x,I,G,N,H,n,W,L,D,q){{D=51;while(D!=9)if(D==97)G+=G<<3,G^=G>>11,H=G+(G<<15)>>>0,N=new Number((n=(1<<x)-1,-2*~(H&n)+~n+(H^n)+(~H|n))),N[0]=(H>>>x)%I,q=N,D=31;else if(D==99)D=24;else if(D==45)D=G?0:48;else if(D==84)G=this.constructor,D=23;else if(D==31)D=(m+4&46)>=m&&(m-8|86)<m?58:15;else{if(D==60)return q;if(D==0)n=rr(79,11,G),D=2;else if(D==39)D=(N=x)?44:84;else if(D==24)D=L<O.length?6:97;else if(D==56)D=m+7>>4==4?27:42;else if(D==1)D=48;else if(D==27)q=zI(1,17,"_","",O,false),D=42;else if(D==15)D=(m^63)&14?56:62;else if(D==6)G+=O.charCodeAt(L),G+=G<<10,G=(W=G>>6,(W|0)+~(G&W)-(~G|W)),D=55;else if(D==62)Vi.call(this,I),D=39;else if(D==94)G=(H=Object.getPrototypeOf(G.prototype))&&H.constructor,D=29;else if(D==42)D=(m-6|83)>=m&&(m-1|11)<m?88:60;else if(D==55)L++,D=24;else if(D==58){a:{if((I=x.length,I)>O){for(N=(G=Array(I),O);N<I;N++)G[N]=x[N];q=G;break a}q=[]}D=15}else D==2?D=(W=E_[n])?1:94:D==48?(N=W?typeof W.ss==="function"?W.ss():new W:null,D=44):D==43?(L=G=0,D=99):D==29?D=45:D==23?D=45:D==51?D=16:D==16?D=m+8&15?31:43:D==44?(this.G=N,D=56):D==88&&(q=Yu[x](Yu.prototype,{document:O,pop:O,replace:O,propertyIsEnumerable:O,floor:O,splice:O,parent:O,prototype:O,call:O,stack:O,console:O,length:O}),D=60)}}},WJ=function(O,m,x,I,G,N,H,n,W,L,D,q){{q=25;while(q!=49){if(q==62)return D;q==83?(D=(L=Nm[m.substring(0,3)+"_"])?L(m.substring(3),x,I,G,N,H,n,W):r(3,x,m),q=62):q==84?q=O+1>>4<2&&(O>>2&7)>=4?83:62:q==94?(D=m&&m.parentNode?m.parentNode.removeChild(m):null,q=84):q==88?q=O-8>=26&&(O<<2&6)<5?94:84:q==25&&(q=88)}}},A=function(O,m,x,I,G,N,H,n,W,L,D){if((O<<1&8)<1&&(O>>2&7)>=1)a:{if(m.v){D=pE(m.o,m);break a}x=wr(m,8,true),x&128&&(x^=128,I=wr(m,2,true),x=(x<<2)+(I|0)),D=x}return(O-9|17)<O&&(O+6^24)>=O&&(D=(n=(L=(H=x[I]<<24,G=x[(I|0)+1]<<16,(G|0)-(~H^G)+(H|~G)),W=x[-1-m*~(I|m)+(~I^m)]<<8,(W|0)+~W-~(L|W)),N=x[-2*~(I&3)+-2+(I^3)],~N-m*~(n|N)+(~n|N))),D},gO=function(O,m,x,I,G,N,H,n,W,L,D,q,J,B){((m.push((q=(D=(G=O[0]<<24,x=O[1]<<16,(G|0)+~G-~(G|x)),L=O[2]<<8,2*(D|0)+~D-(D|~L)),I=O[3],(q&I)-~(q&I)+~(q|I)+2*(q^I))),m).push((n=(W=O[4]<<24,B=O[5]<<16,-2-~B-(~W|B)),H=O[6]<<8,-~(n&H)-3*(~n^H)+2*(n|~H)+2*(~n|H))|O[7]),m).push((J=O[8]<<24,N=O[9]<<16,(J|0)-(~J^N)+(~J|N))|O[10]<<8|O[11])},R=function(O,m,x,I,G,N){for(G=43;G!=28;)if(G==67)G=(O+7&62)<O&&(O-2^14)>=O?65:51;else if(G==43)G=67;else if(G==97)x.mh=m,x.listener=null,x.proxy=null,x.src=null,x.Hu=null,G=53;else if(G==65)Zr.call(this,m?m.type:""),this.relatedTarget=this.currentTarget=this.target=null,this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0,this.key="",this.charCode=this.keyCode=0,this.metaKey=this.shiftKey=this.altKey=this.ctrlKey=false,this.state=null,this.pointerId=0,this.pointerType="",this.timeStamp=0,this.AU=null,m&&this.init(m,x),G=51;else if(G==51)G=(O&44)==O?97:53;else if(G==40)MW.call(this),this.u=new Fa(this),this.nV=null,this.np=this,G=74;else{if(G==74)return N;G==63?(I=typeof x,N=I=="object"&&x!=m||I=="function",G=61):G==61?G=(O^36)>>3==3?40:74:G==53&&(G=(O&51)==O?63:61)}},Xa=function(O,m,x,I,G,N,H,n,W,L,D,q){for(D=95;D!=63;)if(D==55)L=x,D=12;else if(D==79)D=(I+9^18)>=I&&I+2>>O<I?40:33;else if(D==40)nb.call(this,x,G||BJ.ss(),m),D=33;else if(D==15)L++,D=20;else if(D==35)N=AS(N,18),H&&H[Sb]?H.u.add(String(m),N,G,R(16,null,W)?!!W.capture:!!W,n):iy(56,false,null,n,G,m,W,N,H),D=18;else if(D==66)D=Array.isArray(m)?55:35;else if(D==12)D=20;else if(D==95)D=79;else{if(D==18)return q;D==20?D=L<m.length?96:18:D==96?(Xa(1,m[L],0,7,true,N,H,n,W),D=15):D==33&&(D=I-O>>4?18:66)}},rO=function(O,m,x){{x=25;while(x!=79)if(x==11)x=65;else if(x==65)x=O--?49:2;else if(x==49)m.push(Math.random()*255|0),x=11;else if(x==25)m=[],x=63;else if(x==63)x=65;else if(x==2)return m}},gr=function(O,m,x,I,G,N,H,n,W,L,D,q,J,B){for(q=(J=40,26);;)try{if(J==68)break;else if(J==28)J=N.N.length?36:31;else if(J==45)J=(O-3&7)>=5&&((O|1)&8)<5?64:37;else if(J==40)J=7;else if(J==36)N.X=I,n=N.N.pop(),J=84;else if(J==64)this.C=this.C,this.zg=this.zg,J=37;else if(J==0)q=26,iy(47,G,D,N),J=20;else if(J==31)B=L,J=45;else if(J==84)q=27,L=jN(0,I,N,n),J=20;else if(J==93)J=H&&N.X?87:79;else{if(J==37)return B;J==79?J=28:J==20?(q=26,J=93):J==7?J=(O|8)==O?16:45:J==87?(W=N.X,W(function(){by(25,x,m,N,m)}),J=31):J==16&&(J=28)}}catch(Q){if(q==26)throw Q;q==27&&(D=Q,J=0)}},eb=function(O){return O.v?pE(O.o,O):wr(O,8,true)},zI=function(O,m,x,I,G,N,H,n,W,L,D,q){for(D=7;D!=16;){if(D==62)return q;if(D==59)D=m+O>>2<m&&(m+7^24)>=m?0:62;else if(D==22)D=(m-8&14)>=11&&(m>>2&16)<3?87:51;else if(D==51)D=(m&83)==m?44:59;else if(D==3)D=(m|64)==m?85:22;else if(D==87)D=51;else if(D==7)D=3;else if(D==85)x.ef=void 0,x.ss=function(){return x.ef?x.ef:x.ef=new x},D=22;else if(D==44){a:if(L=window.btoa){for(n=I,W=0;W<G.length;W+=8192)n+=String.fromCharCode.apply(null,G.slice(W,W+8192));q=((H=L(n),N)&&(H=H.replace(/\\+/g,"-").replace(/\\//g,x).replace(/=/g,I)),H);break a}D=59}else if(D==0){a:{switch(H){case N:q=n?"disable":"enable";break a;case I:q=n?"highlight":"unhighlight";break a;case 4:q=n?"activate":"deactivate";break a;case x:q=n?"select":"unselect";break a;case 16:q=n?"check":"uncheck";break a;case 32:q=n?"focus":"blur";break a;case G:q=n?"open":"close";break a}throw Error("Invalid component state");}D=62}}},dr=function(O,m,x,I,G,N,H,n,W,L,D,q,J,B){{B=35;while(B!=87)if(B==91)D++,B=53;else if(B==95)x=Math.floor(Math.random()*this.n),x<50&&(this.I[x]=m),B=51;else if(B==42)q=function(Q){Q&&H.appendChild(typeof Q==="string"?n.createTextNode(Q):Q)},D=I,B=30;else if(B==40)B=!iy(8,"object",m,x,W)||R(19,G,W)&&W.nodeType>0?39:72;else if(B==49)N=x,N=(H=N<<13,-(N|0)-1-~(N|H)+(N&~H)),N^=N>>17,N=(G=N<<5,2*~N-2*~(N|G)+(N|~G)-(~N|G)),(N=(I|0)-~(N&I)+~I)||(N=1),J=~m-~(m|N)+(m&~N),B=85;else if(B==16)B=O-9<<2>=O&&(O+1^4)<O?42:8;else if(B==14)x=m[PS],J=x instanceof Fa?x:null,B=16;else{if(B==51)return J;if(B==72){a:{if(W&&typeof W.length==x){if(R(33,G,W)){L=typeof W.item=="function"||typeof W.item=="string";break a}if(typeof W==="function"){L=typeof W.item=="function";break a}}L=false}B=(S(9,0,"",q,L?tS(0,3,W):W),91)}else B==85?B=(O|3)<35&&O<<1>=25?14:16:B==53?B=D<N.length?6:8:B==6?(W=N[D],B=40):B==9?(this.n++,B=2):B==39?(q(W),B=91):B==8?B=O+4>=9&&(O^40)<27?99:68:B==22?B=(O&107)==O?49:85:B==68?B=(O|80)==O?9:51:B==30?B=53:B==83?(this.I.push(m),B=51):B==35?B=22:B==99?(J=m,B=68):B==2&&(B=this.I.length<50?83:95)}}},qW=function(O,m,x,I,G,N,H,n,W,L,D,q){{D=84;while(D!=55)if(D==74)D=(m|40)==m?27:6;else if(D==51)D=G===""||G==void 0?60:25;else if(D==71)q=this.n===0?0:Math.sqrt(this.Wu/this.n),D=12;else if(D==45)L=D4,N in L?H.setAttribute(W,L[N]):H.removeAttribute(W),D=6;else if(D==12)D=m-8>>O==1?79:74;else if(D==84)D=78;else if(D==60)D=D4?45:92;else if(D==20)D=37;else if(D==79)H.classList?H.classList.remove(n):cS(4,G,N,48,H,n)&&y(33,I,H,Array.prototype.filter.call(r(52,H,G),function(J){return J!=n}).join(x)),D=74;else if(D==27)Array.isArray(G)&&(G=G.join(x)),W="aria-"+N,D=51;else if(D==37)D=(m|48)==m?71:12;else if(D==78)D=(m-1^32)<m&&(m+5^19)>=m?20:37;else if(D==25)H.setAttribute(W,G),D=6;else{if(D==6)return q;D==92&&(n={},D4=(n[I]=false,n.autocomplete="none",n.dropeffect="none",n.haspopup=false,n.live="off",n.multiline=false,n.multiselectable=false,n.orientation="vertical",n.readonly=false,n.relevant="additions text",n.required=false,n.sort="none",n.busy=false,n.disabled=false,n.hidden=false,n.invalid="false",n),D=45)}}},CE=function(O,m,x,I,G,N,H,n,W,L,D,q,J,B){{J=37;while(J!=65)if(J==36)J=(m&75)==m?25:38;else if(J==59)N=WS(61,O,I,x),(G=N>=O)&&Array.prototype.splice.call(I,N,1),B=G,J=93;else if(J==38)J=(m+7&7)==1?85:66;else if(J==66)J=m-4<19&&m-1>=11?59:93;else if(J==85)I=O,B=function(){return I<x.length?{done:false,value:x[I++]}:{done:true}},J=66;else if(J==25){a:{if(D=x.u.K[String(G)],!D){B=true;break a}for(q=(L=(D=D.concat(),O),true);L<D.length;++L)(H=D[L])&&!H.mh&&H.capture==I&&(W=H.Hu||H.src,n=H.listener,H.F5&&S(28,O,H,x.u),q=n.call(W,N)!==false&&q);B=q&&!N.defaultPrevented}J=38}else{if(J==93)return B;J==37&&(J=36)}}},c=function(O,m,x){if(O==356||O==460)m.A[O]?m.A[O].concat(x):m.A[O]=w(x,36,m);else{switch(!(m.tU&&O!=399)){case false==0:(NaN!==Number(undefined))+(![undefined]==Number());break;case false:return;break}O==440||O==240||O==152||O==15||O==18||O==326||O==221||O==436||O==292||O==428?m.A[O]||(m.A[O]=GB(O,m,55,280,x,110)):m.A[O]=GB(O,m,29,280,x,97)}O==399&&(m.l=wr(m,32,false),m.Y=void 0)},BJ=function(){return qW.call(this,3,33)},k6=function(O,m,x,I,G,N,H){(H=(x=O&(G=O&3,4),w(m,9)),N=w(m,14),I=T(m,H),x&&(I=eN(""+I,240)),G&&$6(Z(I.length,2),m,N),$6)(I,m,N)},wO=function(O,m,x,I,G,N){if(a(m,356,(lB(30,x,false,((N=d(356,m),m.Os&&N<m.S)?(c(356,m,m.S),pb(356,2,G,O,m,I)):c(356,m,G),m)),N)),7)return d(369,m)},LE=function(O,m){return R.call(this,66,O,m)},$6=function(O,m,x,I,G,N,H,n,W){for(0;m.V==m;Number(undefined)){{n=V(x,m),x==240||x==292||x==15?(G=function(L,D,q,J,B,Q,u,g){for(Q=(u=42,86);;)try{if(u==6)break;else if(u==91)Q=50,n.Bu=Y6(8,A(3,2,n,(J|0)+4),q,255,A(7,2,n,J)),u=9;else if(u==69)q=[0,0,W[1],W[2]],n.Gg=B,J=(B<<3)-4,u=91;else if(u==9)n.push(n.Bu[D&7]^L),u=6;else if(u==98)u=n.Gg!=B?69:9;else{if(u==92)throw Q=86,g;u==42&&(D=n.length,B=(D|0)-4>>3,u=98)}}catch(z){if(Q==86)throw z;Q==50&&(g=z,u=92)}},W=T(m,436)):G=function(L){n.push(L)},I&&G((I|0)-~(I&255)+~I),N=O.length,H=0;while(H<N)G(O[H]),H++}if("x")break}},eN=function(O,m,x,I,G,N,H,n,W,L,D){for(H=(n=(x=(I=O.replace(/\\r\\n/g,"\\n"),0),[]),0);x<I.length;x++)D=I.charCodeAt(x),D<128?n[H++]=D:(D<2048?n[H++]=D>>6|192:((D&64512)==55296&&x+1<I.length&&(I.charCodeAt(x+1)&64512)==56320?(D=(L=(D&1023)<<10,-2*~(65536|L)+(-65537^L)+(-65537&L)+(65536|~L))+(N=I.charCodeAt(++x),(N|0)-(N^1023)+(~N&1023)),n[H++]=D>>18|m,n[H++]=D>>12&63|128):n[H++]=D>>12|224,n[H++]=(G=D>>6,(G|63)-2*~(G&63)+2*~(G|63)+(G^63))|128),n[H++]=(W=D&63,-(W&128)-~(W&128)+-2-~(W|128)));return n},pE=function(O,m,x){return x=O.create().shift(),m.v.create().length||m.o.create().length||(m.o=void 0,m.v=void 0),x},vS=function(O,m,x,I,G,N,H,n,W){return WJ.call(this,16,O,m,x,I,G,N,H,n,W)},t,Ry=function(){return S.call(this,5)},PJ=function(O,m,x){return Xa.call(this,1,x,O,23,m)},V=function(O,m,x){if((x=m.A[O],x)===void 0)throw[zB,30,O];switch(!x.value){case true:[]==true;break;case NaN===NaN:return x.create();break}return x.create(O*5*O+81*O+30),x.prototype},MW=function(){return gr.call(this,16)},Fa=function(O){while([]){return iy.call(this,17,O);if("Y")break}},SN=function(O,m,x,I,G){return WS.call(this,20,O,m,x,I,G)},hY=function(O,m){function x(){this.n=(this.I=[],0)}return[(O=((x.prototype.Es=function(I,G){return dr.call(this,80,I,G)},x.prototype).mQ=function(){return JY.call(this,59,66)},m=new x,new x),function(I){m.Es(I),O.Es(I)}),function(I){return I=m.mQ().concat(O.mQ()),O=new x,I}]},sS=function(O,m,x,I,G,N,H,n,W,L){L=A(11,(H=((n=w(x,(W=x[vJ]||{},22)),W).Fh=w(x,O),W.U=[],x.V==x?(eb(x)|I)-G:1),x));{N=I;while(N<H)W.U.push(w(x,m)),N++}for(W.OI=d(n,x),W.TZ=T(x,L);H--;)W.U[H]=T(x,W.U[H]);return W},a=function(O,m,x){if(m==356||m==460)O.A[m]?O.A[m].concat(x):O.A[m]=w(x,43,O);else{while(O.tU&&m!=399){return;if({})break}m==440||m==240||m==152||m==15||m==18||m==326||m==221||m==436||m==292||m==428?O.A[m]||(O.A[m]=GB(m,O,53,280,x,110)):O.A[m]=GB(m,O,31,280,x,97)}m==399&&(O.l=wr(O,32,false),O.Y=void 0)},Vi=function(O){return IR.call(this,9,6,O)},nb=function(O,m,x,I,G,N,H,n){return tS.call(this,O,14,m,x,I,G,N,H,n)},xu=function(){return R.call(this,56)},Y6=function(O,m,x,I,G,N,H,n){for(N=x[3]|0,H=x[2]|0,n=0;n<16;n++)m=m>>>O|m<<24,N=N>>>O|N<<24,N+=H|0,m+=G|0,G=G<<3|G>>>29,m^=H+2765,N^=n+2765,G^=m,H=H<<3|H>>>29,H^=N;return[G>>>24&I,G>>>16&I,G>>>O&I,G>>>0&I,m>>>24&I,m>>>16&I,m>>>O&I,m>>>0&I]},US=function(O,m){{var x=68;while(x!=4)if(x==68)var I=(x=65,1);else if(x==47)x=H<ay.length?56:92;else if(x==75)x=47;else if(x==84)H++,x=47;else if(x==56){var G=ay[H];x=(Object.prototype.hasOwnProperty.call(N,G)&&(O[G]=N[G]),84)}else if(x==92)I++,x=52;else if(x==65)x=52;else if(x==0){var N=arguments[I];for(G in N)O[G]=N[G];var H=(x=75,0)}else x==52&&(x=I<arguments.length?0:4)}},dO=function(O,m,x,I,G,N,H,n,W,L){switch(!(O.V==O)){case true:undefined;break;case true==![]:{H=d(I,O),I==240||I==292||I==15?(W=function(D,q,J,B,Q,u,g,z){for(g=(z=95,67);;)try{if(z==72)break;else if(z==44)g=47,H.Bu=Y6(8,A(5,2,H,(B|m)+4),q,255,A(6,2,H,B)),z=1;else if(z==95)Q=H.length,J=(Q|m)-4>>3,z=30;else if(z==30)z=H.Gg!=J?99:1;else if(z==99)B=(J<<3)-4,q=[0,0,n[1],n[2]],H.Gg=J,z=44;else if(z==1)H.push(H.Bu[Q&7]^D),z=72;else if(z==36)throw g=67,u;}catch(f){if(g==67)throw f;g==47&&(u=f,z=36)}},n=V(436,O)):W=function(D){H.push(D)},G&&W((G|m)-~(G&255)+~G),N=m,L=x.length;while(N<L)W(x[N]),N++}break}},wr=function(O,m,x,I,G,N,H,n,W,L,D,q,J,B,Q,u,g){if(q=T(O,356),q>=O.S)throw[zB,31];for(B=(g=0,W=q,Q=O.bW.length,m);B>0;)N=W>>3,I=W%8,J=8-(I|0),n=O.Os[N],G=J<B?J:B,x&&(u=W,L=O,L.Y!=u>>6&&(L.Y=u>>6,H=d(399,L),L.Nt=Y6(8,L.Y,[0,0,H[1],H[2]],255,L.l)),n^=O.Nt[N&Q]),g|=(n>>8-(I|0)-(G|0)&(1<<G)-1)<<(B|0)-(G|0),W+=G,B-=G;return c(356,O,(D=g,(q|0)+(m|0))),D},JS=function(O,m,x,I,G,N){return Qi.call(this,4,x,m,O,50,I,G,N)},T=function(O,m,x){while([])if(x=O.A[m],true)break;while(x===void 0){throw[zB,30,m];if([])break}while(x.value){return x.create();if(Number()==![true.true])break}return(x.create(m*5*m+81*m+30),x).prototype},d=function(O,m,x){if((x=m.A[O],x)===void 0)throw[zB,30,O];for((0==![true.true]).true;x.value;true+(0==![""])){return x.create();if(![undefined]==0)break}while(![]!=0!=null)if(x.create(O*5*O+81*O+30),{})break;return x.prototype},Z=function(O,m,x,I){x=[];{I=-1-~m+~(m|1)-(~m|1);while(I>=0)x[(m|0)-1-(I|0)]=O>>I*8&255,I--}return x},tY=function(O,m,x,I,G){return Qi.call(this,4,O,x,G,16,m,I)},Zr=function(O,m){return by.call(this,6,O,m)},KE=function(O,m,x,I,G){I=typeof m;switch(!(I=="object")){case 0===-0:while(I=="function"&&typeof m.call=="undefined"){return"object";if([])break}break;case !!null:if(m){if(m instanceof Array)return"array";if(m instanceof Object)return I;if((G=Object.prototype.toString.call(m),G)=="[object Window]")return"object";if(G=="[object Array]"||typeof m.length=="number"&&typeof m.splice!="undefined"&&typeof m.propertyIsEnumerable!="undefined"&&!m.propertyIsEnumerable("splice"))return"array";switch(!(G=="[object Function]"||typeof m.call!="undefined"&&typeof m.propertyIsEnumerable!="undefined"&&!m.propertyIsEnumerable(O))){case NaN!==NaN:1;break;case false:return"function";break}}else return x;break}return I},Kb=function(O,m,x,I,G,N){try{N=O[((m|2)-~(m&2)+(~m&2)+(m|-3))%3],O[m]=(G=(O[m]|0)-(O[((m|0)+1)%3]|0)-(N|0),I=m==1?N<<x:N>>>x,-2*(G|0)+2*(G|I)-~G+~I)}catch(H){throw H;}},HJ=function(O){return dr.call(this,39,O)},Oo=function(){return zI.call(this,1,20)},ES=function(O,m,x,I,G,N,H,n,W,L,D){for(D=(L=(x.aY=((x.g9=(x.D5=Fi,Z4),x.bW=x[cJ],x).yR=tS({get:function(){return this.concat()}},12,x.i),Yu)[x.i](x.yR,{value:{value:{}}}),[]),0);D<281;D++)L[D]=String.fromCharCode(D);(((x.qD=[],(x.jt=0,(x.yU=0,x).S=0,x.R=void 0,x.Z5=0,x.X5=0,(x.jf=false,x).J=(x.LV=[],0),x.iE=(x.N=[],x.A=[],0),x.Us=void 0,x).X=(x.vm=10001,x.o=void 0,x.D=false,null),x).v=void 0,x.t2=(x.g=(x.Nt=(x.Os=[],void 0),x.V=x,x.VR=(x.Is=[],W=window.performance||{},25),false),x.A2=I,x.Z=(x.Kq=O,(x.iW=[],x.l=void 0,x).pp=false,x.j=(x.Y=void 0,1),x.Tg=0,x.os=void 0,false),(x.tU=false,x).zZ=[],x.pV=0,x.Pu=(x.uE=0,[]),function(q){return y.call(this,16,q)}),x).fp=W.timeOrigin||(W.timing||{}).navigationStart||0,G)&&G.length==2&&(x.iW=G[0],x.zZ=G[1]);for(true;m;1){try{x.Us=JSON.parse(m)}catch(q){x.Us={}}if(true!=[])break}if([]!=(r(74,(r(78,x,(r(91,x,(r(94,(c(440,x,[154,(a((a(x,(a(x,350,(r(78,x,358,(r(78,x,55,(r((c(369,x,(r(74,x,(r(76,x,274,(x.QR=(v(x,(v(x,(r(75,x,434,(a(x,326,(r(76,x,253,(r(74,x,355,(r(75,x,(x.Cp=(r(91,x,441,(c(460,(c(356,(r(92,x,(r(76,x,150,(r(90,x,271,function(q,J,B,Q,u,g,z,f){for(f=46;f!=80;)f==66?f=43:f==39?(z=((z|0)+(w(128,63,q)|0))%J,u.push(g[z]),f=5):f==46?(B=w(q,8),Q=w(128,65,q),u=[],g=V(222,q),z=0,J=g.length,f=66):f==79?(c(B,q,u),f=80):f==43?f=Q--?39:79:f==5&&(f=43)}),function(q,J,B,Q,u,g,z,f,l,k){for(k=66;k!=86;)k==7?(c(u,q,J[f]),k=86):k==66?(l=A(9,q),B=w(q,14),u=A(18,q),z=d(B,q),J=T(q,l),Q=0,f="",k=79):k==79?k=23:k==48?(f+=String.fromCharCode((g=z[Q],(g|121)- -1+~g+(g&-122))),k=83):k==23?k=Q<z.length?48:7:k==83&&(Q++,k=23)})),411),function(q,J,B,Q,u,g,z,f,l){{l=46;while(l!=13)l==73?l=53:l==53?l=f<J.length?6:29:l==15?(f++,l=53):l==46?(u=w(q,14),z=w(q,22),B=w(q,32),J=T(q,u),g=d(z,q),f=0,Q="",l=73):l==29?(c(B,q,Q in g|0),l=13):l==6&&(Q+=String.fromCharCode(J[f]^121),l=15)}}),x),0),x),0),function(q,J,B,Q,u,g,z,f,l,k){for(k=50;k!=76;)k==75?(l=sS(33,30,q.V,0,1),u=l.Fh,g=l.TZ,B=l.U,z=l.OI,f=B.length,Q=f==0?new g[z]:f==1?new g[z](B[0]):f==2?new g[z](B[0],B[1]):f==3?new g[z](B[0],B[1],B[2]):f==4?new g[z](B[0],B[1],B[2],B[3]):2(),a(q,u,Q),k=76):k==50&&(k=U(false,true,3,q,J,false)?76:75)})),0),289),function(q,J,B,Q,u,g,z,f,l,k,P,F,C,Dr,h){{h=70;while(h!=41)if(h==47)h=q.V==q?6:41;else if(h==59)h=KE("call",u,"null")=="object"?76:47;else if(h==68)z=A(11,q),f=w(q,30),F=w(q,9),k=A(9,q),u=d(z,q),Dr=V(f,q),B=V(k,q),l=V(F,q),h=59;else if(h==80)h=P<g?44:41;else if(h==70)h=U(false,true,17,q,J,true)?41:68;else if(h==27)P+=l,h=80;else if(h==34)h=80;else if(h==76){for(C in Q=[],u)Q.push(C);h=47,u=Q}else h==44?(Dr(u.slice(P,2*(P|l)-(P&~l)-(~P&l)),B),h=27):h==6&&(g=u.length,P=0,l=l>0?l:1,h=34)}}),function(){})),function(q,J,B,Q){v(q,(J=w(q,(B=(Q=w(q,22),eb(q)),78)),J),T(q,Q)>>>B)})),[])),function(q,J,B,Q,u){v((u=(B=d((Q=w((J=w(q,14),q),32),Q),q),d(J,q)),q),Q,B+u)})),290),{}),221),[]),0),function(q,J,B){(B=w((J=w(q,8),q),30),v)(q,B,""+V(J,q))})),478),function(q){Vz(q,4)}),{})),94),x,500,function(q,J,B,Q,u,g,z,f,l){for(l=57;l!=24;)l==7?l=10:l==68?(v(q,B,z),l=24):l==34?(Q=(u=w(128,67,q),2*(Q&u)-1+(~Q&u)-(~Q|u))%g,z+=L[f[Q]],l=7):l==10?l=J--?34:68:l==57?(B=A(19,q),J=w(128,64,q),z="",f=T(q,222),g=f.length,Q=0,l=63):l==63&&(l=10)}),function(q,J,B,Q,u,g){for(g=87;g!=2;)g==87?(Q=w(q,22),B=w(128,66,q),u=0,J=[],g=27):g==33?(u++,g=76):g==88?(J.push(eb(q)),g=33):g==27?g=76:g==43?(a(q,Q,J),g=2):g==76&&(g=u<B?88:43)})),v(x,152,[]),function(q){Vz(q,1)})),706)),375),p),x),312,x),0),0]),x),99,function(q,J,B,Q,u,g,z,f){{f=62;while(f!=88)f==83?f=q.V==q?60:88:f==37?f=g==399?34:88:f==65?f=B==2?31:88:f==31?(q.l=wr(q,32,false),q.Y=void 0,f=88):f==62?(g=w(q,6),Q=w(q,78),u=A(19,q),f=83):f==60?(z=V(u,q),J=V(g,q),B=T(q,Q),J[B]=z,f=37):f==34&&(q.Y=void 0,f=65)}}),429),function(q,J,B,Q){d((Q=(J=A(10,q),B=w(q,8),d(B,q)),J),q)!=0&&v(q,356,Q)}),510),function(q,J,B,Q,u){{u=98;while(u!=28)u==61?(B=w(q,22),Q=w(q,33),c(Q,q,function(g){return eval(g)}(Mm(d(B,q.V)))),u=28):u==98&&(u=U(false,true,19,q,J,false)?28:61)}}),r(91,x,486,function(q,J,B,Q,u,g,z,f,l,k,P,F,C,Dr,h,$u,e,GI){for(e=7;e!=43;)e==53?e=$u--?42:18:e==82?e=P<h?13:76:e==1?(u++,e=99):e==88?(f[u]&&(l[u]=w(q,78)),e=1):e==7?(GI=function(E,jb){for(;C<E;)Q|=eb(q)<<C,C+=8;return Q>>=(jb=Q&(C-=E,(1<<E)-1),E),jb},k=w(q,8),Q=C=0,B=(GI(3)|0)+1,h=GI(5),P=J=0,f=[],e=32):e==5?($u=B,z=[],e=46):e==47?(u=0,e=69):e==21?e=64:e==46?e=53:e==99?e=u<h?88:5:e==18?(r(95,q,k,function(E,jb,NW,ku,nE,Y){for(Y=42;Y!=5;)Y==54?Y=nE<h?74:80:Y==94?Y=jb>=NW.length?95:76:Y==93?(nE++,Y=54):Y==80?(E.v=w(z.slice(),42,E),E.o=w(ku,37,E),Y=5):Y==74?(jb=l[nE],Y=61):Y==42?(NW=[],nE=0,ku=[],Y=36):Y==95?(NW.push(A(17,E)),Y=25):Y==61?Y=f[nE]?83:69:Y==76?(jb=NW[jb],Y=83):Y==69?Y=94:Y==25?Y=94:Y==83?(ku.push(jb),Y=93):Y==36&&(Y=54)}),e=43):e==2?(g++,e=64):e==42?(z.push(V(w(q,32),q)),e=86):e==69?e=99:e==70?(P++,e=82):e==89?(f[g]||(l[g]=GI(Dr)),e=2):e==64?e=g<h?89:47:e==13?(F=GI(1),f.push(F),J+=F?0:1,e=70):e==86?e=53:e==76?(Dr=(1+2*(J&-2)+(~J^1)).toString(2).length,g=0,l=[],e=21):e==32&&(e=82)}),x),425,function(q,J){if(2)J=d(w(q,6),q);while({})if(pb(356,2,J,104,q.V,0),"E")break}),true))v(x,15,rO(4));r(90,x,(r(88,x,448,(r(72,(r(75,x,5,((r(72,x,(v(x,((r(79,x,492,function(q,J,B,Q,u){v(q,(J=(B=d((Q=(u=A(11,q),w)(q,14),u),q),KE)("call",B,"null"),Q),J)}),r)(95,x,144,function(q,J,B,Q,u,g,z,f){a(q,(g=T(q,(f=d((u=(z=w(q,(Q=A(18,(J=w(q,9),q)),6)),B=A(25,q),d)(z,q),B),q),Q)),J),GB(u,1,6,false,f,q,g))}),240),rO(4)),394),function(q,J,B,Q,u,g,z){for(z=30;z!=46;)if(z==56)q.qD.length=0,z=46;else if(z==18)J=q.qD[Q],z=25;else if(z==72)Q++,z=80;else if(z==50)z=80;else if(z==25)z=J.x7?72:17;else if(z==17)p.clearTimeout(J.lW),S(98,q,J.w9),S(99,q,J.Y7),z=72;else if(z==80)z=Q<q.qD.length?18:56;else if(z==30){for(u in B=(g=eb(q),T(q,290)),delete B[g],B)if(u!=="t"&&Object.hasOwn(B,u))return;z=(Q=0,50)}}),r)(79,x,298,function(q,J,B,Q,u,g){if(Q=(g=w(q,(B=w(q,8),78)),A(24,q)),true)J=d(B,q);c((u=V(g,q),Q),q,J[u])}),function(q,J,B,Q,u){{u=87;while(u!=42)u==20?(Q--,u=33):u==87?(J=q.LV.pop(),u=4):u==4?u=J?8:58:u==41?(B=A(9,q),J[B]=q.A[B],u=20):u==58?(a(q,356,q.S),u=42):u==8?(Q=eb(q),u=26):u==33?u=Q>0?41:90:u==26?u=33:u==90&&(J[18]=q.A[18],J[428]=q.A[428],q.A=J,u=42)}})),x),230,function(q,J,B,Q,u,g){(Q=(g=T(q,(B=w((J=w(q,(u=w(q,33),33)),q),6),u)),T(q,J)),c)(B,q,+(g==Q))}),function(q,J,B,Q){a(q,(B=(Q=A(16,(J=w(q,9),q)),w(q,22)),B),T(q,J)||T(q,Q))})),100),function(q,J,B,Q,u,g,z,f,l,k,P){{P=54;while(P!=51)P==90?P=f!==0?38:51:P==38?(z=GB(k,1,8,false,1,q,Q,f,J),f.addEventListener(J,z,Iy),d(416,q).push(function(){f.removeEventListener(J,z,Iy)}),v(q,179,[f,J,z]),P=51):P==54&&(g=w(q,32),u=A(25,q),B=w(q,6),l=w(q,30),J=T(q,u),k=T(q,l),Q=T(q,B),f=d(g,q.V),P=90)}});while(![]==0)if(!""==!(null==(true==(v(x,436,[0,0,0]),![]))))break;by(26,(S(3,x,(S(35,x,((x.UI=(r(88,(r(88,(r(92,x,427,(r(79,x,(a((a(x,(a(x,(c(179,x,(v(x,((r(92,(v(x,(r(72,((new PJ("Submit")).dispose(),x),11,function(q,J,B,Q,u,g){c((g=(Q=w(q,(u=(B=w(q,32),A(10,q)),6)),J=V(u,q),T(q,B)),Q),q,g in J|0)}),18),[]),x),359,function(q){GB(q,4,56,0)}),r)(90,x,305,function(q,J,B){(B=w(q,9),J=T(q.V,B),J[0]).removeEventListener(J[1],J[2],Iy)}),292),rO(4)),0)),263),0),428),[2048]),x),416,[]),308),function(q,J,B,Q,u,g){{g=49;while(g!=61)g==71?(a(q,B.Fh,Q.apply(u,B.U)),q.uE=q.h(),g=61):g==49?g=U(false,true,18,q,J,false)?61:37:g==37?(B=sS(33,30,q,0,1),u=B.TZ,Q=B.OI,g=26):g==26&&(g=q.V==q||Q==q.t2&&u==q?71:61)}}),function(q){k6(4,q)})),x),36,function(q,J){a((J=w(q,78),q),J,[])}),x),110,function(q){k6(3,q)}),0),N)||S(34,x,[hS]),[Cb,n])),[TB,H])),254),true,x,true)},v=function(O,m,x){if(m==356||m==460)O.A[m]?O.A[m].concat(x):O.A[m]=w(x,39,O);else{for(0===-0;O.tU&&m!=399;![]){return;if(true)break}m==440||m==240||m==152||m==15||m==18||m==326||m==221||m==436||m==292||m==428?O.A[m]||(O.A[m]=GB(m,O,23,280,x,110)):O.A[m]=GB(m,O,21,280,x,97)}m==399&&(O.l=wr(O,32,false),O.Y=void 0)},xP=function(O,m,x,I,G,N){return r.call(this,5,m,O,x,I,G,N)},jN=function(O,m,x,I,G,N,H,n,W,L,D,q,J){n=I[O];switch(!(n==OS)){case true!=[]:switch(!(n==iB)){case true:if(n==cJ){J=I[1][3];try{N=x.R||x.B(I)}catch(B){iy(46,"~",B,x),N=x.R}((q=x.h(),J)(N),x).J+=x.h()-q}else if(n==U_)I[3]&&(x.D=true),I[4]&&(x.g=true),x.B(I);else switch(!(n==Cb)){case NaN!==NaN:if(n==TB){try{{D=O;while(D<x.Pu.length){try{L=x.Pu[D],L[O][L[1]](L[2])}catch(B){}D++}}}catch(B){}(0,I[1])(function(B,Q){x.DS(B,true,Q)},(H=(x.Pu=[],x.h()),function(B){B=!x.N.length&&!x.Z,S(66,x,[bB]),B&&by(31,254,true,x,false)}),function(B){return x.cu(B)},function(B,Q,u){return x.sI(B,Q,u)}),x.J+=x.h()-H}else{if(n==oy)return W=I[2],a(x,453,I[6]),a(x,369,W),x.B(I);n==bB?(x.B(I),x.A=m,x.Is=[],x.Os=[]):n==hS&&p.document.readyState==="loading"&&(x.X=function(B,Q){function u(g){{g=92;while(g!=21)g==92?g=Q?21:68:g==68&&(Q=true,p.document.removeEventListener("DOMContentLoaded",u,Iy),p.removeEventListener("load",u,Iy),B(),g=21)}}(p.document.addEventListener("DOMContentLoaded",u,(Q=false,Iy)),p).addEventListener("load",u,Iy)})}break;case -0!==0:x.D=true,x.B(I);break}break;case ![]==(![]!=true):x.VR=25,x.g=true,x.Z5=x.fV()-I[2],x.B(I);break}break;case ![]!=0:if(G=x.B(I))G.lW=p.setTimeout(function(B){S(35,x,(S(34,(G.x7=(B=!x.N.length&&!x.Z,true),x),G.w9),G.Y7)),B&&by(30,254,true,x,true)},G.timeout),x.qD.push(G);break}},p=this||self,ma=function(){return WS.call(this,6)},pb=function(O,m,x,I,G,N){G.LV.length>I?fb(m,[zB,36],N,G):(G.LV.push(G.A.slice()),G.A[O]=void 0,v(G,O,x))},Vz=function(O,m,x,I){dO(O,(I=(x=w(O,14),A(24,O)),0),Z(d(x,O),m),I)},oR=function(){return BS.call(this,29,1,7)},op=function(O){return WJ.call(this,34,O)},K=function(O,m,x,I,G,N,H,n){n=this;try{ES(G,I,this,m,N,x,O,H)}catch(W){iy(15,"~",W,this),O(function(L){L(n.R)})}},fb=function(O,m,x,I,G,N,H,n,W,L,D,q,J){for(Number();!I.tU&&(H=void 0,m&&m[0]===zB&&(H=m[O],x=m[1],m=void 0),N=V(18,I),N.length==0&&(q=d(460,I)>>3,N.push(x,q>>8&255,q&255),H!=void 0&&N.push(255+(~H^255)-(~H|255))),L="",m&&(m.message&&(L+=m.message),m.stack&&(L+=":"+m.stack)),D=d(428,I),D[0]>3);0){I.V=(J=(L=(L=L.slice(0,(D[0]|0)-3),D[0]-=(G=L.length,(G|3)-~G+(~G|3)),eN(L,240)),I.V),I);try{I.jf?(n=(n=V(326,I))&&n[n.length-1]||95,(W=V(221,I))&&W[W.length-1]==n||dO(I,0,[-~(n&255)+(~n&255)+(n|-256)],221)):$6([95],I,326),dO(I,0,Z(L.length,O).concat(L),240,51)}finally{I.V=J}if(!""==!false)break}},ly="closure_uid_"+(Math.random()*1E9>>>0),mo,yi=0,TI=function(O,m,x,I,G,N){if(true)N=1;for(G=2;;)try{if(N==28)break;else if(N==72)m=false,O=Object.defineProperty({},"passive",{get:function(){m=true}}),N=14;else if(N==81)G=2,N=66;else{if(N==21)return false;if(N==66)return G=2,m;N==14?(G=95,x=function(){},p.addEventListener("test",x,O),p.removeEventListener("test",x,O),N=66):N==1&&(N=p.addEventListener&&Object.defineProperty?72:21)}}catch(H){if(G==2)throw H;G==95&&(I=H,N=81)}}(),Sb="closure_listenable_"+((((U(2,LE,6,((MW.prototype.T=function(O){{O=35;while(O!=87)O==9?O=53:O==53?O=this.zg.length?30:87:O==95?O=53:O==30?(this.zg.shift()(),O=95):O==35&&(O=this.zg?9:87)}},MW.prototype.C=(Zr.prototype.stopPropagation=function(){this.hU=true},false),MW.prototype.dispose=function(O){for(O=99;O!=45;)O==99?O=this.C?45:78:O==78&&(this.C=true,this.T(),O=45)},MW.prototype)[Zr.prototype.preventDefault=function(){this.defaultPrevented=true},Symbol.dispose]=function(){this.dispose()},Zr)),LE.prototype).init=function(O,m,x,I,G,N){{N=0;while(N!=5)N==33?(this.relatedTarget=I,N=69):N==15?N=x=="mouseover"?68:23:N==9?N=I?33:15:N==0?(x=this.type=O.type,G=O.changedTouches&&O.changedTouches.length?O.changedTouches[0]:null,this.target=O.target||O.srcElement,this.currentTarget=m,I=O.relatedTarget,N=9):N==8?(this.offsetX=O.offsetX,this.offsetY=O.offsetY,this.clientX=O.clientX!==void 0?O.clientX:O.pageX,this.clientY=O.clientY!==void 0?O.clientY:O.pageY,this.screenX=O.screenX||0,this.screenY=O.screenY||0,N=52):N==52?(this.button=O.button,this.keyCode=O.keyCode||0,this.key=O.key||"",this.charCode=O.charCode||(x=="keypress"?O.keyCode:0),this.ctrlKey=O.ctrlKey,this.altKey=O.altKey,this.shiftKey=O.shiftKey,this.metaKey=O.metaKey,this.pointerId=O.pointerId||0,this.pointerType=O.pointerType,this.state=O.state,this.timeStamp=O.timeStamp,this.AU=O,O.defaultPrevented&&LE.O.preventDefault.call(this),N=5):N==69?N=G?39:8:N==68?(I=O.fromElement,N=33):N==43?(I=O.toElement,N=33):N==23?N=x=="mouseout"?43:33:N==39&&(this.clientX=G.clientX!==void 0?G.clientX:G.pageX,this.clientY=G.clientY!==void 0?G.clientY:G.pageY,this.screenX=G.screenX||0,this.screenY=G.screenY||0,N=52)}},LE.prototype).stopPropagation=function(){(LE.O.stopPropagation.call(this),this).AU.stopPropagation?this.AU.stopPropagation():this.AU.cancelBubble=true},LE.prototype).preventDefault=function(O){(O=(LE.O.preventDefault.call(this),this).AU,O).preventDefault?O.preventDefault():O.returnValue=false},Math.random()*1E6|0),uy=0,ay="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" "),PS="closure_lm_"+((Fa.prototype.remove=(Fa.prototype.bE=function(O,m,x,I,G,N){return((N=-1,G=this.K[x.toString()],G)&&(N=JY(59,12,0,G,O,I,m)),N>-1)?G[N]:null},Fa.prototype.hasListener=function(O,m,x,I,G){return IR(9,15,(I=(G=(x=m!==void 0,O)!==void 0)?O.toString():"",false),true,this.K,function(N,H,n){for(n=99;n!=35;)if(n==18)n=50;else if(n==61)n=G&&N[H].type!=I||x&&N[H].capture!=m?52:7;else{if(n==7)return true;if(n==66)return false;n==99?(H=0,n=18):n==52?(++H,n=50):n==50&&(n=H<N.length?61:66)}})},function(O,m,x,I,G,N,H,n){{n=83;while(n!=4)if(n==55)delete this.K[G],this.vu--,n=93;else if(n==32)R(36,true,N[H]),Array.prototype.splice.call(N,H,1),n=58;else{if(n==94)return false;if(n==98)N=this.K[G],H=JY(59,13,0,N,x,I,m),n=20;else if(n==58)n=N.length==0?55:93;else if(n==20)n=H>-1?32:51;else if(n==83)G=O.toString(),n=40;else if(n==40)n=G in this.K?98:94;else{if(n==51)return false;if(n==93)return true}}}}),Fa).prototype.add=function(O,m,x,I,G,N,H,n,W,L){{L=49;while(L!=40)if(L==48)W=this.K[N]=[],this.vu++,L=55;else if(L==92)L=H>-1?27:39;else if(L==78)L=W?55:48;else if(L==16)L=x?5:70;else{if(L==5)return n;L==70?(n.F5=false,L=5):L==39?(n=new tY(N,m,this.src,!!I,G),n.F5=x,W.push(n),L=5):L==49?(N=O.toString(),W=this.K[N],L=78):L==27?(n=W[H],L=16):L==55&&(H=JY(59,10,0,W,I,G,m),L=92)}}},Math.random()*1E6|0),O_={},RR=0,Lb="__closure_events_fn_"+(Math.random()*1E9>>>0);(((U(2,xu,6,MW),xu.prototype)[Sb]=true,t=xu.prototype,t.JU=function(O){this.nV=O},t.addEventListener=function(O,m,x,I){cS(4,0,null,18,x,I,this,m,O)},t.removeEventListener=function(O,m,x,I){AS(null,5,0,O,m,this,x,I)},t).dispatchEvent=function(O,m,x,I,G,N,H,n,W,L,D,q){for(q=82;q!=81;)if(q==62)q=!H.hU&&m>=0?56:2;else if(q==41)H.target=H.target||D,q=55;else if(q==65)q=!H.hU&&m<I.length?64:10;else if(q==35)m=I.length-1,q=68;else if(q==84)W=[],q=19;else if(q==1)q=x?84:3;else if(q==14)G=H.currentTarget=D,N=CE(0,8,G,true,n,H)&&N,H.hU||(N=CE(0,11,G,false,n,H)&&N),q=61;else if(q==68)q=62;else if(q==82)x=this.nV,q=1;else if(q==0)q=65;else if(q==8)H=new Zr(H,D),q=55;else if(q==64)G=H.currentTarget=I[m],N=CE(0,9,G,false,n,H)&&N,q=90;else if(q==29)q=m=0;else if(q==61)q=I?29:10;else if(q==18)q=I?35:2;else if(q==48)q=H instanceof Zr?41:45;else if(q==27)x=x.nV,q=51;else if(q==90)m++,q=65;else if(q==45)L=H,H=new Zr(n,D),US(H,L),q=55;else if(q==3)I=W,D=this.np,H=O,n=H.type||H,q=98;else{if(q==10)return N;q==42?(W.push(x),q=27):q==51?q=x?42:3:q==2?q=H.hU?61:14:q==56?(G=H.currentTarget=I[m],N=CE(0,3,G,true,n,H)&&N,q=9):q==55?(N=true,q=18):q==9?(m--,q=62):q==98?q=typeof H==="string"?8:48:q==19&&(q=51)}},t.bE=function(O,m,x,I){return this.u.bE(O,m,String(x),I)},t).T=function(){this.nV=(xu.O.T.call(this),this.u&&S(88,0,true,this.u),null)},t.hasListener=function(O,m){return this.u.hasListener(O!==void 0?String(O):void 0,m)};var D4;if(t=(U(2,((zI(1,(((((t=("ARTICLE SECTION NAV ASIDE H1 H2 H3 H4 H5 H6 HEADER FOOTER ADDRESS P HR PRE BLOCKQUOTE OL UL LH LI DL DT DD FIGURE FIGCAPTION MAIN DIV EM STRONG SMALL S CITE Q DFN ABBR RUBY RB RT RTC RP DATA TIME CODE VAR SAMP KBD SUB SUP I B U MARK BDI BDO SPAN BR WBR NOBR INS DEL PICTURE PARAM TRACK MAP TABLE CAPTION COLGROUP COL TBODY THEAD TFOOT TR TD TH SELECT DATALIST OPTGROUP OPTION OUTPUT PROGRESS METER FIELDSET LEGEND DETAILS SUMMARY MENU DIALOG SLOT CANVAS FONT CENTER ACRONYM BASEFONT BIG DIR HGROUP STRIKE TT".split(" ").concat(["BUTTON","INPUT"]),oR.prototype),t).W=function(O,m){return typeof O===(m=this.xA,"string")?m.getElementById(O):O},t.getElementsByTagName=function(O,m){return(m||this.xA).getElementsByTagName(String(O))},t.createElement=function(O,m,x){return((x=(m=String(O),this).xA,x.contentType==="application/xhtml+xml")&&(m=m.toLowerCase()),x).createElement(m)},t.createTextNode=function(O){return this.xA.createTextNode(String(O))},t).appendChild=function(O,m){O.appendChild(m)},t).append=function(O,m){dr(12,"array","number",1,null,arguments,O,O.nodeType==9?O:O.ownerDocument||O.document)},t.canHaveChildren=function(O,m){{m=71;while(m!=36){if(m==24){switch(O.tagName){case "APPLET":case "AREA":case "BASE":case "BR":case "COL":case "COMMAND":case "EMBED":case "FRAME":case "HR":case "IMG":case "INPUT":case "IFRAME":case "ISINDEX":case "KEYGEN":case "LINK":case "NOFRAMES":case "NOSCRIPT":case "META":case "OBJECT":case "PARAM":case "SCRIPT":case "SOURCE":case "STYLE":case "TRACK":case "WBR":return false}return true}if(m==73)return false;m==71&&(m=O.nodeType!=1?73:24)}}},t.removeNode=op,t).contains=function(O,m,x,I){{I=73;while(I!=99)if(I==35)I=51;else if(I==31)I=typeof O.compareDocumentPosition!="undefined"?28:35;else if(I==73)I=O&&m?20:15;else{if(I==15)return false;if(I==51)I=m&&O!=m?58:68;else if(I==58)m=m.parentNode,I=30;else{if(I==28)return O==m||!!(x=O.compareDocumentPosition(m),-16+(x|16)-~(x&16)+(~x|16));if(I==20)I=O.contains&&m.nodeType==1?56:31;else{if(I==68)return m==O;if(I==56)return O==m||O.contains(m);I==30&&(I=51)}}}}},73),Oo),Oo.prototype.Bm=0,Oo).prototype.d9="",Vi),14,xu),Vi.prototype),!!null==0)t.oY=Oo.ss();t.removeChild=(t.VU=function(){this.Sf=((cS(4,this,function(O){O.Sf&&O.VU()},6),this).KV&&S(90,0,true,this.KV),false)},t.W=function(){return this.L},(t.T=(t.JU=function(O,m){{m=72;while(m!=48)if(m==82)Vi.O.JU.call(this,O),m=48;else{if(m==29)throw Error("Method not supported");m==72&&(m=this.ND&&this.ND!=O?29:82)}}},function(O){for(O=0;O!=2;)O==0?(this.Sf&&this.VU(),O=58):O==91?(cS(4,this,function(m){m.dispose()},7),!this.et&&this.L&&op(this.L),this.L=this.wc=this.YA=this.ND=null,Vi.O.T.call(this),O=2):O==5?(this.KV.dispose(),delete this.KV,O=91):O==58&&(O=this.KV?5:91)}),t).getParent=function(){return this.ND},function(O,m,x,I,G,N,H,n,W,L,D,q,J){{J=45;while(J!=56)if(J==20)I=O,J=97;else if(J==83)H=O,J=21;else if(J==3)O=n,J=49;else if(J==57)G=this.YA,n=(G!==null&&N in G?G[N]:void 0)||null,J=3;else if(J==74)J=O?94:35;else if(J==51)J=(q=O.uW)?15:13;else if(J==48)H.ND=null,Vi.O.JU.call(H,null),J=74;else if(J==97)N=I,J=40;else{if(J==33)throw Error("Unable to set parent component");if(J==45)J=O?16:74;else if(J==7)J=m?29:83;else if(J==54)L=this.YA,N in L&&delete L[N],CE(0,13,O,this.wc),J=7;else if(J==21)J=H==null?33:48;else if(J==40)J=this.YA&&N?57:9;else if(J==9)n=null,J=3;else if(J==16)J=typeof O==="string"?20:51;else if(J==29)O.VU(),O.L&&op(O.L),J=83;else if(J==49)J=N&&O?54:74;else{if(J==35)throw Error("Child is not in parent component");if(J==15)I=q,J=97;else if(J==13)x=O.oY,D=O,W=x.d9+":"+(x.Bm++).toString(36),q=D.uW=W,J=15;else if(J==94)return O}}}});var j9,Ip={button:"pressed",checkbox:"checked",menuitem:"selected",menuitemcheckbox:"checked",menuitemradio:(t=(zI(1,75,Ry),Ry).prototype,"checked"),radio:"checked",tab:"selected",treeitem:"selected"},E_=((zI((U(2,ma,(t.h2=(t.dc=function(O,m,x,I,G,N,H,n){(N=((n=O.getAttribute((G=(j9||(j9={1:"disabled",8:"selected",16:"checked",64:"expanded"}),j9[m]),"role"))||null)?(H=Ip[n]||G,I=G=="checked"||G=="selected"?H:G):I=G,I))&&qW(3,44," ","atomic",x,N,O)},t.lE=function(O,m,x,I){(I=O.W?O.W():O)&&(x?SN:yz)(I,[m])},t.kA=function(O,m,x,I,G,N,H,n,W){for(H=(W=55,78);;)try{if(W==25)break;else W==1?(N=x.tabIndex,I=typeof N==="number"&&N>=0&&N<32768,W=3):W==26?(H=52,x.blur(),W=95):W==95?(H=78,W=47):W==55?W=y(61,0,32,O)&&(x=O.MD())?5:25:W==71?(H=78,W=95):W==62?W=m?35:52:W==35?(G.tabIndex=0,W=25):W==5?W=!m&&fE(35,16,32,0,O)?26:51:W==3?W=I!=m?43:25:W==52?(G.tabIndex=-1,G.removeAttribute("tabIndex"),W=25):W==43?(G=x,W=62):W==47?W=fE(35,32,32,0,O)?9:51:W==9?(O.CV&4&&y(85,0,4,O)&&O.setActive(false),O.CV&32&&y(84,0,32,O)&&rr(79,8,0,O,32,false)&&O.H(32,false),W=51):W==51&&(W=(I=x.hasAttribute("tabindex"))?1:3)}catch(L){if(H==78)throw L;H==52&&(n=L,W=71)}},t.H=function(O,m,x,I,G,N,H){{H=85;while(H!=95)H==85?(G=O.W(),H=73):H==40?((N=this.Kp[m])&&this.lE(O,N,x),this.dc(G,m,x),H=95):H==36?H=this.Kp?40:14:H==73?H=G?36:95:H==14&&(I=this.h2(),I.replace(/\\xa0|\\s/g," "),this.Kp={1:I+"-disabled",2:I+"-hover",4:I+"-active",8:I+"-selected",16:I+"-checked",32:I+"-focused",64:I+"-open"},H=40)}},t.MD=function(O){return O.W()},function(){return"goog-control"}),8),Ry),1),74,ma),ma.prototype).h2=function(){return"goog-button"},{});if(typeof nb!==(((((((((t=(U(2,nb,(ma.prototype.dc=function(O,m,x){switch(m){case 8:case 16:qW(3,43," ","atomic",x,"pressed",O);break;default:case 64:case 1:ma.O.dc.call(this,O,m,x)}},10),Vi),nb.prototype),t).CV=255,t.VU=function(){((nb.O.VU.call(this),this.ZS)&&this.ZS.detach(),this.isVisible()&&this.isEnabled())&&this.G.kA(this,false)},t).MD=function(){return this.G.MD(this)},t).Rs=0,t).GZ=0,t).lE=function(O,m,x){{x=43;while(x!=13)x==64?x=this.F.length==0?21:52:x==21?(this.F=null,x=52):x==63?x=O?12:13:x==43?x=m?63:50:x==50?x=O&&this.F&&CE(0,14,O,this.F)?64:13:x==52?(this.G.lE(this,O,false),x=13):x==12&&(this.F?WS(45,0,this.F,O)>=0||this.F.push(O):this.F=[O],this.G.lE(this,O,true),x=13)}},t.Mt=39,t).F=null,t.T=function(O){for(O=88;O!=96;)O==98?O=this.ZS?23:85:O==88?(nb.O.T.call(this),O=98):O==85?(delete this.G,this.F=null,O=96):O==23&&(this.ZS.dispose(),delete this.ZS,O=85)},t.St=true,t.isVisible=function(){return this.St},t.isEnabled=function(){return!fE(35,16,1,0,this)},t).isActive=function(){return fE(35,17,4,0,this)},t.setActive=function(O){rr(79,16,0,this,4,O)&&this.H(4,O)},t).getState=function(){return this.Rs},t.H=function(O,m,x,I,G,N,H){for(H=91;H!=41;)H==48?(N=!m,G=this.getParent(),H=78):H==14?H=y(60,0,O,this)&&m!=fE(35,33,O,0,this)?30:41:H==22?H=N?21:32:H==21?(this.isVisible()&&this.G.kA(this,N),this.H(1,!N,true),H=41):H==30?(this.G.H(this,O,m),this.Rs=m?(I=this.Rs,(I&O)+(I&~O)+(~I&O)):this.Rs&~O,H=41):H==32?(this.setActive(false),rr(79,12,0,this,2,false)&&this.H(2,false),H=21):H==91?H=x||O!=1?14:48:H==78&&(H=G&&typeof G.isEnabled=="function"&&!G.isEnabled()||!rr(79,20,0,this,1,!N)?41:22)},"function"))throw Error("Invalid component class "+nb);for(undefined;typeof Ry!=="function";undefined){throw Error("Invalid renderer class "+Ry);if(true)break}var qt=rr(79,3,nb);(zI(1,76,(E_[qt]=Ry,by(16,function(){return new nb(null)},"goog-control"),U(2,BJ,12,ma),BJ)),BJ).prototype.H=function(O,m,x,I,G){for(G=69;G!=86;)G==65?G=I&&m==1?79:86:G==79?(I.disabled=x,G=86):G==69&&(BJ.O.H.call(this,O,m,x),I=O.W(),G=65)},BJ.prototype.dc=function(){},BJ.prototype.kA=function(){};while(true)if((U(2,PJ,8,nb),0)==![])break;var Iy={passive:true,capture:(by(32,(PJ.prototype.T=function(){delete (delete (PJ.O.T.call(this),this).mf,this).hA},function(){return new PJ(null)}),"goog-button"),true)},Nm,s_=p.requestIdleCallback?function(O){requestIdleCallback(function(){O()},{timeout:4})}:p.setImmediate?function(O){setImmediate(O)}:function(O){setTimeout(O,0)},vJ=String.fromCharCode(105,110,116,101,103,67,104,101,99,107,66,121,112,97,115,115),zB={},U_=[],oy=[],OS=[],hS=(K.prototype.Vd=(K.prototype.rc="toString",void 0),[]),iB=[],TB=(K.prototype.qt=(K.prototype.AA=void 0,false),[]),bB=[],cJ=[],Cb=[],qm=((((((((gO,function(){})(rO),Kb,Qz,function(){})(hY),function(){})(uB),function(){})(void 0),function(){})(void 0),function(){})(void 0),function(){})(void 0),K.prototype.i="create",t=K.prototype,void 0),Yu=(t.Xh=function(){return WS.call(this,17)},zB).constructor;if(true)t.EI=function(O,m,x,I,G,N,H,n){return r.call(this,6,m,O,x,I,G,N,H,n)};((t=((t.fV=function(){return HS.call(this,16,35,8)},K.prototype).Lp=(t.DS=(t.h=(window.performance||{}).now?function(){return this.fp+window.performance.now()}:function(){return+new Date},function(O,m,x,I,G){return GB.call(this,x,m,3,O,I,G)}),t.k7=function(O,m,x,I,G,N){return dr.call(this,3,O,m,x,I,G,N)},t.r9=function(O,m,x,I,G,N,H,n,W){return tS.call(this,O,8,m,x,I,G,N,H,n,W)},0),t.IY=0,K).prototype,t).B=function(O,m){return O=(qm=function(){return O==m?30:52},m={},{}),function(x,I,G,N,H,n,W,L,D,q,J,B,Q,u,g,z,f,l,k,P,F,C,Dr,h,$u,e,GI,E,jb,NW,ku,nE,Y,x6,X,Xi,AY,Nt,b,aR,M,WT){X=(M=(b=56,undefined),96);{WT=false;while(true)try{if(b==11)break;else if(b==65)b=C==U_?6:52;else if(b==36)X=93,C=x[0],b=92;else if(b==83)G=nE.next(),b=91;else if(b==91)b=G.done?12:17;else if(b==78)l++,b=2;else if(b==19)b=91;else if(b==76)X=93,b=83;else if(b==52)b=C==oy?50:86;else if(b==95)b=B.length>4?79:18;else if(b==12)e.length=0,b=89;else if(b==67)b=C==iB?62:30;else if(b==64)jb=x[1],b=80;else if(b==86)b=C==bB?16:89;else if(b==79)b=B.length>1E6?81:25;else if(b==63){for(J in f=false,P)if(J!=="t"&&Object.hasOwn(P,J)){f=true;break}b=15}else if(b==31)X=90,P=d(290,this)||{},k=P.t|0,b=9;else if(b==5)X=70,x6=T(this,18),x6.length>0&&$6(Z(x6.length,2).concat(x6),this,440,48),dO(this,0,Z(this.j+1>>1,1),440,87),dO(this,0,Z(this[cJ].length,1),440),h=this.jf?d(221,this):V(326,this),h.length>0&&$6(Z(h.length,2).concat(h),this,15,64),D=T(this,15),D.length>4&&$6(Z(D.length,2).concat(D),this,440,65),Y=0,Y-=(ku=T(this,440).length,-2*~(ku&5)+-3-(~ku^5)),Y+=V(263,this)&2047,B=V(240,this),B.length>4&&(Y-=(N=B.length,-2*~(N|3)+(N&-4)+(~N^3)+(~N|3))),Y>0&&$6(Z(Y,2).concat(rO(Y)),this,440,53),b=95;else if(b==92)b=C==Cb?64:61;else if(b==56)u=O,O=m,b=36;else if(b==61)b=C==OS?33:67;else if(b==73)M!==undefined?(b=M,M=undefined):b=11;else if(b==16){if(W=(e=d(416,this),typeof Symbol!="undefined")&&Symbol.iterator&&e[Symbol.iterator])Dr=W.call(e);else if(typeof e.length=="number")Dr={next:CE(0,26,e)};else throw Error(String(e)+" is not an iterable or ArrayLike");nE=Dr,G=nE.next(),b=19}else if(b==66)b=F?69:51;else{if(b==4)return aR;if(b==18)X=93,this.V=n,b=99;else if(b==15)b=f?44:94;else if(b==2)b=l<q.length?48:42;else if(b==81)B=B.slice(0,1E6),$6([],this,440,197),$6([],this,440,36),b=25;else if(b==6)wO(104,this,x[2],0,x[1]),b=89;else{if(b==34)return aR;if(b==51)F="",l=0,b=60;else if(b==25)dO(this,0,Z(B.length,2).concat(B),440,166),b=18;else if(b==17)g=G.value,b=41;else if(b==58)X=93,lB(30,10001,false,this),b=89;else if(b==60)b=2;else if(b==62)L=x[1],L[1].push(V(240,this).length,T(this,428)[0],V(292,this).length,d(152,this).length,d(440,this).length,T(this,15).length,T(this,221).length,d(326,this).length),a(this,369,L[2]),this.A[118]&&wO(104,this,10001,0,d(118,this)),b=89;else if(b==41)X=65,g(),b=83;else{if(b==39)return aR;if(b==89)X=96,O=u,b=73;else if(b==99)b=M!==undefined?89:54;else if(b==33)k=0,P={},b=31;else if(b==1)b=x[4]?63:72;else if(b==48)NW=q[l][this.rc](16),NW.length==1&&(NW="0"+NW),F+=NW,b=78;else if(b==50)aR=wO(104,this,10001,0,x[1]),M=39,b=89;else if(b==54)X=93,q=rO(2).concat(T(this,440)),q[1]=q[0]^60,q[3]=q[1]^z[0],q[4]=($u=q[1],H=z[1],2*(H|0)-($u|H)-($u&H)+2*($u&~H)),F=this.Hm(q),b=66;else if(b==9)X=93,GI=[iB,x,this.fV()],I=[cJ,x],b=1;else if(b==72)this.N.push(I),this.N.push(GI),M=11,b=89;else if(b==23)Q=x[1][1],z=Z((d(440,this).length|0)+2,2),n=this.V,this.V=this,b=5;else if(b==80)X=24,this.Os=WS(27,8,0,atob(jb)),this.S=this.Os.length<<3,v(this,399,[0,0,0]),b=58;else if(b==44)aR={w9:GI,Y7:I,timeout:k,x7:false,lW:0},M=4,b=89;else if(b==94)this.N.push(I),this.N.push(GI),M=11,b=89;else if(b==30)b=C==cJ?23:65;else if(b==46)X=93,fb(2,AY,17,this),M=11,b=89;else if(b==69)F="*"+F,b=42;else if(b==42)E=F,V(240,this).length=Q.shift(),d(428,this)[0]=Q.shift(),d(292,this).length=Q.shift(),T(this,152).length=Q.shift(),V(440,this).length=Q.shift(),d(15,this).length=Q.shift(),d(221,this).length=Q.shift(),V(326,this).length=Q.shift(),aR=E,M=34,b=89;else if(b==3)throw Xi;}}}}catch(mW){if(X==(Xi=mW,96))throw mW;X==65?(Nt=mW,b=76):X==93?(M=3,b=89):X==24?(AY=mW,b=46):X==70?(M=3,b=18):X==90&&(M=3,b=9)}}}}(),t.N0=0,t.cu=function(){return iy.call(this,65)},t).sI=function(){return by.call(this,41)};var Fi,Z4=((t.J2=0,t).Hm=(t.Wm=function(O){return tS.call(this,O,57)},K.prototype[TB]=[0,0,1,1,0,1,1],function(O){return JY.call(this,59,3,O)}),/./),GN=Cb.pop.bind(K.prototype[iB]),Mm=function(O,m){return(m=JY(59,16,"ks",null,"error"))&&O.eval(m.createScript("1"))===1?function(x){return m.createScript(x)}:function(x){return""+x}}(((Fi=(Z4[K.prototype.rc]=GN,tS({get:GN},16,K.prototype.i)),K).prototype.Pm=void 0,p));(Nm=p.knitsail||(p.knitsail={}),Nm.m>40||(Nm.m=41,Nm.ks=xP,Nm.a=vS),Nm).Fcd_=function(O,m,x,I,G,N,H,n,W){return[function(L){return fE(35,5,W,false,L)},(W=new K(m,G,n,H,I,N,O),function(L){W.cu(L)})]};}).call(this);'].join('\n')));}).call(this);</script><script nonce="O2pNceotPoGmSW6T1sUj0Q">(function(){var r='1';var ce=30;var sctm=false;var p='Fcd+Z1gfwhrdOTaDF9bY4+lqA269fxobtOy4LRZTpXC4WH8O0ETDYQlKIET+DeHwMcSLaHxwnU4he7ufcreVzz2nkLFoBPp+Gssgd/xRG6bpY4lTMOvkHu1hdlb59FXajgKRXvGrrynXAID+6Wn0pRnKD8L/TmepvgPcskzqIc960BLLV0e6A+ZcRfwTJegAU7wvXYx/I0vLo4qCYOT63AikX3F2bj6EiDfdxZ8g8lGvXtLJ8hfvxHqmiqQLCNv75h6p5zVBc7dTiCHvatCdr7AV/Qzjz0FbwllSKnhS069C9OS8BIq2ovZvkgP5z3AUeXJJfdyZ0aBE3vQBg/jhmOLxDd1fBAXSkKNWwIDownHt+bdGXixvLBvU9mOmFd4Ygm6BeB/xpjjXGYIwNPYQPGTXqaf/yRywrVMNEnAtNxdoxf9NAt9sLFh7dT/FvH5uQwgEAEK5YNitaRciCoKFlzC84ynYtDpT+oopei/IeCnLQaytRPNn8+cXWCFGwq9gj8e/Itp42062V1/GNZin38aOCZrFVzNuW/xmB5Hb2LcrUkz7qaAUvtm0w+GDlOuAwYqauNlkjBcDtaVvyOmFmMj+JqgqalDwl3NnmCqUP96RRp5BI1onINGKvCt/Dbedfix6XV1k6EAO29neRO8oliYVnpgNFHTuUMWjfgazOea7lskewBHEhz0d0BpwMHu/9/NP+usA30a+Ezu7jSZtexBUEj6hthNtbPtrYyFGAnbNeY4mlvn0RLdFVHOrYvrH5Y1pycYR08hp5YzeF5NPBeXJNQQPSqNgZByYBw4DsKWPt8CdD4q05KRJrsgkjRSFnyzacwYGwjLUQkoFHrY3bA1l+O/xDtPDtekw1t43t48S84x9jfawm6s/5j+9a3UIRFhX4TZcFlVy7ukYRvQAvUxDzmgoF8TVFsBbOdZIAjxCubc6VVvgcjPDA3Sp/qd3sU8PeoWbhI7XAPHU8WKa52JnFLKTfvuXR9Mvp/7RoMDlrHRK6e7+SUW2LD2tkeEmb7UJBnx1oX6od+sRPUH0vbfncOdtqY2efjzGgJllP7zlmKOavEJUtIJ4lS1wovJr9STu7v4WCLenvaMD1hgUawM7Po7kPxedo33ona6SnyBJhr8fPjv3P5rfk0gor375VMAU1R/A7zdwEAOvyxpHzNhTYaC//Zfh5COUpEHVoim2V39oGmxQQlVKNAwJtlabRDKkUWBHgp4YBPyJraSYrqQaa9SfmDFc/s+JMYV196w0iCFrrMMmVAPv37RtL9wFRkaQ8SfnZkKhpJUmetCbgJ9dtGn5AXLZNDqGRPctkz3/q6gN93Izvg2SFhLBtzJ1plx4c27WDjnUgRQ3WLVgcuMgoD3ZtaPJo2uoGV9dv3XOZqAxeWja13u6ipMv73dHv9c9QfgeSyc6jr55zz5xb17yB7+R334JgdQstfaUxdRSIqIyEWxOlGYahkiZaJ++beb77WBaZ+N6/JHutZtpGvYaaWikPWC5JadRDbaKQwCciL8k+hFS7z7fayIx64koSSqHyEOzd+fB+Adgsy3crcNWTRNsdvvFq12ONqQns5cpKzhhO4dCv8fZ/cSnHlXj1jaWl03aiSA4Uv3WSpn7AYVLE7JMydJPWhETSHT/9CWyN23pMeqcORF094KqfuhAHrSdXz3fzvLJfTJUFHZh05m7wH7+7ZhCAhwyrg3CrBrqdqmb1LkgHYbCgUOGelVK3EPGKk015aR/eOCMNOhXaQg6E3IVRwpvsG+dKt6P7y7s8tLZ0zsGF+C7Ug4iEKGkgl0jf96fm749qmJELIzGEvDvY5+6o9vkOLapOC8Hz8Dj9yq6XJXJjMOQ+czsnluTIy5RuJ36G+oQ3E6k5IpTpbA7QLJS+OHZs2cvgBJc97+7ncgnIWDBqv+w5MKR4fRXFwPogogroFRL26ecOj1Kp9otjU/arJb+54w/b73mMVfj8T1ddJbfxVei6HL1XWDCbAn1AzMdG/33zRUo4kPJtSgSd7PDf2VcQtfXqsoc6y4hy9VsWB46VOSnT2PPkDaboxLk79XmKTQxiyVM9xE3nZhsoOhU4yfGW44YH60QAvGfgbCs3Yn1wJxGuggqtWe1nzjSOUG/TMnRCdShSg3brRDQZnRRHc3ZVRFSzu3r+QQM1wUzVmc7snHOV/mwPt255NDzwQO7w0aiTNCqfukDIscK6hPMbEaQUXJwbWCGJDkYX2bx0NokAn9w4qlkubvb/FoyrNrOwTkYAvNhSkWvvZOVB1RfXFRRdPHZNXILbZNXsOswQlRlNjWh+j6Gl3BRBOmcD93y4qM5Bo9JTmtNCNq1CGxqpxU0Cj+xurMIf9f434VwC3Xvkdgu+3avmP4S0j1X01YjSnCSjRmTdj/w1hY9nTkFVGbqgL0qxs/sCuuB0QBQ94rq2KEW4C18RIS1z7lqpont3GyNWOs5OMn1vaR7TuHCPnSuhCMBHYMqdm7UoFKWCwRp4RRQzlZW2hLi5FwhDS6IIkVx34lavqmmB9SsBOuEKFUgnHuFntpnCEigZWCzMJ/bQ9ytmDfsljEZqDXv5R48Lj9OApPq93cy9/8S1l6T2Dh1RdfcvkQ2KZ3cVDaYYhzQBGsBBeazm+EAJZ0k+C4AdOFhE56QAzi4/wYM8LTXXqVfNE3zPoo2Uoi6xE6q7pF6+iLXAwtN0CuUGohWHJQcwTXOIWuU9eD8w9Ngqbdetk+j4hvAxd8NiLKli5z+3N70dasKwhSjvy6z26gO7NBcDFIAi7UbxQYpLyaLqaoGfMoj61pllFJfXUZBEyvtQvcNEuQUcqYKmU9hqCa8k3nIDMLyBZBDTsuWF/8BFEmnPDwBdJ+CROiW8n3TI1JqxzEGj6kf8r0cFMdLK0/veJ2xCAE4QyvWAGRHXlvf9UtEEKegMpHuxniLZl88LHWTH6JwWyucTGcPDFbVaEICR2jeuIc2Zab2bEHuKwms+CtdaymGS0HEkVFT0hVCxzBeX57PXPpjdCVI/2e3sXENmJegAuTkzRKiF6tA04hdTkjY3sjuzSc9nF/XhDGwx2J5tX4Roj/vpKPDBIpkfDp11uDi2Z+EQyH+NDsQRUUFkj8qtYvVOjXnoXvF/KDtBydLwQLzMapvhnipC+fGJXZ/oW85qONBvPqO3YfC5DMpezT1PjtXmlw1Olk0But8UPpvl0w1N7r17n1EF3+tc6ljXa0Lep9jTPKzskWObfpWEJB1j1YJqu8qOYAIbSnb8DtOv4AeT5rw8RAlTC52eHIDCEuDYDTrbKGxTEiJ3EzHEMdQbLCvy2v8lh+cEZ1xfmqpqGgQCDVwsTLmGS7hOTlxuD+GN3hYy+M7Ve0eMltWhlzXei6+FHxuPMOTii3DzWx3LfFzRSqheSB0kAnbFln5fpIubE8+sbVRZRd43vRUmzPtwT+k1gOiXd4AhoMDxMJKtrouJ5qX+46fMCeb7oPjFdaUbo5N2xtOwrJ04R/PIpMWYbAzl2hrtVk2ihcNX9VsdrIk5AZCNu2p2qn3DGT02VwEookM0kyIWd9FeHOsWa4KM5tb/Ynk8iul4b08YvQSqZPK3KKQmrV1FRyW0zix6+bmSLCeRXJ619J5n3U71kYXjjbIZktA6p1AiGycIWTN2rjnLeU1g5on5kHnt4CJWsWEZ79m3ty28PZjzlzE2AOQX9+GWtt4MUTODu87z04HC8tTGmWJ6W8nvJu1cvYcsHW32uq50sFoMIs1GVGVu2n1b8iBM1q3Y//+M4SqCt454lhgII1sn36kYR8bgfbUr0tdfgaTgKAI4FK10yk0oIyA/1v2shK3wm7fnMTzvLyEIXyUNngFr2t9g5hwFF5tJMqzRd7Zo79+eatwdDwqwquKVS3UIeYphf81Mg2XcAT7HpJmriXpHFRZADM81PbQG83BxHBVXuXQ/3c6mr3+BNqorcsWVb1QdYwgLM9qoZxzeQt1wbJ12osBJbj/KAjFmb1qEPiD3skFF5GdaO+98sScbg4vmnMkRAT4coakR5xf8OmQKT7xLOmh3uZNunJ+F4AWA3LyBNfG3IuI9UZxMn5Sdsr5wfz67v0MMKqc0+OyGTQNaMnSibnDNZtHh2A+5Cg/5opuCcOnmHEnY3ZwqtMYAaUmk5KTM4TUoYYUvZXp49RqvzIDlP2GDfY2VmjxCu8eIwJNS0vzOlGfcFpvHlfIPjbXck8YZrbkDy5nGp9jxg097BBAQfgvkFe3g1MA+p1XFY5TQrkkKxQVb4fjTR5m1/zc6HCblEM9QfOYMUyBOva4c4N/pSlBRpraFlS46QCPx4Wr9OB1+IddRSAL28buEQXWq4CvgMMnAM964Z3wtsTOrsa9QUkgScK+oo8NSeoBinC2/BbXk5UB1tK41TdZ7fWmRHMJ+hooVIgSIbfn6aZ/WBF+zsR5OKu4VibjCyYZtJBVoKJcHjsWQoQK27R0223UcLQNbGQRKMMgSB3EuGtXZcxnpI7biXX3nI6tj5FxbN+MZKcR4aadPaXP8jiWuqRwCVegYMhYotR3bBHybO6rcSfigxzJmZR4NaUQ7AWtt8HCrnNfDUVVwxlDAA/C2riKRYGHXVi6lYtoVC6+UwTlmuRyW8ZcTQu/ckmS3p3XksO7Qugr3DuxrHDFY48sG5FUn7X57SswH7dUHoWP0KrcOomRr1sr6jhz52xugkkW1m3IMpHXVi+q4Pywi1DuG9jM6U3aCMpIhne1v8NJ1WaLRiN81k/htvLAwzmMH/LKMNHcXeaEWmiTndn7kcA30a6EvbFzRSeZgpFcH0IQnuishbtb9dRqXszSeRTxzn/tF9jX2w39y39wxI0wyjfN0bdvV0BKWH4FVHi8y8vmFUSM/LL/XIjeuyKZTDPb0APHkBtZzYHMcKoT/KBaJvx7L29SEit23T8ZDHezzFAHQjEC9sp1apORevZuOCUXmejb4qInETe6LToBSlaKKrKsseWidNYSzr4YBQ704+ZjLvnbVBkyMPAq6t30keqSCbnnfJCy1Q14lALbHeuC15JtLpYatSFpTiR89hmoj9V3o4oCpj7qIULEZ5WQYur6MCeezqTvvQWzRSDua+ChlMYD5SRiH3AgdMdmho3H5xrKhl5jv7Kt/STKPD8zEFZtjc5PFINgUpknUYUF9fd5X1ympStiX7gXO6gEDH/N6BBggBA6VcR+JUzX7iFRj3+FNgvxGO7x6NGXesgCSQ2BOt/M9nJohC3q/X44rSmo+8CIwHAokYfGEMgagRAKasnZC+s2Hq6WObcdtvPU186D0TMQXd4W3+bNFz0K2UJ1Vv0/IzpHwrmE2ewVMWr32bW92E301epthpzV0qqww1G05FNCJS9m9w1SaJaILRIHFXkR/R8UrDBkB8qDihJHNPp8tRYyA3KGI0cDvfSPyBy2JUXi5YDWILOhxhdel7f+5e089C04/u+TLO4fdrmIXIJe2+XlYmxgPes5qWv9zisllGupbwlyPHsvkoCkN2AkNhrfH6GaYn5UJeDdUWMEP9zj6F20wre5LnDjqRix7bVs7F+2vZ7DT/gH1l5dXZgkwnrUiC6pj18gVGyC+Pqpm9WTLw4ddmH0Wqyuj8NrlzdPZfH8EeiCmRFvr97WX0Fgmnt1/NJ15u6r6jHD2Z6Q62of8bY7lN/A6FqKPe+IFgmdpSoiaKi+8r4W2Ilq2mmar4OBCNYNKLUzQjzIWnquTmlp9+maQDsqjZ7IjFWDdHXePRnRXd4fKSN5N7Y7CZxoHGsdcvfDkjJfLeTi7IstVaHJAxgbxy1/iXouTOgvki2tS4VPdElI5B9bYLTfVeFyPwstCZ9/PDUXqRiI/nCg4Y1wFfkFhxXma8UNacBQJsZnLjSyCnvOFVdTPvLPV7nvZeY45ieps8AMSgbmjVeibltXK59JIDo0599bp9X6PCfORBD0QPhC6+370Mz3lzoYrGcu5fkKY7ypARSReHnwaoKyo9gV6+0EVROk7/gPsbFUp6kDm2IOnHACPKUfjK7rUeZOFnML/nZ0rM7FcyxsWMk96QXp3oHh/Ruc7LN00/BU2NtJk83jHe9mtBNwb72JiptWovp+kJmkqukwqBUh+ipXBdG76Dll4lYYFwwadkfHiQA+eY9UOndTVrB9yYEzxuQWc1JOr3v8ukDp3eNfCNzkTSvOERO1smCGhvxMF07D+4GGhk+fv72c4Z+pCm9lecPiu0mn9IIh0CxPXh+QC1Hmyx+q9vEcFn3TGV/LyfaT9KtSwnvhWXfYIIznTiKsj58QwGsGmbre4xEz5CaLnbiIrWdRpM0dZmcLMvgFLhE+A7Ufe32Pt7CpW7gqJMm47BUnY8EVh/+wTyLVm1GfAXIJnoghjEYyZLRCc5LmEqq1QM/pUwP5QQcxB+se9adMNjvjFU3b2mImi8+Xk2wLPX1SsgjYKoH8xXdQfFG//K/T8sD8uzzvQHIt0xprF8X9pzMt0cQ0JCyrBarlVgrY+18CCK9jQKRelbYyCw/AzJ6C27V9xC/KtGm10sfS69V4LHI26xJ3FRQbJ9rymdCSiE6SGVkJAbb9ieTip2DHWFUt2WxrBHNA+nL1ghTTQmmduJLGyCzFwfU5L+DKl3S61SvXgSvBn52s4xQGkLGn3QvlURhx/2LOxoB/I1ZRZmBw8S5rXa20rDxtGWCuCy5oz2vqimcj7lCdVK73v0GO7Q+CJ1Zg6wWNbiZmedX6T0o5pqh59cSIRP9RifrY+ztPBtrjJEhGG3snX+CqpJhGNWepOepCgBpkkKdLgsd4Wnko+J8gzDeArx1DhhEuKL11Z3fego1GkHRM5VB3MUxCHtc7n7gdT9GqcVEUMhllnxsR2jP2RupKu+e+M4UXMZnCGnOn2rr7YrXIqTaCp+XqJzZ/17NEV/nI/nthv1IJQuISX4VFnbXew3E0PjaqHglU/2DdPqau53pGa9GrRfjWmob9TVWSWlF14/afRBokIhz/NNNRjHPb65xPHR88LQ1QOjU1qKq6YFQqvu06ypvCkpPMs/5wTagCbsWNSvs6Y1T3hLD1WShuoFezEwH/N0Z2RpWakKEtrz74NvFDhqvLdrXkkJ+ORc0fpbRCQNcFs+WqZPwxLNRh2Yi77Oh663OwtKDFlmsMMW8Q78wYK6K3PucBYwQWJ3eTgKpamGhHf3DgMxUQZPp725A0GnImNSbmCrMiCIjrnwFwFdAVG7aXQs9CIn0v70S7ICmm3GaR7mJGY/jaO4f54CVOt8ovSXcC0pFxoTEGefCxppJ7J5jyUuTET9Umyfh155wnu68Ro2Tep13qY8BSkwE2ILxNIvlbAz2tM3IP2i+HKNsh0lMqLOW2VMtfJ+Baf1z4UKA6kHtNABxjluPP2ptl2zR4wuKgcQrj6VOjqC+MJNdivu4sXw7KQnBaXYDN4TSHzigqJ1qcTpv4EYA3+tF0OD711XOkhJxU1a9v7t08Uzyt9xtsI1eJyPvSoNHo67CaSahphoXAx0ZsfLMBJ8XbCCtqMf2cCP1keYiSMFHTjUkiusiWyzrZg1UagWzJptaAR1Wh8qeIJCRIgf8LKm0y3f2JFZuFIxaqSMxL4qVJ6fwTDCpTDhhi64r6fgaIV07LpNX1gMOe+AzXxXGVFwrXSmm9Fc9sEPpIVzLXe+4Z/C9vPcjK2jZMsVso5NSteSHm9246q8XoRsQYAWsNjRI8WMQW/6UQN0wJsPerK/vyWyZLA7WrgYRcqkozPLgG5x3q+sgYH2rl/vHylkk3nJTzrW1RJPcxAEW3ndbifViWoePwwgZqKHF9izwJC0iZFp7wEGRv030mrzUC+UDs6YkkniFwwou8Cbif+KtbnNYuSdEFahj0CqLCLCiQHi6YeYw0ttMqzUsZo9Pcat1uFoaK5VRL3QnvDa3ZeVpjO7Vd/eKPu/YBjT5WNZybDdJw1LGxS5t7O09HvVdS50GTrKzKHCmtb/jf6+Vzy11oYhpMSIdSXj0+TC58hqlW6uT+xhCZACRvn78Csjij6Fhi37V5kihPZ0mK8P2vUfcEtJD/PpO6uGy9XDmB6yeeb1r0dSEDgMrUkuzrMebWL6EkA5C1GdsTPfEqE8tHh1tc7xryHLYD5VODKW06MhZls7EBRgJH9t6Y6HFgu0RFkxgGAxCK60YCC9qkiqbyJiHrfr6Uufrq6oJx/S1NmUXOc8eOM135CaUabMLc8+VWvQZrpW7+yHAyFgookycYu/YKsWaY94sdGj5nt5G/VIy4oqkecUhgU72ew10IBRprbyrjxXg0O39aC85Ii+N9L58+LYZHNvCnRDDzgQeb4xsLnxLrNckYqkJou/tRj5g9ISvgLftCtC76a4WTPh1YG0c90t7R6v4MRfjflaTlSdZ2nLuBMgT3CL4p0KbCkUdpXtIkBQKFPLatlyMK7U7bbLjNQ2f10lbqaY6qtjUbq0OADXB9uncaqL3izLH/Loxb3UPREVsxRZTjOLDHyYowo9ER/D2oz3lTEl2n5moQY2w7o93dvtxTXKBIo5MWoR8uh81nyBCX4d7FIACRXJcdUVC/B7XxvScvbrlrT30bj3X08ICpektOFKZ6EeqbZTaHRuVuGwEOQZOqKw6zDrjrDfLQ9Lky8rKZmnDp6tpCBljMvqJTElfLdCNeLHoH+FiUp0FGAC8eF9sTG+cJnT/xchYiOljvN1D6PunbghWCFmngIusgVv3+o+mEHbgqHqBLpePiGt6gHgE4DGz3UmtMpTU8pVP3tmCUpBg2mS0w4IEffKOkx4OOiDIB4yvedHKPmR01aRK2e2PhZEz6EBlcxbjQ/2yIWXG1aKRjMCjbZWwKd9iFUXd4jlAYFy8Vc74x3SAdgT0ZkAcekPd4hxu7Fp5FElcSptafWM9db0vCZi/1/k8uwYOtT2QaQFodT6fZlgldeJ+asSg7AGJOgFciEctc89X1hHwLgp1//Gj0UwsGzCkIJxFrCQnpYpyvbxcf0W/uZNw8erK3vHDaDge7GTd69dDSNitNRd5e/fYHdKDvPZUtZTKN5pRCMa3wzEpGyprEvuycmElxKZywYTIbhiIBQunFUnNpFV/O4jxX2xGyoMJGsz8wD5sCaqmjzXerg0d5KYrenHOievO088/sygJ9a0uJImaC/+mGPimN9nKgauhLlvYu7GNf+6rll+y2IZeu6getAx9TnqDU9/ZRgvASwuqZPkwYYiLDRqqHBcuXPcrsr5YGCOl0PBSIc+8cJKZs+qcMvNusF10h3NMJgN+7TidbpHuxuEk0TKexexAy4TJm2Sn6gMEI9mS41Mx/eMGRnVUzGNGliEtIdarpA8CSCkRIa1cXzQz97YwahVjmNqV32GZHvYTD1B8H0lID+Qb8Is7fzL2AfBx0Qaae7Do1CkO3M4zJxTlvnBsDgPHt+AuGQC65S30B8G/2NUgaxMdn7yRHEEoTdLQrHVf/XyqaMvWHYKahaGfKfgnJZVzgGmVmdgxfp7lciGIdqDxHMXCsXHBUyqKU6zwy5GR9ilpnjLp1+KXrFiYrgrFJRAtBmImSg/bUosFJA0qcHuJ39GeotYItt0tUUacYau+DG50PqmQabASYgxDVa+DgRqE2FyPcoiJ57SpmifnGapT1OySqXNa67A80PzkCEUbQOfXEyeF+x9nkIvn0uSOQ2KGj+mzOQIHBvjfXI87MnoAOWghxIqaCJkw6Nlg9EdXsVjfekTfnw7X+VDLF7PXL9Okpt6eXZI+sQFS/4Ip+guX1zZiFXBkvodzD6jvOgqdeZTXLMAhhxNtRSJ1oLjSwam1sFSjFyXZu5KhatMd8TbXpue1gHo8k8Tzk0FMpo0Dns+Z4DnQLdH4ctHd1oHIeDE0rm0n1uvNUH3KH+DV1r9QqKSD8SNfvj1I7cu72Uu8BcxMawXp/HnYaBU6N7HLYBlr2ElmOv0zhsQyBTdMMRhYK0pVYKl0MrGer+8ovxzvTceS2a4su4zYWLAM6DIWvNhgZy7rV4XrSf9xuOmt4X7W5+OgWJ55ko13PEUyTjqYnDaeuQkFrq0eWxDkushJunEhl7rbP6GiaEqZhvyW/Z+aREi+GO2yfBt9VrpCKWqYKriFI4YlSkjPObf7h4Q1iF8tK5mt5+ejNlO4/qaNtLlY1MhJVtJ6DqO5CWwlHEQ+/7Na/uK4WmawlICeyiSUtVYaRB8EnKVE1Y1arJQd9Iygc3wObntQUYxcSRQNayDNpPYLg+lE7y3Dl/nb7S2FI5B0V/S0Aa810+cD3Fxs8/Co0f1fx7ymFErfna55MuEfFLTIOyURW9WDeKETP1IaTNVJPEIJpyROxri7N7iFBYMmCugZkLzjbjqnwANrELx74UjWq7yP2QjFE7mvmbu/e0IouYcJDI+VDmxlyzvou5lNuelIqIgfdpuIBlmjZQMTiry+CfDvN7tqKp4FnmGFVW3RxodiWm0H0Bv5sa74WpNj1b5au6g5cFaljmIcS4fHm2uxy3nWAhwXJFLAwgkPIJSzfETnydw1hVFeXKekYfR+yeGonZR93F9WDg/2TK4Qt/+d6wVTVbpG9o6q31Sr7gGx/89cLYGxrTZanjSY3VxoAxHY0yYub1wEtucKBfq7oiX7Fa3ns9OA5PX8sjkb2WdNwZIl0Frf3m2F0Gj9xiXTy48uZi2Rbl50xw4ERMOHxhrNJgJehW3TAtHb/55kiB7yZpIzvmfS4fPDzEKYU5zpqeKKSihRvjOiNkkyJQ6rdg3pmXxku71RlphRXD22EYaAIUdqpcr4ROVeDhrypDYBNX0Hn8xkUq8JHZ4tFxOMUBHFt4UXN4fPuIIe/T7DswVP42mbvTJRfpu/p+CHBcVxV0jePlJ9T/Hz3qQvQK+Jg876B4NX+UeLQA91A17XQYZz1SZJkK8OL47BYHXMmU3Bs/nFziMV3ouUhjqH/8eC7zcupldbx/WGj7MN875E3XEIEq2hnfSnW7Cst6NA2jteZAUPDBj8+i1Se04ai/eAzmxXTJ28yePGEBzjbNNzWn+hYIvoonqzH/Jq/apuBBMTQsISFaAqx35tTRejB2ufEEaDty0fn4uo0qGNVE9iVbJs3QBFU7XDv9uUrDb1YsyV43C1njbN3e/w4e0sNVXj9yx5EcYlXwAW5dydjfpx7Bnjv3URmp3pF8qYucy/+5Mt7vwiBqd5rtkDYS7FlelhqK54Zo4OGzfDguynDU9tjlWOK1E13nB2Dhf2iYmlXbMn9HdRLdRdKvKj7d8PUHEPrW5eCx3rU3FmpWeLTU6aMcnWEs1b7BZ6rq9R5VDrTJLxsCU++SD18/bDsXBzlFpLZwr2oUkytnCR2lUdWVUN2P3+Ui4a2p02imeMpaqVmt5whPg/BNZ7eyx6DTaIZaHJAuYTIP8IyIMcV51M7hmBi0sDlGBybaPBW3B0ct26hSz0aI07wfZigSePLSMkB9hl7nw/813TkRhdJSUllmMmSmmj1Y3SLzdhApQ+H347Hjyw9JwKPw+oKQUYP2yxVLuybPWry6H1KU5Lgp4yGUgSK8fYreApJglPYkN5GyDINZ+SvmCNkfBSoIMsD3SXS24SZg63r+rncv0im8RwaPGlRhATZqiin84V5ehyI9sUFsGb9JpeZ/SYcBocRKkTnVV9ClRrc7V9xQxVYvGafOkNFe0vUsyNUJkkkVTRFP9sHlgd0s2PhydjuuLxd7oWsUJg5iRlzIUR3vsveDq5uc5mWfxIuTWuidH4ydyJe4fZ94PrRgLl/oNoxriw4g5k6gBf8TlQ5Ls2Ni/yW9rV0ayI9k7EwUdUsxlO64R24yKZ29tJYdHJmeUODDJa+oHqwEYFQ3vnIZPiWStq88kt898ZI7PPrg6/pddiDeBEXUs43/i4evlnTq5MUul3zwoFPjr9vvhDwpopO4g574NW/vG4MELEWMKdQq4iQeJ/9HOUY/BdXBb9CD7b+ma4GUmyCuBTgUDg6KF3nf7+0WaLkp2h7Asod0ZqK7o/DuaqsdB+3H1eYRAGTVptdEPskEUGY8jMUZGop+HTRihYui+FQ8Ry+vSFfREod2FIT6itUXm51R9i61HCSM95Nq+4yhaN971m3grtMqJInjXn9hvrrlAvzQEwrzLsmnre1NPW/N2UZ3so++uPzgqzp+GgXNWGBCAj3WXwslDOrNgFNXhz/RYr7mPmaFw2z5oJ0xWxq/WkV7VJRVZKq10Ff5jIoNmjGbRfHwvwaOryIA2At3kyMind2ORwYFWkQ0wWZmC00cptOXhmEXmd15Sn4DlGMT9SWXWkRX6k5Ist6RAtL5LHdg6xODjvvlAEnrf5pslclcFk12K3/Z5SUpdCoaVlx0hHxjupxYLiqgGFpMbRSBtfhf1qFswV44qNDfGm4Iupdb1AS0VZ4l/F7xWWqIbXevG5+HdORKTl9bENpg3jU2UOXxAsk4CEZtQnaKIeGIVI9T+MlKDmzleEuOrfCSpY+nNcCzVPo0sdf1YwY7QE12tC1pbfhmu7AfBtuFEYMF+I4QFCl006dShiDfLAzjA6OX1xOFTYa+FwZlq91PqX5vJtigkisSd9Bg6UhZSrH3rwsJKsE2ne/qhmykDFzCZOBsAFWRzeqVyWHF8ikqe+l4Mk8zzVQMdahpJ0gpjrOipsYOYl8TH/xrwjCsAM+gUNvnZ3vzUtl8y97xNYIRKY9hM/yKIQu0hY/yna7RDR5Xno0vNJKGaP/lf5Lrxl+KPEP49OSX74Xsz6x1P+E6Y0logBieKDpOHHoJYHowUbjd6JGJGlhac4epP3V7xf4DvGrzTbJBfk71Eu3WnmYTQZoO9PZz4PqPWbGpeH49ryg2+awaSbL105xR5KrqnfELQCwXSIfqdVbgsFr1sP83695Ylz0fqqsL9no9diAsGEXdA27L0iG44zcaZpVXVBPtA7LSO4auhMIZRexAjstjg1hokv1sqTGycIh8mpYyHQy2YrAm+NoJO+TECtPy/pwJDbnnDsLleTOIYbZVOm9QGnPsEFl0y+tK2G+uIw2KBdljDDYEAG0ZnXWYBHxcRAaBQ+KJCBrYWZWnuQRk8YwMRDhTmpfuPIOFmJyNxlOTzfAuwSZD447quZr7+ZNgiugeYWaHyrdekGydTycb6ngIo91BP9S7RSOOE5OrotQGnd9U2NrI5L26akFXpZ1VHdF4DXkLTpExnpQpXmbRuH2CeJtm1Whs2a5RgAJWLWSLABIWs29FoRB0ki7mREG0qbFIw7XbF2t4ntoKkIcfyKhvyrtTG4uJU2jo/j14OJLLyvQ4iE14NuyHtfSzXHdF+ClsTCY+yV2CbG+nlpErTruy1h5OgFTdFOe4dHyGb2uCQQq5H2H8lkwV808EO8nYiG3K39s0MGGv+ljMZp/3BjJuBI4sIXMk6pi820HeOLY9yKR/gHLiB+pYBuORFdjQGgYIi44+KcbZ8DQJ0T99qIjItIJf+y5brIqXaJF3yDjhqXi7TlpvSRNt0lcBN11rDX1IncmhqcS03ET3BOJwU/fkAdyP5by4NHViD8Q+D4fXQMuPEo2Z7rv3snR6PhgjQzdatjEwUx7bMvgA1HJgjOMfXmWLJ2qe205ekQLnTDTSeeGY9sibfUeR/1d0P6YCPrSAU6qt9lcSQjrS0vCl4B2OtMYupZdN8TasoyOiZgLxYEur6yOh97nkoGGGrGqyVW8QWq8cIvazDOcbxCpyxnf7KDaTh/Q4WQBq8FgzgKV4gzn/OUGu4NN4VmFhrnRFJJ0P9IWHQUvRIZsIXsvz/DQSxr6NeAkqqSZyRz0nwrXCPhuXrWR+rVBel93fZ40vsiZJUkQ3ZJneH1qyOvNh4gvUJJ7A1rteKgFMbE8c5+s1JpS0jKycZY0QCAu3OeVEDr/COvWQX4O/2mEbk9/mpR14Zjz9aMH5lLNZBrTAiLJvUreiMcpVIFA6Qyo8yU+M9a5nE73AjBq3h0ZWAEiaESw4H74mznJMneTya+XL52Z456COYVP2R5lXPFDrwj4fiuwLgPZlZHmkM5df7e3VkautQX9SctEUTDqepgBq45/Is9W0Ti0MhcwLgHnUluz4qQOCOPVVRwDCtAQ9HfW5y3kE/vPzTAe/UYzYYzvtLogoBc8frFlVE+zdu4a6f7rAF/ce1DK5D894MCHuUenlwo80fhheHxePy8IwefVstBF67ba+ILzd+jbZWEJ0S1tgjJqA/JWAr1r1xDmaqFG6VXJiZUMN60jf/M3g5PdW1+J3S+mHgMzjVRMIrQq0+YxPKysXzgL/jBA7qzsqR9RoQfp3BUmi+WtxyUJDcjNguF02Tth3fL8SJcc3c0myTKt/ZGKV+Szsuh3YrYxhqqhvaDfep51BVRgii9Tn6h9sdarOap6AtGa+Jq/bB5Muj8VtNz2bDSHeC+Zmt/A9S6/0d74pb9y48WfKE9OLAtq/Bt7hbWKeA74T0290bkyjXfbjSf14EtqptgeQTSPFaeSv0Sx91o6J+u8+Fapm9llD/eObjPSNWzPNGM8hsrRTMA/39qUyYdu5eBrzyG0Lqa84sDKs527FJaZYdze/8eEhpTmlin2fDTIMkIqNO3/ppnjkkgLk00hvNMTUrzwbe282M6Tr+SYPdl9X4SgK8MyFqYnOStafUZnsqNDaEw6ZJYtyUDsWX216GS3FdkewUPGoI2qLejOXdD9pH0laYMZFGABOmnX9FtKrAWSD7OtFNJ6OHcCJ9t/rInfpgA5ZbvW3tR3dxSIAnICU3911a7pRZtrEOgsT9qbtZHDiZH3J46g+0od01i3+jQPCgwP+PP8HQQutRfa2CIN1pQ2eK/ouSSpWwqEtQw8NLyr6xn4nEcBtxmnpd+DsIWokiDZhiYi58bwXkfLIqvbMuyqlPGZhYSm9MsV1GO38vrhyBHIOHJ7bMEvAHrc0VpiI7c9QA+GcxTBLokz+P6NwdYgokBjCEioP2Ckxqre5lk2+DRzXOPVfWrkCGrKID37Kc+UGaChozdE95XR+w2w7P8tNJmrvGgVUj00+GdnW8z2o43KKI2pCOYELh7niiGTqWInNxhsTwqBG2EElWHUkqeK+eqCRWRKHlndDoQP/jZW7Rh2KD6YgXeGctBJGG3Up1AsTGhC8S39STGh4AG3+DNOth7OKGvD2dA/0ZxFKu+dmN4f7Ec9EqU2L2MAEyZg0s5Zx1srlKdZfp40plxjAvKPqCnr5/a1Xi3YXdDEL19meas0CUnd0DINVfoXVH3IgTT6HlRUrB9x+voEZ7z9EpmRM+ElTLSfqM1qDbnfLRgujDW50rNhZ1Nk6gPm6/boTmYvh/SxCeUffPVfxKPs+L4+d4uQ5HP9FitoVZuBn6ybxdi864\x3d';var g='knitsail';var eid='PRGHaZGrLfC9i-gPtZyggQ8';var ss_cgi=false;var sp='';var hashed_query='';var cbs='';var ussv='';var content_bindings=[];var challenge_version=0;(function(){var q=typeof Object.defineProperties=="function"?Object.defineProperty:function(a,b,c){if(a==Array.prototype||a==Object.prototype)return a;a[b]=c.value;return a},t=function(a){a=["object"==typeof globalThis&&globalThis,a,"object"==typeof window&&window,"object"==typeof self&&self,"object"==typeof global&&global];for(var b=0;b<a.length;++b){var c=a[b];if(c&&c.Math==Math)return c}throw Error("a");},w=t(this),x=function(a,b){if(b)a:{var c=w;a=a.split(".");for(var f=0;f<a.length-1;f++){var h=a[f];if(!(h in
9
+ c))break a;c=c[h]}a=a[a.length-1];f=c[a];b=b(f);b!=f&&b!=null&&q(c,a,{configurable:!0,writable:!0,value:b})}},y=function(a){var b=0;return function(){return b<a.length?{done:!1,value:a[b++]}:{done:!0}}},C=function(a){var b=typeof Symbol!="undefined"&&Symbol.iterator&&a[Symbol.iterator];if(b)return b.call(a);if(typeof a.length=="number")return{next:y(a)};throw Error("b`"+String(a));};x("Promise",function(a){function b(){this.i=null}function c(d){return d instanceof h?d:new h(function(e){e(d)})}if(a)return a;b.prototype.j=function(d){if(this.i==null){this.i=[];var e=this;this.l(function(){e.v()})}this.i.push(d)};var f=w.setTimeout;b.prototype.l=function(d){f(d,0)};b.prototype.v=function(){for(;this.i&&this.i.length;){var d=this.i;this.i=[];for(var e=0;e<d.length;++e){var k=d[e];d[e]=null;try{k()}catch(l){this.A(l)}}}this.i=null};b.prototype.A=function(d){this.l(function(){throw d;})};var h=function(d){this.j=0;this.l=void 0;this.i=[];this.D=!1;var e=this.A();try{d(e.resolve,e.reject)}catch(k){e.reject(k)}};h.prototype.A=function(){function d(l){return function(m){k||(k=!0,l.call(e,m))}}var e=this,k=!1;return{resolve:d(this.J),reject:d(this.v)}};h.prototype.J=function(d){if(d===this)this.v(new TypeError("A Promise cannot resolve to itself"));else if(d instanceof h)this.L(d);else{a:switch(typeof d){case "object":var e=d!=null;break a;case "function":e=!0;break a;default:e=!1}e?this.I(d):this.C(d)}};h.prototype.I=function(d){var e=void 0;try{e=d.then}catch(k){this.v(k);return}typeof e=="function"?this.M(e,d):this.C(d)};h.prototype.v=function(d){this.F(2,d)};h.prototype.C=function(d){this.F(1,d)};h.prototype.F=function(d,e){if(this.j!=0)throw Error("c`"+d+"`"+e+"`"+this.j);this.j=d;this.l=e;this.j===2&&this.K();this.G()};h.prototype.K=function(){var d=this;f(function(){if(d.H()){var e=w.console;typeof e!=="undefined"&&e.error(d.l)}},1)};h.prototype.H=function(){if(this.D)return!1;var d=w.CustomEvent,e=w.Event,k=w.dispatchEvent;if(typeof k==="undefined")return!0;typeof d==="function"?d=new d("unhandledrejection",{cancelable:!0}):typeof e==="function"?d=new e("unhandledrejection",{cancelable:!0}):(d=w.document.createEvent("CustomEvent"),d.initCustomEvent("unhandledrejection",!1,!0,d));d.promise=this;d.reason=this.l;return k(d)};h.prototype.G=function(){if(this.i!=null){for(var d=0;d<this.i.length;++d)v.j(this.i[d]);this.i=null}};var v=new b;h.prototype.L=function(d){var e=this.A();d.B(e.resolve,e.reject)};h.prototype.M=function(d,e){var k=this.A();try{d.call(e,k.resolve,k.reject)}catch(l){k.reject(l)}};h.prototype.then=function(d,e){function k(n,u){return typeof n=="function"?function(z){try{l(n(z))}catch(A){m(A)}}:u}var l,m,B=new h(function(n,u){l=n;m=u});this.B(k(d,l),k(e,m));return B};h.prototype.catch=function(d){return this.then(void 0,d)};h.prototype.B=function(d,e){function k(){switch(l.j){case 1:d(l.l);break;case 2:e(l.l);break;default:throw Error("d`"+l.j);}}var l=
10
+ this;this.i==null?v.j(k):this.i.push(k);this.D=!0};h.resolve=c;h.reject=function(d){return new h(function(e,k){k(d)})};h.race=function(d){return new h(function(e,k){for(var l=C(d),m=l.next();!m.done;m=l.next())c(m.value).B(e,k)})};h.all=function(d){var e=C(d),k=e.next();return k.done?c([]):new h(function(l,m){function B(z){return function(A){n[z]=A;u--;u==0&&l(n)}}var n=[],u=0;do n.push(void 0),u++,c(k.value).B(B(n.length-1),m),k=e.next();while(!k.done)})};return h});
11
+ var D=this||self;function E(){var a,b;return(a=window.performance)==null?void 0:(b=a.getEntriesByType)==null?void 0:b.call(a,"navigation")[0]};function F(){var a;if((a=window.google)==null?0:a.rdn)return E()}function G(){var a,b;return(a=window.performance)==null?void 0:(b=a.navigation)==null?void 0:b.type};var H=google.c.fbts;function I(a,b){google.c.e("load",a,String(b))};var J=window.location;function K(a){return(a=J.search.match(new RegExp("[?&]"+a+"=(\\d+)\\b")))?Number(a[1]):-1}
12
+ function L(){var a=google.timers.load,b=a.e,c=google.stvsc;c&&(b.ssr=1);c?c=c.isBF:c=(c=F())?c.type==="back_forward"?c.notRestoredReasons===void 0?!0:!!c.notRestoredReasons:!1:G()===2;c&&(b.bb=1);((c=F())?c.type==="reload":G()===1)&&(b.r=1);if(c=E()){var f=c.type;f&&(b.nt=f);f=c.deliveryType;f!=null&&(b.dt=f);f=c.transferSize;f!=null&&(b.ts=f);c=c.nextHopProtocol;c!=null&&(b.nhp=c)}(c=window.navigation)&&(c=c.activation)&&(c=c.navigationType)&&(b.ant=c);b=a.m;if(!b||!b.prs){c=window._csc==="agsa"&&
13
+ window._cshid;f=!!google.stvsc;b=K("qsubts");f||((f=F())?(f=f.type,f=!f||f==="navigate"):f=!G(),f=!f);f=f||c?0:a.qsubts||b;var h="r";c=a.fbts||K("fbts");c>0&&(f>0||H)&&(a.t.start=Math.max(f,c),h=a.fbts===c?"i":"u");var v=a.t,d=v.start;c={};a.wsrt!==void 0&&(c.wsrt=a.wsrt);if(d)for(var e in v)if(e!=="start"){var k=v[e];c[e]=e==="sgl"?k:e==="prs"?d-k:Math.max(k-d,0)}f>0&&(c.gsasrt=a.t.start-f,e=K("qsd"),e>0&&I("qsd",e),I("ests",(a.qsubts===f?"i":"u")+h),a.qsubts&&a.qsubts!==b&&I("qd",a.qsubts-b));e=
14
+ a.e;a="/gen_204?s="+google.sn+"&t=sg&atyp=csi&ei="+google.kEI+"&rt=";b="";for(m in c)a+=""+b+m+"."+c[m],b=",";for(var l in e)a+="&"+l+"="+e[l];var m="";D._cshid&&(m+="&cshid="+D._cshid);(l=window.google&&window.google.kOPI||null)&&(m+="&opi="+l);m=a+=m;typeof navigator.sendBeacon==="function"?navigator.sendBeacon(m,""):google.log("","",m)}};var M=function(){var a=location.href;this.i=this.j="";var b=a.indexOf("#");b>0&&(this.j=a.substring(b),a=a.substring(0,b));b=a.indexOf("?");b>0&&(this.i="&"+a.substring(b+1),a=a.substring(0,b));this.l=a},O=function(a,b,c){N(a,b);a.i=a.i+"&"+b+"="+c},N=function(a,b){a.i=a.i.replace(new RegExp("&"+b+"=([^&]+)","g"),"")};M.prototype.toString=function(){return""+this.l+(this.i?"?"+this.i.substring(1):"")+this.j};function P(){var a=eid,b;a:{if(window.st&&(b=window.st(location.href)))break a;b=performance&&performance.timing&&performance.timing.navigationStart?performance.timing.navigationStart:void 0}if(b)try{var c;((c=window)==null?0:c.sessionStorage)&&window.sessionStorage.setItem(a,String(b))}catch(f){}};
15
+ var Q=function(a){this.i=a};Q.prototype.toString=function(){return this.i};var R=function(a){this.N=a};function S(a){return new R(function(b){return b.substr(0,a.length+1).toLowerCase()===a+":"})}var aa=[S("data"),S("http"),S("https"),S("mailto"),S("ftp"),new R(function(a){return/^[^:]*([/?#]|$)/.test(a)})],ba=/^\s*(?!javascript:)(?:[\w+.-]+:|[^:/?#]*(?:[/?#]|$))/i;function ca(a,b){var c=D[g];if(c){b=c.a;var f=[da()];b(p,function(h){return void h(a,f)},!1,void 0,void 0,void 0,void 0,!0)}else b(Error("f"))}function da(){var a={};content_bindings.forEach(function(b){a[b.key]=b.value});return a}function T(){var a=eid,b=new M;N(b,"sg_ss");O(b,"sei",a);return b.toString()}function U(a){var b=eid,c=new M;O(c,"sg_ss",encodeURIComponent(a));O(c,"sei",b);V(c.toString())}
16
+ function ea(a){if(window.prs){W("psrt");sctm&&L();var b=T();window.prs(b,a).catch(function(){U(a)})}else U(a)}function V(a){W("psrt");sctm&&L();window.prs?window.prs(a).catch(function(){X(a)}):X(a)}
17
+ function X(a){if(window.pr)window.pr(a);else{a:{var b=b===void 0?aa:b;if(a instanceof Q)b=a;else{for(var c=0;c<b.length;++c){var f=b[c];if(f instanceof R&&f.N(a)){b=new Q(a);break a}}b=void 0}}a=location;if(b instanceof Q)if(b instanceof Q)b=b.i;else throw Error("e");else b=ba.test(b)?b:void 0;b!==void 0&&a.replace(b)}}function Y(a){navigator.sendBeacon("/gen_204?cad=sg_b_e&e="+a,"")}
18
+ function fa(){W("bsst");ca(function(a){W("bset");var b=challenge_version,c=cbs;a=b>0?"B."+b+"."+c+"."+a:a;b=new Date;b.setSeconds(b.getSeconds()+(Number(ce)||300));c="SG_SS="+a;var f=document.cookie.length+c.length;r&&(f<4093&&!ss_cgi&&(document.cookie=c+("; expires="+b.toUTCString())),P(),ss_cgi||document.cookie.indexOf("SG_SS=")<0?U(a):V(T()))},function(a){Y(a);W("bset")})}function W(a){sctm&&google.tick("load",a)};navigator||(D.navigator={});typeof navigator.sendBeacon!=="function"&&(navigator.sendBeacon=function(a){(new Image).src=a});window.onerror=function(a,b,c,f,h){navigator.sendBeacon("/gen_204?emsg="+(h instanceof Error?h.message:a)+"&srcpg=sgs&jsr=1&jsel=3")};W("sst");var Z;window.sgs&&ussv&&sp?(W("ssst"),Z=window.sgs(sp).then(function(a){W("sset");r&&(P(),ea(a));return!0},function(){return!1})):Z=Promise.resolve(!1);Z.then(function(a){a||fa()}).catch(function(a){Y(a)});}).call(this);})();</script><script nonce="O2pNceotPoGmSW6T1sUj0Q">(function(){var cssId='yvlrue';var eid='PRGHaZGrLfC9i-gPtZyggQ8';(function(){setTimeout(function(){document.getElementById(cssId).setAttribute("style","");navigator.sendBeacon("/gen_204?cad=sg_trbl&ei="+eid,"")},2E3);}).call(this);})();</script><style>div{font-family:sans-serif;color:#545454;background-color:#fff}a{color:#1558d6;font-size:inherit;text-decoration:none}a:visited{color:#681da8}</style><div id="yvlrue" style="display:none">If you're having trouble accessing Google Search, please&nbsp;<a href="/search?q=best+restaurants&amp;sca_esv=caf4a270771acd3a&amp;ucbcb=1&amp;emsg=SG_REL&amp;sei=PRGHaZGrLfC9i-gPtZyggQ8">click here</a>, or send&nbsp;<a href="https://support.google.com/websearch">feedback</a>.</div></body></html>
pages/html/924d273e4dbc.html ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!doctype html>
2
+ <html class="xv-responsive" lang="en">
3
+ <head>
4
+ <title>Not found - XNXX.COM</title>
5
+ <meta charset="utf-8">
6
+ <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><![endif]-->
7
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8
+ <meta name="description" content="" />
9
+ <meta name="keywords" content="porn,porn movies,free porn,free porn movies,sex,porno,free sex,tube porn,tube,videos,full porn,xxnx,xnxxx,xxx,pussy," />
10
+ <meta name="RATING" content="RTA-5042-1996-1400-1577-RTA" />
11
+ <meta http-equiv="Refresh" content="5;https://www.xnxx.com/">
12
+ <meta name="format-detection" content="telephone=no">
13
+ <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
14
+ <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
15
+ <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
16
+ <link rel="manifest" href="/manifest.json">
17
+ <link rel="alternate" href="https://www.xnxx.com/hisntory" hreflang="x-default" />
18
+ <link rel="alternate" href="https://www.xnxx.es/hisntory" hreflang="es" />
19
+ <link rel="alternate" href="https://www.xnxx-ru.com/hisntory" hreflang="be" />
20
+ <link rel="alternate" href="https://www.xnxx-ru.com/hisntory" hreflang="ru" />
21
+ <link rel="alternate" href="https://www.xnxx-arabic.com/hisntory" hreflang="ar" />
22
+ <link rel="alternate" href="https://www.xnxx-india.com/hisntory" hreflang="en-in" />
23
+ <link rel="alternate" href="https://www.xnxx-india.com/hisntory" hreflang="hi" />
24
+ <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#000090">
25
+ <meta name="theme-color" content="#000090">
26
+ <link rel="stylesheet" id="xnxxstyles" href="https://static-ss.xnxx-cdn.com/v-246fe97ccc6/v3/css/xnxx/front.css">
27
+ <script>if(!window.xv){window.xv={};}window.xv.conf={"sitename":"xnxx","domains":{"slave":"https://www.xnxx.com","static":"https://static-ss.xnxx-cdn.com","premium":"https://www.xnxx.gold","info":"https://info.xnxx.com","blog":"https://pornbiz.com","stats":"https://www.tjk-njk.com"},"dyn":{"exoclick_domain":"s.dsi27u.com","pps":false,"slcams":true,"pagefilter":"straight","page_main_cat":"straight","no_main_cat":true,"i18nvers":{"front":{"en":"c08c5ed296f"},"xvplayer":{"en":"61ec5785b0b"},"video_ads_plugin":{"en":"50c1ce66664"},"info":{"en":"b932ea91a58"},"blog":{"en":"996397f07d2"},"sheer_chat":{"en":"55d4e7d49e8"},"disclaimer":{"en":"feed9f456e3"}},"nb_thumbs_cols":[],"gentime":1770467154,"ip":"104.28.229.13","country":"DE","lazyloading":false,"session_token":"5f10d8e7f856f85bp-hQ215_7bz-D_2uzOJ_hGBVGt7IauetNr44Ww1aMC9sdVnq41gpLDAbtQSaeLjlT2cnc4SBJ-WUJSZSC4OuiHk2NryjNKecOK71TGXatB0Kh857OcPolkkdRRL58fQSYzRyrMeSZzDdibxJfByEvYBs0BqT6hgAiUWjen9vXDWFvswdSqAJ8SHeXc2e4VN6ocwRH4ccJw0SQlElFi-7SQ==","agv":false,"browser":"Unknown","ts":{"qp":"quickies_profile","qs":"quickies_search","fvt1":"full_video_on_trailer1","fvt2":"full_video_on_trailer2","fvt3":"full_video_on_trailer3","fvtm1":"full_video_on_trailer_mobile1","fvtm2":"full_video_on_trailer_mobile2","fvtm3":"full_video_on_trailer_mobile3","fvtp":"full_video_on_trailer_player","fvtecp":"full_video_on_trailer_player_end_cta","gfps":"global_feed_premium_sub","pfps":"profile_feed_premium_sub","pofs":"premium_on_free_search","pofsp":"premium_on_free_search_ppv","pofsm":"premium_on_free_search_membership","pofss":"premium_on_free_search_premium","pt":"profile_tab","ct":"channels_tab","hmct":"head_mob_chans_tab","lmct":"left_menu_chans_tab","mct":"menu_chans_tab"},"show_premium_info_frame":true,"show_premium_discount":null,"enafeats":["cca","ui","at","pv"],"disfeats":["vv","vvi","cf","ca","pp","op","s","scr","vil","w","mcv","ch","cn","g","fc","ga"],"frcfeats":[],"askcst":true,"donewizs":[],"user_main_cat":"straight","user_main_cat_forced":false,"chat":{"enabled":false,"is_sheer_creator":false},"forcedcountry":false,"version_trsl":"Germany","version_flag":"de","vp":{"allowed":false},"ls":{"buttons":[{"name":"language"},{"name":"version"},{"name":"currency"},{"name":"sep"},{"name":"sep"},{"name":"nb_vids_per_row"},{"name":"auto_translate_title"}]},"currencies":[{"id":"EUR","url":"\/change-currency\/EUR","short_name":"\u20ac","is_current":true},{"id":"USD","url":"\/change-currency\/USD","short_name":"$","is_current":false},{"id":"GBP","url":"\/change-currency\/GBP","short_name":"\u00a3","is_current":false},{"id":"JPY","url":"\/change-currency\/JPY","short_name":"\u00a5","is_current":false},{"id":"KRW","url":"\/change-currency\/KRW","short_name":"\u20a9","is_current":false},{"id":"ILS","url":"\/change-currency\/ILS","short_name":"\u20aa","is_current":false},{"id":"VND","url":"\/change-currency\/VND","short_name":"\u20ab","is_current":false},{"id":"PHP","url":"\/change-currency\/PHP","short_name":"\u20b1","is_current":false},{"id":"INR","url":"\/change-currency\/INR","short_name":"\u20b9","is_current":false},{"id":"AUD","url":"\/change-currency\/AUD","short_name":"A$","is_current":false},{"id":"AED","url":"\/change-currency\/AED","short_name":"AED","is_current":false},{"id":"AFN","url":"\/change-currency\/AFN","short_name":"AFN","is_current":false},{"id":"ALL","url":"\/change-currency\/ALL","short_name":"ALL","is_current":false},{"id":"AMD","url":"\/change-currency\/AMD","short_name":"AMD","is_current":false},{"id":"ANG","url":"\/change-currency\/ANG","short_name":"ANG","is_current":false},{"id":"AOA","url":"\/change-currency\/AOA","short_name":"AOA","is_current":false},{"id":"ARS","url":"\/change-currency\/ARS","short_name":"ARS","is_current":false},{"id":"AWG","url":"\/change-currency\/AWG","short_name":"AWG","is_current":false},{"id":"AZN","url":"\/change-currency\/AZN","short_name":"AZN","is_current":false},{"id":"BAM","url":"\/change-currency\/BAM","short_name":"BAM","is_current":false},{"id":"BBD","url":"\/change-currency\/BBD","short_name":"BBD","is_current":false},{"id":"BDT","url":"\/change-currency\/BDT","short_name":"BDT","is_current":false},{"id":"BGN","url":"\/change-currency\/BGN","short_name":"BGN","is_current":false},{"id":"BHD","url":"\/change-currency\/BHD","short_name":"BHD","is_current":false},{"id":"BIF","url":"\/change-currency\/BIF","short_name":"BIF","is_current":false},{"id":"BMD","url":"\/change-currency\/BMD","short_name":"BMD","is_current":false},{"id":"BND","url":"\/change-currency\/BND","short_name":"BND","is_current":false},{"id":"BOB","url":"\/change-currency\/BOB","short_name":"BOB","is_current":false},{"id":"BSD","url":"\/change-currency\/BSD","short_name":"BSD","is_current":false},{"id":"BWP","url":"\/change-currency\/BWP","short_name":"BWP","is_current":false},{"id":"BYN","url":"\/change-currency\/BYN","short_name":"BYN","is_current":false},{"id":"BZD","url":"\/change-currency\/BZD","short_name":"BZD","is_current":false},{"id":"CAD","url":"\/change-currency\/CAD","short_name":"CA$","is_current":false},{"id":"CDF","url":"\/change-currency\/CDF","short_name":"CDF","is_current":false},{"id":"XPF","url":"\/change-currency\/XPF","short_name":"CFPF","is_current":false},{"id":"CHF","url":"\/change-currency\/CHF","short_name":"CHF","is_current":false},{"id":"CLP","url":"\/change-currency\/CLP","short_name":"CLP","is_current":false},{"id":"CNY","url":"\/change-currency\/CNY","short_name":"CN\u00a5","is_current":false},{"id":"COP","url":"\/change-currency\/COP","short_name":"COP","is_current":false},{"id":"CRC","url":"\/change-currency\/CRC","short_name":"CRC","is_current":false},{"id":"CUP","url":"\/change-currency\/CUP","short_name":"CUP","is_current":false},{"id":"CVE","url":"\/change-currency\/CVE","short_name":"CVE","is_current":false},{"id":"CZK","url":"\/change-currency\/CZK","short_name":"CZK","is_current":false},{"id":"DJF","url":"\/change-currency\/DJF","short_name":"DJF","is_current":false},{"id":"DKK","url":"\/change-currency\/DKK","short_name":"DKK","is_current":false},{"id":"DOP","url":"\/change-currency\/DOP","short_name":"DOP","is_current":false},{"id":"DZD","url":"\/change-currency\/DZD","short_name":"DZD","is_current":false},{"id":"XCD","url":"\/change-currency\/XCD","short_name":"EC$","is_current":false},{"id":"EGP","url":"\/change-currency\/EGP","short_name":"EGP","is_current":false},{"id":"ERN","url":"\/change-currency\/ERN","short_name":"ERN","is_current":false},{"id":"ETB","url":"\/change-currency\/ETB","short_name":"ETB","is_current":false},{"id":"XOF","url":"\/change-currency\/XOF","short_name":"F\u202fCFA","is_current":false},{"id":"XAF","url":"\/change-currency\/XAF","short_name":"FCFA","is_current":false},{"id":"FJD","url":"\/change-currency\/FJD","short_name":"FJD","is_current":false},{"id":"FKP","url":"\/change-currency\/FKP","short_name":"FKP","is_current":false},{"id":"GEL","url":"\/change-currency\/GEL","short_name":"GEL","is_current":false},{"id":"GHS","url":"\/change-currency\/GHS","short_name":"GHS","is_current":false},{"id":"GIP","url":"\/change-currency\/GIP","short_name":"GIP","is_current":false},{"id":"GMD","url":"\/change-currency\/GMD","short_name":"GMD","is_current":false},{"id":"GNF","url":"\/change-currency\/GNF","short_name":"GNF","is_current":false},{"id":"GTQ","url":"\/change-currency\/GTQ","short_name":"GTQ","is_current":false},{"id":"GYD","url":"\/change-currency\/GYD","short_name":"GYD","is_current":false},{"id":"HKD","url":"\/change-currency\/HKD","short_name":"HK$","is_current":false},{"id":"HNL","url":"\/change-currency\/HNL","short_name":"HNL","is_current":false},{"id":"HRK","url":"\/change-currency\/HRK","short_name":"HRK","is_current":false},{"id":"HTG","url":"\/change-currency\/HTG","short_name":"HTG","is_current":false},{"id":"HUF","url":"\/change-currency\/HUF","short_name":"HUF","is_current":false},{"id":"IDR","url":"\/change-currency\/IDR","short_name":"IDR","is_current":false},{"id":"IQD","url":"\/change-currency\/IQD","short_name":"IQD","is_current":false},{"id":"IRR","url":"\/change-currency\/IRR","short_name":"IRR","is_current":false},{"id":"ISK","url":"\/change-currency\/ISK","short_name":"ISK","is_current":false},{"id":"JMD","url":"\/change-currency\/JMD","short_name":"JMD","is_current":false},{"id":"JOD","url":"\/change-currency\/JOD","short_name":"JOD","is_current":false},{"id":"KES","url":"\/change-currency\/KES","short_name":"KES","is_current":false},{"id":"KGS","url":"\/change-currency\/KGS","short_name":"KGS","is_current":false},{"id":"KHR","url":"\/change-currency\/KHR","short_name":"KHR","is_current":false},{"id":"KMF","url":"\/change-currency\/KMF","short_name":"KMF","is_current":false},{"id":"KPW","url":"\/change-currency\/KPW","short_name":"KPW","is_current":false},{"id":"KWD","url":"\/change-currency\/KWD","short_name":"KWD","is_current":false},{"id":"KYD","url":"\/change-currency\/KYD","short_name":"KYD","is_current":false},{"id":"KZT","url":"\/change-currency\/KZT","short_name":"KZT","is_current":false},{"id":"LAK","url":"\/change-currency\/LAK","short_name":"LAK","is_current":false},{"id":"LBP","url":"\/change-currency\/LBP","short_name":"LBP","is_current":false},{"id":"LKR","url":"\/change-currency\/LKR","short_name":"LKR","is_current":false},{"id":"LRD","url":"\/change-currency\/LRD","short_name":"LRD","is_current":false},{"id":"LSL","url":"\/change-currency\/LSL","short_name":"LSL","is_current":false},{"id":"LYD","url":"\/change-currency\/LYD","short_name":"LYD","is_current":false},{"id":"MAD","url":"\/change-currency\/MAD","short_name":"MAD","is_current":false},{"id":"MDL","url":"\/change-currency\/MDL","short_name":"MDL","is_current":false},{"id":"MGA","url":"\/change-currency\/MGA","short_name":"MGA","is_current":false},{"id":"MKD","url":"\/change-currency\/MKD","short_name":"MKD","is_current":false},{"id":"MMK","url":"\/change-currency\/MMK","short_name":"MMK","is_current":false},{"id":"MNT","url":"\/change-currency\/MNT","short_name":"MNT","is_current":false},{"id":"MOP","url":"\/change-currency\/MOP","short_name":"MOP","is_current":false},{"id":"MRU","url":"\/change-currency\/MRU","short_name":"MRU","is_current":false},{"id":"MUR","url":"\/change-currency\/MUR","short_name":"MUR","is_current":false},{"id":"MVR","url":"\/change-currency\/MVR","short_name":"MVR","is_current":false},{"id":"MWK","url":"\/change-currency\/MWK","short_name":"MWK","is_current":false},{"id":"MXN","url":"\/change-currency\/MXN","short_name":"MX$","is_current":false},{"id":"MYR","url":"\/change-currency\/MYR","short_name":"MYR","is_current":false},{"id":"MZN","url":"\/change-currency\/MZN","short_name":"MZN","is_current":false},{"id":"NAD","url":"\/change-currency\/NAD","short_name":"NAD","is_current":false},{"id":"NGN","url":"\/change-currency\/NGN","short_name":"NGN","is_current":false},{"id":"NIO","url":"\/change-currency\/NIO","short_name":"NIO","is_current":false},{"id":"NOK","url":"\/change-currency\/NOK","short_name":"NOK","is_current":false},{"id":"NPR","url":"\/change-currency\/NPR","short_name":"NPR","is_current":false},{"id":"TWD","url":"\/change-currency\/TWD","short_name":"NT$","is_current":false},{"id":"NZD","url":"\/change-currency\/NZD","short_name":"NZ$","is_current":false},{"id":"OMR","url":"\/change-currency\/OMR","short_name":"OMR","is_current":false},{"id":"PAB","url":"\/change-currency\/PAB","short_name":"PAB","is_current":false},{"id":"PEN","url":"\/change-currency\/PEN","short_name":"PEN","is_current":false},{"id":"PGK","url":"\/change-currency\/PGK","short_name":"PGK","is_current":false},{"id":"PKR","url":"\/change-currency\/PKR","short_name":"PKR","is_current":false},{"id":"PLN","url":"\/change-currency\/PLN","short_name":"PLN","is_current":false},{"id":"PYG","url":"\/change-currency\/PYG","short_name":"PYG","is_current":false},{"id":"QAR","url":"\/change-currency\/QAR","short_name":"QAR","is_current":false},{"id":"BRL","url":"\/change-currency\/BRL","short_name":"R$","is_current":false},{"id":"RON","url":"\/change-currency\/RON","short_name":"RON","is_current":false},{"id":"RSD","url":"\/change-currency\/RSD","short_name":"RSD","is_current":false},{"id":"RUB","url":"\/change-currency\/RUB","short_name":"RUB","is_current":false},{"id":"RWF","url":"\/change-currency\/RWF","short_name":"RWF","is_current":false},{"id":"SAR","url":"\/change-currency\/SAR","short_name":"SAR","is_current":false},{"id":"SBD","url":"\/change-currency\/SBD","short_name":"SBD","is_current":false},{"id":"SCR","url":"\/change-currency\/SCR","short_name":"SCR","is_current":false},{"id":"SDG","url":"\/change-currency\/SDG","short_name":"SDG","is_current":false},{"id":"SEK","url":"\/change-currency\/SEK","short_name":"SEK","is_current":false},{"id":"SGD","url":"\/change-currency\/SGD","short_name":"SGD","is_current":false},{"id":"SLL","url":"\/change-currency\/SLL","short_name":"SLL","is_current":false},{"id":"SOS","url":"\/change-currency\/SOS","short_name":"SOS","is_current":false},{"id":"SRD","url":"\/change-currency\/SRD","short_name":"SRD","is_current":false},{"id":"STN","url":"\/change-currency\/STN","short_name":"STN","is_current":false},{"id":"SVC","url":"\/change-currency\/SVC","short_name":"SVC","is_current":false},{"id":"SYP","url":"\/change-currency\/SYP","short_name":"SYP","is_current":false},{"id":"SZL","url":"\/change-currency\/SZL","short_name":"SZL","is_current":false},{"id":"THB","url":"\/change-currency\/THB","short_name":"THB","is_current":false},{"id":"TJS","url":"\/change-currency\/TJS","short_name":"TJS","is_current":false},{"id":"TMT","url":"\/change-currency\/TMT","short_name":"TMT","is_current":false},{"id":"TND","url":"\/change-currency\/TND","short_name":"TND","is_current":false},{"id":"TOP","url":"\/change-currency\/TOP","short_name":"TOP","is_current":false},{"id":"TRY","url":"\/change-currency\/TRY","short_name":"TRY","is_current":false},{"id":"TTD","url":"\/change-currency\/TTD","short_name":"TTD","is_current":false},{"id":"TZS","url":"\/change-currency\/TZS","short_name":"TZS","is_current":false},{"id":"UAH","url":"\/change-currency\/UAH","short_name":"UAH","is_current":false},{"id":"UGX","url":"\/change-currency\/UGX","short_name":"UGX","is_current":false},{"id":"UYU","url":"\/change-currency\/UYU","short_name":"UYU","is_current":false},{"id":"UZS","url":"\/change-currency\/UZS","short_name":"UZS","is_current":false},{"id":"VES","url":"\/change-currency\/VES","short_name":"VES","is_current":false},{"id":"VUV","url":"\/change-currency\/VUV","short_name":"VUV","is_current":false},{"id":"WST","url":"\/change-currency\/WST","short_name":"WST","is_current":false},{"id":"YER","url":"\/change-currency\/YER","short_name":"YER","is_current":false},{"id":"ZAR","url":"\/change-currency\/ZAR","short_name":"ZAR","is_current":false},{"id":"ZMW","url":"\/change-currency\/ZMW","short_name":"ZMW","is_current":false},{"id":"ZWL","url":"\/change-currency\/ZWL","short_name":"ZWL","is_current":false}],"remove_ads_url":"https:\/\/www.xnxx.gold?pmln=en&sxcaf=8KVUNHU4PG&pmsc=ad","premium_domain":"https:\/\/www.xnxx.gold","has_premium":true,"is_premium":false,"disp_removeads":false,"gdpra":true,"main_cats":{"straight":{"id":"straight","url":"\/switch-sexual-orientation\/straight\/straight","name":"Straight","picto":"<span class=\"icon-f icf-sexe-woman-v2 mcui-picto\"><\/span>","is_page_cat":true,"is_user_cat":true,"is_switch_cat":true},"gay":{"id":"gay","url":"\/switch-sexual-orientation\/gay\/straight","name":"Gay","picto":"<span class=\"icon-flag-gay mcui-picto\"><span class=\"r\"><\/span><span class=\"o\"><\/span><span class=\"y\"><\/span><span class=\"g\"><\/span><span class=\"b\"><\/span><span class=\"v\"><\/span><\/span>","is_page_cat":false,"is_user_cat":false,"is_switch_cat":false},"shemale":{"id":"shemale","url":"\/switch-sexual-orientation\/shemale\/straight","name":"Trans","picto":"<span class=\"icon-f icf-sexe-trans-v2 mcui-picto\"><\/span>","is_page_cat":false,"is_user_cat":false,"is_switch_cat":false}},"login_info":{"is_logged":false,"is_premium":false,"has_member_area":false,"has_memberships":false,"has_ppv_videos":false,"orientation":"straight","isOrientationForced":false,"isAgeVerified":false},"locale":"en","locale_trsl":"English","locale_flag":"gb","categories":[{"label":"Shemale","url":"\/shemale","weight":93,"thumbs":[83412023,35851109,71911306,67427213,56709115],"sfwThumbs":[83412023,35851109,67427213,56709115],"nbvids":39809,"type":"cat","cat_id":36},{"label":"Gay Porn","url":"\/gay","weight":94,"thumbs":[81275397,61355819,85970663,26951387,73181237],"sfwThumbs":[81275397,61355819,85970663,26951387,52634183],"nbvids":159914,"type":"cat","cat_id":45},{"label":"Facial","url":"\/search\/facial","weight":95,"thumbs":[40916231,23530358,42229727,82049229,87069439],"sfwThumbs":[42229727,33489165],"nbvids":42221,"type":"cat","cat_id":47},{"label":"Oiled","url":"\/search\/oiled","weight":96,"thumbs":[72426786,73529529,47621971,70484039,69372811],"sfwThumbs":[72426786,73529529,47621971,70484039,69372811],"nbvids":22533,"type":"cat","cat_id":22},{"label":"India / Indian girls","url":"\/search\/indian","weight":97,"thumbs":[82153039,88151019,84460353,79636811,85372839],"sfwThumbs":[82153039,88151019,84460353,85372839],"nbvids":64307,"type":"cat","cat_id":89},{"label":"Cam Videos","url":"\/search\/cam_porn","weight":98,"thumbs":[17789803,59111803,63887007,13066491,6967556],"sfwThumbs":[17789803,63887007,13066491,6967556],"nbvids":43463,"type":"cat","cat_id":58},{"label":"Solo Girls","url":"\/search\/solo_and_masturbation","weight":99,"thumbs":[83042457,80082385,85530583,79272519,64693899],"sfwThumbs":[83042457,80082385,85530583,79272519,64693899],"nbvids":82393,"type":"cat","cat_id":33},{"label":"Bukkake","url":"\/search\/bukkake","weight":100,"thumbs":[35868149,58045689,73781221,70873927,86395085],"sfwThumbs":[58045689,70873927,86395085],"nbvids":144916,"type":"cat","cat_id":77},{"label":"Virtual Realtity","url":"\/search\/virtual_reality","weight":101,"thumbs":[86926483,87604383,80829209,69380197,54413771],"sfwThumbs":[86926483,80829209,69380197,54413771],"nbvids":22975,"type":"cat","cat_id":76},{"label":"Heels","url":"\/search\/heels","weight":102,"thumbs":[32468159,25807175,19340257,52678899,28494001],"sfwThumbs":[32468159,25807175,19340257,52678899,29345393],"nbvids":21360,"type":"cat","cat_id":43},{"label":"Feet","url":"\/search\/feet","weight":103,"thumbs":[87212675,68122209,39753037,51619695,85979063],"sfwThumbs":[68122209,39753037,51619695,85979063],"nbvids":32855,"type":"cat","cat_id":52},{"label":"Ass Gaping","url":"\/search\/gapes","weight":104,"thumbs":[48083145,82032735,73256613,45711245,59207369],"sfwThumbs":[82032735,45711245,69156227],"nbvids":17659,"type":"cat","cat_id":167},{"label":"Black Hair","url":"\/search\/brunette","weight":105,"thumbs":[41658497,81720621,75665643,55672335,78953253],"sfwThumbs":[41658497,55672335,78953253],"nbvids":72303,"type":"cat","cat_id":25},{"label":"Ass","url":"\/search\/ass","weight":106,"thumbs":[61620469,44050795,73919849,39667045,22895855],"sfwThumbs":[61620469,44050795,39667045,31321587],"nbvids":209639,"type":"cat","cat_id":14},{"label":"Interracial","url":"\/search\/interracial","weight":107,"thumbs":[34939051,87842225,75528115,73493591,51337255],"sfwThumbs":[34939051,87842225,51337255],"nbvids":52813,"type":"cat","cat_id":27},{"label":"Bi Sexual","url":"\/search\/bi_sexual","weight":108,"thumbs":[59987809,37765457,68121077,49817947,83394435],"sfwThumbs":[37765457,68121077,49817947,83394435],"nbvids":20496,"type":"cat","cat_id":62},{"label":"Femdom","url":"\/search\/femdom","weight":109,"thumbs":[49532319,41563817,65419205,60165757,34336377],"sfwThumbs":[49532319,41563817,34336377],"nbvids":29756,"type":"cat","cat_id":235},{"label":"Cumshot","url":"\/search\/cumshot","weight":110,"thumbs":[37249953,22938943,85003835,73157873,81136107],"sfwThumbs":[22938943,85003835,81136107],"nbvids":55780,"type":"cat","cat_id":18},{"label":"Ass to Mouth","url":"\/search\/ass_to_mouths","weight":111,"thumbs":[78172041,75811465,87462395,23348040,51451827],"sfwThumbs":[78172041,87462395,51451827],"nbvids":48619,"type":"cat","cat_id":29},{"label":"Stockings","url":"\/search\/stockings","weight":112,"thumbs":[78289661,85741141,24343399,76580539,81405911],"sfwThumbs":[85741141,24343399,32775207],"nbvids":30078,"type":"cat","cat_id":28},{"label":"Exotic","url":"\/search\/exotic","weight":113,"thumbs":[77694195,69841521,61936835,51055981,12906317],"sfwThumbs":[77694195,69841521,51055981,78162955],"nbvids":151545,"type":"cat","cat_id":50},{"label":"Shaved Pussy","url":"\/search\/shaved_pussy","weight":114,"thumbs":[84648279,83103041,87455729,68044139,25386937],"sfwThumbs":[83103041,87455729,68044139,25386937],"nbvids":28459,"type":"cat","cat_id":39},{"label":"Sex Toys","url":"\/search\/sex_toys","weight":115,"thumbs":[84725557,85092517,66588089,73864493,46953965],"sfwThumbs":[66588089,46953965],"nbvids":67051,"type":"cat","cat_id":75},{"label":"Pissing","url":"\/search\/pissing","weight":116,"thumbs":[74941760,61056507,76025669,35850991,85236519],"sfwThumbs":[35850991,85236519],"nbvids":21350,"type":"cat","cat_id":55},{"label":"Orgy","url":"\/search\/orgy","weight":117,"thumbs":[87099697,71482057,85141193,86037765,1240009],"sfwThumbs":[87099697,85141193,86037765,1240009],"nbvids":34472,"type":"cat","cat_id":67},{"label":"Blowjob","url":"\/search\/blowjob","weight":118,"thumbs":[86252095,38110203,81088409,70513087,44746839],"sfwThumbs":[86252095,38110203,70513087,44746839],"nbvids":110025,"type":"cat","cat_id":15},{"label":"ASMR","url":"\/search\/asmr","weight":119,"thumbs":[87190729,87035069,64351373,88289022,83113465],"sfwThumbs":[73448485],"nbvids":8685,"type":"cat","cat_id":229},{"label":"Arab / Arabian","url":"\/search\/arab","weight":120,"thumbs":[83816409,87654499,85732321,84164881,87821443],"sfwThumbs":[83816409,84164881,87821443],"nbvids":22371,"type":"cat","cat_id":159},{"label":"Latina","url":"\/search\/latina","weight":121,"thumbs":[86897409,83208191,79438619,46048957,48099331],"sfwThumbs":[86897409,83208191,46048957,48099331],"nbvids":70014,"type":"cat","cat_id":16},{"label":"Workout","url":"\/search\/workout","weight":122,"thumbs":[86334993,34107723,58231407,72955152,75733537],"sfwThumbs":[86334993,34107723,58231407,72955152,83713881],"nbvids":20807,"type":"cat","cat_id":64},{"label":"Redhead","url":"\/search\/redhead","weight":123,"thumbs":[88090151,80817375,85589645,51406941,87291323],"sfwThumbs":[88090151,80817375,85589645,51406941,85957569],"nbvids":36970,"type":"cat","cat_id":31},{"label":"Black Girls","url":"\/search\/black_woman","weight":124,"thumbs":[83762603,55541429,59389009,87443217,11050055],"sfwThumbs":[83762603,55541429,59389009,87443217,11050055],"nbvids":145461,"type":"cat","cat_id":30},{"label":"Toons","url":"\/search\/toons","weight":125,"thumbs":[87366271,86817901,78509043,73972903,79655523],"sfwThumbs":[87366271,86817901,78509043,73972903,79655523],"nbvids":41688,"type":"cat","cat_id":49},{"label":"Lingerie","url":"\/search\/lingerie","weight":126,"thumbs":[56107265,55456365,48527611,40843091,75037817],"sfwThumbs":[56107265,55456365,48527611,40843091,42329965],"nbvids":35276,"type":"cat","cat_id":83},{"label":"Fisting / Fist-Fucking","url":"\/search\/fisting","weight":127,"thumbs":[87850255,76240773,63926389,73960403,29296551],"sfwThumbs":[87850255,63926389,29296551],"nbvids":22738,"type":"cat","cat_id":165},{"label":"Gangbang","url":"\/search\/gangbang","weight":128,"thumbs":[49408585,82597371,86992647,87708371,86465233],"sfwThumbs":[49408585,82597371,87708371,86465233],"nbvids":48036,"type":"cat","cat_id":69},{"label":"BDSM","url":"\/search\/bdsm","weight":129,"thumbs":[87251593,46191027,82833991,80711733,55064097],"sfwThumbs":[87251593,82833991,80711733,55064097],"nbvids":29756,"type":"cat","cat_id":44},{"label":"Amateur","url":"\/search\/amateur","weight":130,"thumbs":[52270775,57685393,59357023,42867217,63121293],"sfwThumbs":[52270775,59357023,42867217,23866984],"nbvids":140094,"type":"cat","cat_id":65},{"label":"Lesbian","url":"\/search\/lesbian","weight":131,"thumbs":[67973393,86269673,35104623,47375567,85692175],"sfwThumbs":[67973393,86269673,35104623,47375567,85692175],"nbvids":95488,"type":"cat","cat_id":26},{"label":"Creampie","url":"\/search\/creampie","weight":132,"thumbs":[87053265,84121225,82025667,85531711,53300879],"sfwThumbs":[53300879],"nbvids":83355,"type":"cat","cat_id":40},{"label":"Blonde","url":"\/search\/blonde","weight":133,"thumbs":[86206907,85889451,66612189,72983005,86659817],"sfwThumbs":[86206907,66612189,72983005,86659817],"nbvids":104775,"type":"cat","cat_id":20},{"label":"Big Cock","url":"\/search\/big_cock","weight":134,"thumbs":[78864983,22306797,26720221,41084707,28383303],"sfwThumbs":[78864983,22306797,26720221,41084707,28383303],"nbvids":194273,"type":"cat","cat_id":34},{"label":"Big Ass","url":"\/search\/big_ass","weight":135,"thumbs":[78483867,54163915,29043707,82927869,78891913],"sfwThumbs":[78483867,29043707,78891913],"nbvids":205044,"type":"cat","cat_id":24},{"label":"Female Ejaculation","url":"\/search\/squirting","weight":136,"thumbs":[84549911,83270045,86864459,83914553,85918789],"sfwThumbs":[84549911,83270045,86864459,83914553,85918789],"nbvids":44271,"type":"cat","cat_id":56},{"label":"Swingers","url":"\/search\/swingers","weight":137,"thumbs":[67692887,52407501,28290135,27384053,70875705],"sfwThumbs":[67692887,52407501,28290135,27384053,60625015],"nbvids":17867,"type":"cat","cat_id":73},{"label":"Asian","url":"\/search\/asian_woman","weight":138,"thumbs":[87628009,84869359,84342269,87109713,77071925],"sfwThumbs":[87628009,84869359,84342269,87109713,66046347],"nbvids":75086,"type":"cat","cat_id":32},{"label":"Massage","url":"\/search\/massage","weight":139,"thumbs":[81541991,82571835,84703097,83565027,82158343],"sfwThumbs":[81541991,82571835,84703097,83565027,82158343],"nbvids":66016,"type":"cat","cat_id":63},{"label":"Cuckold/Hotwife","url":"\/search\/cuckold","weight":140,"thumbs":[59183927,32820175,79428175,83312213,74475171],"sfwThumbs":[32820175,83312213,87517957],"nbvids":30213,"type":"cat","cat_id":237},{"label":"Anal Sex","url":"\/search\/anal","weight":141,"thumbs":[80748575,76131877,86218113,58660061,54323997],"sfwThumbs":[80748575,86218113,58660061,54323997],"nbvids":211272,"type":"cat","cat_id":12},{"label":"AI","url":"\/search\/ai","weight":142,"thumbs":[88285680,88302464,87734515,87681519,87348589],"sfwThumbs":[88285680,87734515,87681519,87945299],"nbvids":41046,"type":"cat","cat_id":239},{"label":"BBW","url":"\/search\/bbw","weight":143,"thumbs":[49437451,59311541,43667305,86076311,81506373],"sfwThumbs":[49437451,59311541,81506373],"nbvids":58949,"type":"cat","cat_id":51},{"label":"Big Tits","url":"\/search\/big_tits","weight":144,"thumbs":[70012199,70325329,65248471,85176429,45862473],"sfwThumbs":[70012199,70325329,65248471,85176429,45862473],"nbvids":125202,"type":"cat","cat_id":23},{"label":"REAL Amateur","url":"\/search\/real_amateur","weight":145,"thumbs":[87751487,87406753,59763385,87739599,31213855],"sfwThumbs":[87406753,59763385,218157],"nbvids":102665,"type":"cat","cat_id":17},{"label":"Mature Women","url":"\/search\/mature","weight":146,"thumbs":[77156539,73318667,79537735,84377357,84641721],"sfwThumbs":[77156539,73318667,79537735,84377357,84641721],"nbvids":76592,"type":"cat","cat_id":38},{"label":"Sexy Girls","url":"\/search\/sexy","weight":147,"thumbs":[74142749,32046173,26321747,68148879,81194337],"sfwThumbs":[32046173,26321747,58762231],"nbvids":144518,"type":"cat","cat_id":42},{"label":"Milf","url":"\/search\/milf","weight":148,"thumbs":[86176625,77422375,87412327,45890975,83076327],"sfwThumbs":[86176625,77422375,87412327,45890975,83076327],"nbvids":140993,"type":"cat","cat_id":19},{"label":"18","url":"\/search\/teen","weight":149,"thumbs":[47385091,27012579,66328741,63274975,56160539],"sfwThumbs":[47385091,27012579,66328741,63274975,56160539],"nbvids":119515,"type":"cat","cat_id":13},{"label":"Family","url":"\/search\/familial_relations","weight":150,"thumbs":[88366314,85315887,50856623,86757623,87921111],"sfwThumbs":[85315887,50856623,86757623,87921111],"nbvids":51405,"type":"cat","cat_id":79},{"label":"Deutsch","url":"\/search\/deutsch?top","weight":150,"thumbs":[88135623,31569633,71027169,58270361,62564441],"sfwThumbs":[31569633,71027169,58270361,62564441],"nbvids":11423,"type":"search"},{"label":"Hardcore","url":"\/search\/hardcore?top","weight":149,"thumbs":[79809823,86523441,30430793,86936111,43823111],"sfwThumbs":[79809823,43823111],"nbvids":108912,"type":"search"},{"label":"German","url":"\/search\/german?top","weight":148,"thumbs":[56450489,49288241,35698023,77145067,63966381],"sfwThumbs":[56450489,49288241,35698023,77145067,63966381],"nbvids":38554,"type":"search"},{"label":"Stepmom and stepson","url":"\/search\/stepmom+and+stepson?top","weight":147,"thumbs":[62662011,50633597,82018831,77073717,59036641],"sfwThumbs":[62662011,50633597,82018831,59036641],"nbvids":417283,"type":"search"},{"label":"Orgasm","url":"\/search\/orgasm?top","weight":146,"thumbs":[73066991,47713841,75738267,62189883,82028433],"sfwThumbs":[73066991,47713841,82028433],"nbvids":79464,"type":"search"},{"label":"Compilation","url":"\/search\/compilation?top","weight":145,"thumbs":[86583639,47729061,73154559,87207331,75518723],"sfwThumbs":[47729061,87694595],"nbvids":57644,"type":"search"},{"label":"Skinny","url":"\/search\/skinny?top","weight":144,"thumbs":[66537767,82232493,60341781,81371417,58798017],"sfwThumbs":[66537767,60341781,81371417,58798017],"nbvids":49219,"type":"search"},{"label":"Free xnxx","url":"\/search\/free+xnxx?top","weight":143,"thumbs":[72706671,76714325,87056663,82316933,76796475],"sfwThumbs":[72706671,87056663,82316933,81317549],"nbvids":59950,"type":"search"},{"label":"Doggystyle","url":"\/search\/doggystyle?top","weight":142,"thumbs":[79049533,55119747,37496907,88157243,87840049],"sfwThumbs":[55119747,37496907,67367621],"nbvids":46426,"type":"search"},{"label":"Casting","url":"\/search\/casting?top","weight":141,"thumbs":[88132163,51127447,70402845,84326287,54535853],"sfwThumbs":[88132163,51127447,70402845,84326287,54535853],"nbvids":38191,"type":"search"},{"label":"Pov","url":"\/search\/pov?top","weight":140,"thumbs":[73103245,76437449,60738951,21623757,77539149],"sfwThumbs":[73103245,21623757,77539149],"nbvids":88644,"type":"search"},{"label":"Stepdaughter","url":"\/search\/stepdaughter?top","weight":139,"thumbs":[75949907,84260405,83272389,77223639,61920849],"sfwThumbs":[84260405,83272389,77223639,61920849],"nbvids":39078,"type":"search"},{"label":"Rough","url":"\/search\/rough?top","weight":138,"thumbs":[42616529,87335245,82199495,79701721,69504435],"sfwThumbs":[42616529,87335245,79701721,69504435],"nbvids":59688,"type":"search"},{"label":"Masturbation","url":"\/search\/masturbation?top","weight":137,"thumbs":[47758601,59398061,64826877,22779853,61310947],"sfwThumbs":[59398061,61310947],"nbvids":74562,"type":"search"},{"label":"Natural tits","url":"\/search\/natural+tits?top","weight":136,"thumbs":[87838605,62276653,79795385,69615277,83370707],"sfwThumbs":[87838605,62276653,79795385,69615277,83370707],"nbvids":101177,"type":"search"},{"label":"Cum in mouth","url":"\/search\/cum+in+mouth?top","weight":135,"thumbs":[66222775,84535543,40433489,78918177,48136401],"sfwThumbs":[84535543,40433489,48136401],"nbvids":452474,"type":"search"},{"label":"Chubby","url":"\/search\/chubby?top","weight":134,"thumbs":[87213529,76686155,86378579,61369645,76267757],"sfwThumbs":[87213529,86378579,61369645,77939513],"nbvids":41629,"type":"search"},{"label":"Handjob","url":"\/search\/handjob?top","weight":133,"thumbs":[87330449,86343437,61076013,62228299,75074307],"sfwThumbs":[87330449,86343437,59736243],"nbvids":48423,"type":"search"},{"label":"Deepthroat","url":"\/search\/deepthroat?top","weight":132,"thumbs":[24076545,68973789,16429267,87681925,76638841],"sfwThumbs":[68973789,16429267,87681925,27171281],"nbvids":38721,"type":"search"},{"label":"Vintage","url":"\/search\/vintage?top","weight":131,"thumbs":[75164889,355161,75826339,42298323,24920251],"sfwThumbs":[355161,42298323,24920251],"nbvids":25041,"type":"search"},{"label":"Big dick","url":"\/search\/big+dick?top","weight":130,"thumbs":[87253377,85288569,83459981,52693757,43638063],"sfwThumbs":[87253377,85288569,83459981,43638063],"nbvids":341687,"type":"search"},{"label":"Cheating","url":"\/search\/cheating?top","weight":129,"thumbs":[84619099,71423297,87215401,64567623,71708720],"sfwThumbs":[84619099,71423297,87215401,71708720],"nbvids":36313,"type":"search"},{"label":"Missionary","url":"\/search\/missionary?top","weight":128,"thumbs":[60254325,85747655,69117923,79260603,81380703],"sfwThumbs":[69117923,79260603,69514935],"nbvids":29831,"type":"search"},{"label":"Big natural tits","url":"\/search\/big+natural+tits?top","weight":127,"thumbs":[83909371,52220127,35494379,17547893,13472983],"sfwThumbs":[83909371,52220127,35494379,17547893,87660413],"nbvids":227352,"type":"search"},{"label":"Wife","url":"\/search\/wife?top","weight":126,"thumbs":[75104009,73183971,57624237,85476765,86278009],"sfwThumbs":[73183971,57624237,85476765,58651049],"nbvids":134598,"type":"search"},{"label":"Curvy","url":"\/search\/curvy?top","weight":125,"thumbs":[87884453,86765101,66233825,87287223,87996817],"sfwThumbs":[87884453,86765101,66233825,87287223,87996817],"nbvids":33994,"type":"search"},{"label":"Russian","url":"\/search\/russian?top","weight":124,"thumbs":[84996085,60382053,85794109,83600091,36343247],"sfwThumbs":[84996085,60382053,85794109,83600091,78143051],"nbvids":36320,"type":"search"},{"label":"Outdoor","url":"\/search\/outdoor?top","weight":123,"thumbs":[29743569,76663017,74467949,46951533,80617851],"sfwThumbs":[29743569,46951533,80617851],"nbvids":34656,"type":"search"},{"label":"Double penetration","url":"\/search\/double+penetration?top","weight":122,"thumbs":[46606797,75226697,81209691,81042181,86928885],"sfwThumbs":[46606797,81209691,81042181,86928885],"nbvids":40921,"type":"search"},{"label":"Pussy","url":"\/search\/pussy?top","weight":121,"thumbs":[62189883,87694783,39499964,70629115,77758287],"sfwThumbs":[87694783,77758287],"nbvids":345548,"type":"search"},{"label":"Rough sex","url":"\/search\/rough+sex?top","weight":120,"thumbs":[87761147,85383875,81741493,77037581,24492213],"sfwThumbs":[87761147,77037581,24492213],"nbvids":179594,"type":"search"},{"label":"Sauna","url":"\/search\/sauna?top","weight":119,"thumbs":[88204523,86804403,87074005,11332333,78994977],"sfwThumbs":[88204523,86804403,87074005,11332333,78994977],"nbvids":7926,"type":"search"},{"label":"Thai","url":"\/search\/thai?top","weight":118,"thumbs":[83513787,56756641,55788805,87519219,75281233],"sfwThumbs":[56756641,55788805,87519219,62309523],"nbvids":25274,"type":"search"},{"label":"3d","url":"\/search\/3d?top","weight":117,"thumbs":[87170695,88319914,77162413,85344341,82963255],"sfwThumbs":[87170695,88319914,77162413,85344341,65895011],"nbvids":30406,"type":"search"},{"label":"Hairy pussy","url":"\/search\/hairy+pussy?top","weight":116,"thumbs":[77006055,55349641,32314191,59733103,36414199],"sfwThumbs":[77006055,55349641,32314191,36414199],"nbvids":182792,"type":"search"},{"label":"German milf","url":"\/search\/german+milf?top","weight":115,"thumbs":[85221805,57866385,66617013,57441595,59126811],"sfwThumbs":[85221805,57866385,66617013,57441595,59126811],"nbvids":88811,"type":"search"},{"label":"Real","url":"\/search\/real?top","weight":114,"thumbs":[37214591,84485069,77018711,58330319,83296731],"sfwThumbs":[37214591,84485069,58330319,77291953],"nbvids":128022,"type":"search"},{"label":"Fingering","url":"\/search\/fingering?top","weight":113,"thumbs":[43659529,77302129,61235395,78127019,78851899],"sfwThumbs":[43659529,61235395,78127019,52445993],"nbvids":44884,"type":"search"},{"label":"Cowgirl","url":"\/search\/cowgirl?top","weight":112,"thumbs":[86416207,49930641,83551737,81948091,61375505],"sfwThumbs":[86416207,49930641,83551737,87462629],"nbvids":29650,"type":"search"},{"label":"Czech","url":"\/search\/czech?top","weight":111,"thumbs":[86065381,23624072,21766489,63507169,6382122],"sfwThumbs":[86065381,23624072,21766489,63507169,6382122],"nbvids":24997,"type":"search"},{"label":"Gilf","url":"\/search\/gilf?top","weight":110,"thumbs":[87897343,78624383,86375697,82208269,84673485],"sfwThumbs":[78624383,86375697,82208269,84673485],"nbvids":15670,"type":"search"},{"label":"Pussy licking","url":"\/search\/pussy+licking?top","weight":109,"thumbs":[76732971,74398131,87307271,59764395,73128679],"sfwThumbs":[87307271,73128679],"nbvids":178106,"type":"search"},{"label":"Horny","url":"\/search\/horny?top","weight":108,"thumbs":[85492915,83036075,84163259,75461339,40393531],"sfwThumbs":[85492915,83036075,84163259,40393531],"nbvids":142465,"type":"search"},{"label":"Housewife","url":"\/search\/housewife?top","weight":107,"thumbs":[88095477,23390910,73994517,26953875,68503869],"sfwThumbs":[88095477,23390910,26953875,68503869],"nbvids":24830,"type":"search"},{"label":"Porno","url":"\/search\/porno?top","weight":106,"thumbs":[1187692,50841813,62708279,58639327,46251355],"sfwThumbs":[1187692,50841813,62708279,46251355],"nbvids":163170,"type":"search"},{"label":"Milf anal","url":"\/search\/milf+anal?top","weight":105,"thumbs":[69790533,87063527,38471833,63926165,87933789],"sfwThumbs":[69790533,87063527,38471833,63926165,87933789],"nbvids":246243,"type":"search"},{"label":"Cougar","url":"\/search\/cougar?top","weight":104,"thumbs":[37512051,72528736,81290189,29232641,38111833],"sfwThumbs":[37512051,72528736,81290189,29232641,38111833],"nbvids":26992,"type":"search"},{"label":"Oma","url":"\/search\/oma?top","weight":103,"thumbs":[74362277,74571221,83846411,65191139,40806753],"sfwThumbs":[74571221,83846411,65191139,40806753],"nbvids":17304,"type":"search"},{"label":"Pregnant","url":"\/search\/pregnant?top","weight":102,"thumbs":[85029407,48729015,53646279,74585463,57494725],"sfwThumbs":[85029407,48729015,53646279,57494725],"nbvids":22426,"type":"search"},{"label":"Old","url":"\/search\/old?top","weight":101,"thumbs":[70128039,87542557,68450339,47438747,62720803],"sfwThumbs":[70128039,68450339,47438747,62720803],"nbvids":80490,"type":"search"},{"label":"Riding","url":"\/search\/riding?top","weight":100,"thumbs":[55361359,61636147,86618247,64543533,82231483],"sfwThumbs":[86618247,79562181],"nbvids":56845,"type":"search"},{"label":"Japanese \u65e5\u672c \u7121\u4fee\u6b63 \u9ad8\u753b\u8cea","url":"\/search\/japanese+%E6%97%A5%E6%9C%AC+%E7%84%A1%E4%BF%AE%E6%AD%A3+%E9%AB%98%E7%94%BB%E8%B3%AA?top","weight":99,"thumbs":[87588953,78362861,86352443,83198267,83414007],"sfwThumbs":[87588953,78362861,86352443,83414007],"nbvids":185147,"type":"search"},{"label":"Couple","url":"\/search\/couple?top","weight":98,"thumbs":[56296517,67956427,17244633,67928097,69633037],"sfwThumbs":[56296517,67956427,67928097,64113799],"nbvids":58518,"type":"search"},{"label":"Doctor","url":"\/search\/doctor?top","weight":97,"thumbs":[87218631,88099419,83862441,86322633,78250169],"sfwThumbs":[87218631,88099419,83862441,86322633,78250169],"nbvids":30885,"type":"search"},{"label":"Extreme","url":"\/search\/extreme?top","weight":96,"thumbs":[80285927,8694093,66607055,85412823,73909227],"sfwThumbs":[8694093,66607055,63115781],"nbvids":34589,"type":"search"},{"label":"Fetish","url":"\/search\/fetish?top","weight":95,"thumbs":[66519681,64065391,38405371,73146677,61843963],"sfwThumbs":[66519681,38405371,66866507],"nbvids":39974,"type":"search"},{"label":"18 year old","url":"\/search\/18+year+old?top","weight":94,"thumbs":[14116859,80146981,75448679,79049303,86897985],"sfwThumbs":[14116859,80146981,79049303,86897985],"nbvids":64801,"type":"search"},{"label":"Cheating wife","url":"\/search\/cheating+wife?top","weight":93,"thumbs":[43213579,80793543,84169155,82810611,83263459],"sfwThumbs":[43213579,80793543,84169155,82810611,25371243],"nbvids":69987,"type":"search"},{"label":"German mature","url":"\/search\/german+mature?top","weight":92,"thumbs":[84593047,87667341,79396543,74062739,86656911],"sfwThumbs":[84593047,87667341,79396543,70421749],"nbvids":51817,"type":"search"},{"label":"Deutsche","url":"\/search\/deutsche?top","weight":91,"thumbs":[86555699,35857133,74545347,87369479,55908389],"sfwThumbs":[86555699,35857133,87369479,55908389],"nbvids":19830,"type":"search"},{"label":"Hot","url":"\/search\/hot?top","weight":90,"thumbs":[74467801,48523183,74546307,27030225,79788217],"sfwThumbs":[48523183,27030225,52285671],"nbvids":317321,"type":"search"},{"label":"Ffm","url":"\/search\/ffm?top","weight":89,"thumbs":[77095561,64982695,78351107,81600329,80592309],"sfwThumbs":[77095561,64982695,78351107,81600329,80592309],"nbvids":18719,"type":"search"},{"label":"Girlfriend","url":"\/search\/girlfriend?top","weight":88,"thumbs":[36758851,48425135,36131955,48392163,76101673],"sfwThumbs":[36758851,48425135,48392163,56463649],"nbvids":62751,"type":"search"},{"label":"Real orgasm","url":"\/search\/real+orgasm?top","weight":87,"thumbs":[87593047,87694783,84981905,63540321,70081535],"sfwThumbs":[87694783,63540321,70081535],"nbvids":96845,"type":"search"},{"label":"German anal","url":"\/search\/german+anal?top","weight":86,"thumbs":[88071897,54571963,60317831,35268591,59201529],"sfwThumbs":[88071897,54571963,60317831,35268591,59201529],"nbvids":103698,"type":"search"},{"label":"Cum inside","url":"\/search\/cum+inside?top","weight":85,"thumbs":[51984891,75631867,84313189,56101083,49882409],"sfwThumbs":[84313189,57377701],"nbvids":121052,"type":"search"},{"label":"Hijab","url":"\/search\/hijab?top","weight":84,"thumbs":[88299868,87079643,87853517,71943370,87302969],"sfwThumbs":[88299868,87079643,87853517,71943370,87302969],"nbvids":13687,"type":"search"},{"label":"Teacher","url":"\/search\/teacher?top","weight":83,"thumbs":[64064515,41058133,62896419,66979153,50300599],"sfwThumbs":[64064515,41058133,62896419,66979153,50300599],"nbvids":35323,"type":"search"},{"label":"Cute","url":"\/search\/cute?top","weight":82,"thumbs":[13893215,11253355,86484117,77144977,75985957],"sfwThumbs":[13893215,11253355,86484117,52388237],"nbvids":78568,"type":"search"},{"label":"African","url":"\/search\/african?top","weight":81,"thumbs":[86718723,80659911,84255593,85699113,82336533],"sfwThumbs":[80659911,84255593,85699113,82336533],"nbvids":29246,"type":"search"},{"label":"Tiny","url":"\/search\/tiny?top","weight":80,"thumbs":[64934663,85216357,38751119,50934201,57618273],"sfwThumbs":[85216357,50934201,57618273],"nbvids":51214,"type":"search"},{"label":"Step daughter","url":"\/search\/step+daughter?top","weight":79,"thumbs":[81896553,87994403,66826823,85927895,56003197],"sfwThumbs":[81896553,87994403,66826823,85927895,56003197],"nbvids":50402,"type":"search"},{"label":"Beach","url":"\/search\/beach?top","weight":78,"thumbs":[86247343,50085719,36041529,59373613,86536459],"sfwThumbs":[50085719,59373613,86536459],"nbvids":25653,"type":"search"},{"label":"Reverse cowgirl","url":"\/search\/reverse+cowgirl?top","weight":77,"thumbs":[71087749,64117055,84875307,26848049,73428425],"sfwThumbs":[71087749,26848049,71219325],"nbvids":25854,"type":"search"},{"label":"Sex","url":"\/search\/sex?top","weight":76,"thumbs":[77670939,60163897,69564771,38400319,79885677],"sfwThumbs":[60163897,38400319,51144041],"nbvids":386264,"type":"search"},{"label":"Xnxx","url":"\/search\/xnxx?top","weight":75,"thumbs":[30553105,69912537,32203419,60797705,29657563],"sfwThumbs":[30553105,69912537,32203419,60797705,29657563],"nbvids":20858,"type":"search"},{"label":"Full movie","url":"\/search\/full+movie?top","weight":74,"thumbs":[2108520,83128977,83350483,28649191,60853341],"sfwThumbs":[2108520,83128977,83350483,60853341],"nbvids":88281,"type":"search"},{"label":"Wet pussy","url":"\/search\/wet+pussy?top","weight":73,"thumbs":[75512365,71421727,87424125,75733535,87126313],"sfwThumbs":[71421727,54601383],"nbvids":216513,"type":"search"},{"label":"Skank nilf","url":"\/search\/skank+nilf?top","weight":72,"thumbs":[35522263,68756915,19576303,29273433,26410139],"sfwThumbs":[35522263,68756915,19576303,29273433,26410139],"nbvids":1785,"type":"search"},{"label":"Free use","url":"\/search\/free+use?top","weight":71,"thumbs":[86851359,86963275,63291555,78998093,80606137],"sfwThumbs":[86851359,86963275,63291555,78998093,28113913],"nbvids":70169,"type":"search"},{"label":"Slut","url":"\/search\/slut?top","weight":70,"thumbs":[10479125,52068761,80852625,52756229,70474383],"sfwThumbs":[10479125,52756229,54502793],"nbvids":97234,"type":"search"},{"label":"Cosplay","url":"\/search\/cosplay?top","weight":69,"thumbs":[8780813,67069635,63666521,66349547,70145765],"sfwThumbs":[8780813,67069635,63666521,66349547,70145765],"nbvids":18584,"type":"search"},{"label":"Hot milf","url":"\/search\/hot+milf?top","weight":68,"thumbs":[79936493,82539695,83783417,87564117,78865483],"sfwThumbs":[79936493,82539695,83783417,87564117,78865483],"nbvids":293358,"type":"search"},{"label":"Female orgasm","url":"\/search\/female+orgasm?top","weight":67,"thumbs":[87898239,87477621,84380583,74495553,855638],"sfwThumbs":[87898239,84380583,63686153],"nbvids":52640,"type":"search"},{"label":"Japanese wife","url":"\/search\/japanese+wife?top","weight":66,"thumbs":[61110881,85811783,27500955,35488669,41537051],"sfwThumbs":[61110881,85811783,27500955,35488669,41537051],"nbvids":114811,"type":"search"},{"label":"Ki","url":"\/search\/ki?top","weight":65,"thumbs":[87411741,87734515,86242733,87980881,87700461],"sfwThumbs":[87411741,87734515,86242733,87980881,87737861],"nbvids":21885,"type":"search"},{"label":"Cum in pussy","url":"\/search\/cum+in+pussy?top","weight":64,"thumbs":[86871289,84950005,84947003,71792663,39089744],"sfwThumbs":[86871289,84947003,39089744],"nbvids":629595,"type":"search"},{"label":"Mature anal","url":"\/search\/mature+anal?top","weight":63,"thumbs":[35546075,74205637,54735273,64746817,64767659],"sfwThumbs":[64746817,64767659],"nbvids":153471,"type":"search"},{"label":"Movie","url":"\/search\/movie?top","weight":62,"thumbs":[64598663,51657257,53218161,85824025,55670405],"sfwThumbs":[64598663,51657257,53218161,85824025,55670405],"nbvids":67168,"type":"search"},{"label":"German amateur","url":"\/search\/german+amateur?top","weight":61,"thumbs":[26311657,85613021,58741839,67712071,53666285],"sfwThumbs":[26311657,85613021,58741839,53666285],"nbvids":81201,"type":"search"},{"label":"Pussyfucking","url":"\/search\/pussyfucking?top","weight":60,"thumbs":[30655195,23505778,63889815,76670007,74333129],"sfwThumbs":[30655195,23505778,63889815,6519397],"nbvids":10259,"type":"search"},{"label":"Anal creampie","url":"\/search\/anal+creampie?top","weight":59,"thumbs":[83502421,84602397,83550593,87469383,86594773],"sfwThumbs":[86594773],"nbvids":161888,"type":"search"},{"label":"Step fantasy","url":"\/search\/step+fantasy?top","weight":58,"thumbs":[78597627,87579915,85181449,82328845,87189443],"sfwThumbs":[78597627,87579915,85181449,82328845,87189443],"nbvids":62920,"type":"search"},{"label":"Piss","url":"\/search\/piss?top","weight":57,"thumbs":[66483759,61735867,80843187,38916683,67107013],"sfwThumbs":[80843187,38916683,67107013],"nbvids":32375,"type":"search"},{"label":"Cumshot compilation","url":"\/search\/cumshot+compilation?top","weight":56,"thumbs":[85323821,49112109,77011685,87534039,85984927],"sfwThumbs":[77011685,58362421],"nbvids":67742,"type":"search"},{"label":"Caught","url":"\/search\/caught?top","weight":55,"thumbs":[69305449,77907057,87573933,82224109,82941805],"sfwThumbs":[69305449,77907057,87573933,82224109,82941805],"nbvids":44248,"type":"search"},{"label":"Rimming","url":"\/search\/rimming?top","weight":54,"thumbs":[87889693,85508767,59522233,81783561,86163931],"sfwThumbs":[87889693,85508767,59522233,81783561,84986741],"nbvids":22806,"type":"search"},{"label":"Bus","url":"\/search\/bus?top","weight":53,"thumbs":[85575783,85889677,335090,85752085,88115557],"sfwThumbs":[85575783,85889677,335090,85752085,88115557],"nbvids":20190,"type":"search"},{"label":"Stepmom anal","url":"\/search\/stepmom+anal?top","weight":52,"thumbs":[80957975,63179065,85989637,68552861,82676125],"sfwThumbs":[80957975,63179065,85989637,68552861,82676125],"nbvids":131077,"type":"search"},{"label":"Babysitter","url":"\/search\/babysitter?top","weight":51,"thumbs":[79707149,44382849,80409083,86055719,82260565],"sfwThumbs":[79707149,44382849,80409083,86055719,82260565],"nbvids":13048,"type":"search"}],"more_links":[{"label":"<span class=\"icon-f icf-gamepad\"><\/span> Porn Games","url":"https:\/\/xnxx.nutaku.net\/wl\/gate\/","target_blank":true,"a_class":"nutaku-games"},{"label":"Preview <strong>GOLD</strong>","url":"https:\/\/www.xnxx.gold\/gold\/videos?pmln=en&sxcaf=8KVUNHU4PG&pmsc=left_menu_chans_tab","weight":989},{"label":"<span class=\"icon-f icf-book\"><\/span> Sex Stories","url":"https:\/\/www.sexstories.com","target_blank":false},{"label":"Best Of","url":"\/best"},{"label":"<span class=\"icon-f icf-images\"><\/span> Photos","url":"https:\/\/multi.xnxx.com","target_blank":false},{"label":"<span class=\"icon-f icf-calendar\"><\/span> Today&#039;s selection","url":"\/todays-selection","weight":995},{"label":"<span class=\"icon-f icf-suggest-square\"><\/span> Suggestions","url":"\/your-suggestions","weight":990}],"ads":{"site":"xvideos","categories":"","keywords":"","tracker":"","exo_tracker":"","is_channel":0,"banners":[],"exo_tracker_sub3":13}},"data":{"action":"http_status","other_locales":{"cs":{"name":"Czech","translated":"\u010ce\u0161tina","country":"CZ","rtl":false},"da":{"name":"Danish","translated":"Danske","country":"DK","rtl":false},"de":{"name":"German","translated":"Deutsch","country":"DE","rtl":false},"et":{"name":"Estonian","translated":"Eesti keel","country":"EE","rtl":false},"es":{"name":"Spanish","translated":"Espa\u00f1ol","country":"ES","rtl":false},"fr":{"name":"French","translated":"Fran\u00e7ais","country":"FR","rtl":false},"ga":{"name":"Irish","translated":"Gaeilge","country":"IE","rtl":false},"hr":{"name":"Croatian","translated":"Hrvatski","country":"HR","rtl":false},"it":{"name":"Italian","translated":"Italiano","country":"IT","rtl":false},"lv":{"name":"Latvian","translated":"Latvie\u0161u","country":"LV","rtl":false},"lt":{"name":"Lithuanian","translated":"Lietuvi\u0173","country":"LT","rtl":false},"hu":{"name":"Hungarian","translated":"Magyar","country":"HU","rtl":false},"mt":{"name":"Maltese","translated":"Malti","country":"MT","rtl":false},"nl":{"name":"Dutch","translated":"Nederlandse","country":"NL","rtl":false},"no":{"name":"Norwegian","translated":"Norsk","country":"NO","rtl":false},"pl":{"name":"Polish","translated":"Polskie","country":"PL","rtl":false},"pt":{"name":"Portuguese","translated":"Portugu\u00eas","country":"PT","rtl":false},"ro":{"name":"Romanian","translated":"Rom\u00e2n\u0103","country":"RO","rtl":false},"sk":{"name":"Slovak","translated":"Sloven\u010dina","country":"SK","rtl":false},"sl":{"name":"Slovenian","translated":"Sloven\u0161\u010dina","country":"SI","rtl":false},"fi":{"name":"Finnish","translated":"Suomen kieli","country":"FI","rtl":false},"sv":{"name":"Swedish","translated":"Svenska","country":"SE","rtl":false},"vi-VN":{"name":"Vietnamese","translated":"Ti\u1ebfng Vi\u1ec7t","country":"VN","rtl":false},"tr":{"name":"Turkish","translated":"T\u00fcrk\u00e7e","country":"TR","rtl":false},"el":{"name":"Greek","translated":"\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ae","country":"GR","rtl":false},"bg":{"name":"Bulgarian","translated":"\u0411\u044a\u043b\u0433\u0430\u0440\u0441\u043a\u0438","country":"BG","rtl":false},"ru":{"name":"Russian","translated":"\u0420\u0443\u0441\u0441\u043a\u0438\u0439","country":"RU","rtl":false},"he":{"name":"Hebrew","translated":"\u05e2\u05d1\u05e8\u05d9\u05ea","country":"IL","rtl":true},"ar":{"name":"Arabic","translated":"\u0627\u0644\u0639\u0631\u0628\u064a\u0629","country":"EG","rtl":true},"hi":{"name":"Hindi","translated":"\u0939\u093f\u0928\u094d\u0926\u0940","country":"IN","rtl":false},"zh":{"name":"Chinese","translated":"\u4e2d\u6587","country":"CN","rtl":false},"ja":{"name":"Japenese","translated":"\u65e5\u672c\u8a9e","country":"JP","rtl":false}},"show_disclaimer":true}};</script>
28
+ <script src="https://static-ss.xnxx-cdn.com/v-7733f1aa592/v3/js/skins/min/xnxx.header.static.js" crossorigin="anonymous"></script>
29
+ </head>
30
+ <body class="http-error-page status-404">
31
+ <script>xv.disclaimer.display('XNXX.COM',"separated")</script>
32
+ <div id="header"><header>
33
+ <div class="topbar">
34
+ <a href="#" class="icon-header-bg transition mobile-show" id="header-mobile-search-toggle" title="Toggle search"><span class="icon search"></span></a> <a href="#" class="icon-header-bg transition mobile-show" id="header-mobile-menu-toggle" title="Toggle menu"><span class="icon hamburger"></span></a> <div class="logo-xnxx">
35
+ <a href="/" class="transition"><img src="https://static-ss.xnxx-cdn.com/v3/img/skins/xnxx/logo-xnxx.png" alt="XNXX.COM" class="no-blur" /></a>
36
+ </div>
37
+ <div id="language-and-version" class="mobile-hide">
38
+ <ul>
39
+ <li>
40
+ <a href="#" id="language-switcher">Language <span class="flag-small flag-gb"></span> <span class="icon-f icf-caret-down"></span></a>
41
+ </li>
42
+ <li><a href="#" class="country-switch" data-country="de"> Content <span class="flag-small flag-de"></span> <span class="icon-f icf-caret-down"></span></a></li> <li><a href="#" id="main-cat-switcher" class="mc-update-infos"><span class="mcui-name">Straight</span> <span class="icon-f icf-sexe-woman-v2 mcui-picto"></span> <span class="icon-f icf-caret-down"></span> </a></li> </ul>
43
+ </div>
44
+ <div class="slogan">100% Free Porn Movies and Sex Content</div>
45
+ <form action="/" method="get" id="xnxx-search-bar" class="form-inline mobile-menu mobile-hide">
46
+ <button id="xnxx-search-bar-close" class="mobile-show btn btn-link" type="button"><span class="icon-f icf-close-thin"></span></button>
47
+ <div class="form-group"><input type="text" class="form-control search-input" name="k" id="k" value="" maxlength="2048" placeholder="Search..." /></div>
48
+ <button type="submit" class="btn btn-primary">Search</button>
49
+ </form>
50
+ </div>
51
+ <div id="site-nav">
52
+ <div class="header-icons">
53
+ <a href="/account/" class="btn" id="account-menu-btn"><span class="icon-f icf-user" title="My account"></span></a>
54
+ <div id="account-menu">
55
+ <a href="/account/create" id="account-sign-up-btn" class="btn" data-mode="signup-top-page"><span class="icon-f icf-user-plus" title="Create account"></span> Create account</a>
56
+ <a href="/account/" id="account-log-in-btn" class="btn" data-mode="signin-top-page"><span class="icon-f icf-sign-in" title="Sign in"></span> Sign in</a>
57
+ <a class="btn gold-plate" href="https://www.xnxx.gold">GOLD</a>
58
+ </div>
59
+ <div id="listing-settings"><div class="btn" title="Settings"><span class="icon-f icf-cog"></span></div></div> <a href="#" class="bookmark-link btn mobile-hide" target="_self" title="BOOKMARK XNXX VIDEOS"><span class="icon bookmark"></span></a> </div>
60
+ <a href="https://www.xnxx.gold/gold/videos?pmln=en&sxcaf=8KVUNHU4PG&pmsc=head_mob_chans_tab" class="gold-plate" id="header-mobile-gold" title="XNXX GOLD">GOLD</a> <a href="https://s.zlinkt.com/v1/d.php?z=5603630&sub3=13&tags=straight" target="_blank"" class="mobile-show-inline-block header-mobile-link" id="header-mobile-live-cam" title="Live Cams"><span class="icon-f icf-xcams"></span> <span class="label sm-col-only-show-inline md-col-only-show-inline">Live Cams</span></a><a href="https://xnxx.nutaku.net/wl/gate/" target="_blank" class="mobile-show-inline-block header-mobile-link nutaku-games" title="Porn Games"><span class="icon-f icf-gamepad"></span> <span class="label md-col-only-show-inline">Porn Games</span></a><a href="https://s.zlinkt.com/v1/d.php?z=5421034" target="_blank" class="mobile-show-inline-block header-mobile-link"><span class="icon-f icf-hearts-o" title="Dating"></span> <span class="label md-col-only-show-inline">Dating</span></a> <a href="#" id="main-cat-switcher-mobile" class="mobile-show-inline-block mc-update-infos"><span class="icon-f icf-sexe-woman-v2 mcui-picto"></span><span class="md-col-only-show-inline"> Straight</span> <span class="icon-f icf-caret-down"></span></a> <div id="mobile-menu" class="mobile-hide mobile-menu"><ul><li class="mobile-show"><a href="/history">History</a></li>
61
+ <li><a href="/best">Best Of</a></li>
62
+ <li><a href="/hits">Hits</a></li>
63
+ <li><a href="/tags">Tags</a></li>
64
+ <li><a href="https://multi.xnxx.com">Pictures</a></li>
65
+ <li><a href="https://s.zlinkt.com/v1/d.php?z=5603630&sub3=13&tags=straight" class="live-cams" target="_blank">Live Cams</a></li>
66
+ <li><a href="https://www.sexstories.com">Sex Stories</a></li>
67
+ <li><a href="https://forum.xnxx.com">Forum</a></li>
68
+ <li><a href="/pornstars">Pornstars</a></li>
69
+ <li><a href="https://xnxx.nutaku.net/wl/gate/" class="nutaku-games" target="_blank">Games</a></li>
70
+ <li><a href="https://s.zlinkt.com/v1/d.php?z=5421034" target="_blank">Dating</a></li>
71
+ <li><a href="/account/uploads/new">Upload</a></li>
72
+ <li class="gold"><a href="https://www.xnxx.gold/gold/videos?pmln=en&sxcaf=8KVUNHU4PG&pmsc=menu_chans_tab" class="gold-plate">GOLD</a></li></ul></div> </div>
73
+ </header></div>
74
+ <div id="content">
75
+ <h1>Sorry but the page you requested was not found.</h1>
76
+ <h4><a href="/">Back to the home page</a></h4>
77
+
78
+ </div>
79
+ <div id="footer"><p id="multi-footer-link">
80
+ <a href="https://multi.xnxx.com/">XNXX Images</a> / <a href="https://multi.xnxx.com/gifs">Animated Gifs</a> / <a href="https://www.sexstories.com/">Stories</a>
81
+ </p><p><a href="https://info.xnxx.com/legal/tos">Terms of service</a> -
82
+ <a href="https://info.xnxx.com/legal/privacy">Privacy policy</a> -
83
+ <a href="#cookie-preferences">Cookie preferences</a>
84
+ -
85
+ <a href="https://info.xnxx.com/content_removal">Content removal</a> -
86
+ <a href="https://info.xvideos.com/">Upload Porn Videos</a> -
87
+ <a href="https://www.trafficfactory.com/" target="_blank">Advertising</a>
88
+ - <a href="https://info.xnxx.com/">More...</a>
89
+ - <a href="https://info.xnxx.com/legal/privacynotice">Privacy notice</a> - <a href="https://www.xnxx.gold?pmln=en&sxcaf=8KVUNHU4PG&pmsc=footer">XNXX PREMIUM</a>
90
+ </p>
91
+
92
+ <p><a href="/">Return to XNXX Free Porn Videos Homepage</a></p></div> <script src="https://static-ss.xnxx-cdn.com/v-850b64cd18b/v3/js/skins/min/xnxx.footer.static.js" crossorigin="anonymous"></script>
93
+ <script src="https://static-ss.xnxx-cdn.com/v3/js/libs/jquery.min.js"></script>
94
+ <script>if(typeof(window.jQuery) === 'undefined') { document.write('<script src="https://static-ss.xnxx-cdn.com/v3/js/libs/jquery-1.7.2.min.js" crossorigin="anonymous"><\/script>'); }</script>
95
+ <script src="https://static-ss.xnxx-cdn.com/v3/js/skins/min/require.static.js" crossorigin="anonymous"></script><script>require.onError=function(err){if(xv&&xv.console&&xv.console.logRJS){xv.console.logRJS(err);}else{throw err;}};var rjsConfig={"waitSeconds":300,"baseUrl":"https://static-ss.xnxx-cdn.com\/v-b9790a462d7\/v3\/js\/","config":{"i18n":{"locale":"en"}}};rjsConfig.onNodeCreated=function(node, config, name, url){node.setAttribute("crossorigin", "anonymous");};require.config(rjsConfig);define("config/main",xv.conf);require(["skins/min/xnxx"]);</script>
96
+ <script>!function(){var e=function(){if("object"!=typeof xv)return"xv global namespace";var e="/mobile"===window.location.pathname.substring(0,7);if(!e&&"object"!=typeof xv.conf)return"xv config";var t=e?"oldombile":xv.conf.sitename||"",o=!e&&"xnxx"===t&&"object"==typeof xv.conf.data&&"xnxx_contact"===xv.conf.data.action;if(!o&&"object"!=typeof xv.utils)return"header.js";if(!e){var n="object"==typeof xv.conf.data&&"embed"===xv.conf.data.action;if(!("xvideos"!==t&&"xnxx"!==t||n||o||"object"==typeof xv.mobile))return"footer.js";if(!n&&"function"!=typeof jQuery)return"jquery.js";if("function"!=typeof require)return"require.js";if("undefined"==typeof html5player_onlyfake&&window.location.pathname.split("#")[0].match(/^(\/video(\d+|-[\da-z]+)\/[-\w\.\~]+|\/embedframe\/[a-z0-9]+)$/)&&"object"!=typeof html5player)return"player.js"}var r=document.documentElement,a=r.currentStyle?r.currentStyle.fontFamily:!!window.getComputedStyle&&window.getComputedStyle(r,null).getPropertyValue("font-family");return!1!==a&&"sans-serif"!==a&&"skin.css"}();if(!1!==e){var t=["c7","st"],o="st";if(console.error("Failed to load "+e+" for CDN "+o),t.length<2)return void console.warn("Not enough CDNs available");for(var n in t)if(t[n]===o){n<t.length-1?(n++,o=t[n]):o=t[0];break}console.info("Switching to CDN "+o);var r=new Date((new Date).getTime()+6048e5);document.cookie="static_cdn="+o+";expires="+r.toGMTString()+";path=/;"}}();</script>
97
+ </body>
98
+ </html>
99
+ <!-- Gen By 18 -->
pages/html/943ef0bbf2ce.html ADDED
The diff for this file is too large to render. See raw diff
 
pages/html/a1a3e8858aa9.html ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang=en>
3
+ <meta charset=utf-8>
4
+ <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
5
+ <title>Error 404 (Not Found)!!1</title>
6
+ <style>
7
+ *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}
8
+ </style>
9
+ <a href=//www.google.com/><span id=logo aria-label=Google></span></a>
10
+ <p><b>404.</b> <ins>That’s an error.</ins>
11
+ <p>The requested URL <code>/intl/de/abgout.html</code> was not found on this server. <ins>That’s all we know.</ins>
pages/html/a1c3e51c8a53.html ADDED
The diff for this file is too large to render. See raw diff
 
pages/html/ab1dd589b378.html ADDED
The diff for this file is too large to render. See raw diff
 
pages/html/b028f25d5b1d.html ADDED
@@ -0,0 +1,619 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <html>
3
+ <head>
4
+ <META http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5
+ <meta name="Description" content="Create, discover, and download content for your game Start browsing below to find player-created content for your games. Interested in creating content? Click &lt;a href=&quot;https://steamcommunity.com/workshop/workshopsubmitinfo/&quot;&gt;here&lt;/a&gt; to learn more.">
6
+ <title>Steam Community :: Steam Workshop</title>
7
+ <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
8
+ <link href="https://community.fastly.steamstatic.com/public/shared/css/motiva_sans.css?v=-yZgCk0Nu7kH&amp;l=english&amp;_cdn=fastly" rel="stylesheet" type="text/css">
9
+ <link href="https://community.fastly.steamstatic.com/public/shared/css/buttons.css?v=0Ihq-pAoptBq&amp;l=english&amp;_cdn=fastly" rel="stylesheet" type="text/css">
10
+ <link href="https://community.fastly.steamstatic.com/public/shared/css/shared_global.css?v=uKH1RcGNHaGr&amp;l=english&amp;_cdn=fastly" rel="stylesheet" type="text/css">
11
+ <link href="https://community.fastly.steamstatic.com/public/css/globalv2.css?v=9RV1KkrS040q&amp;l=english&amp;_cdn=fastly" rel="stylesheet" type="text/css">
12
+ <link href="https://community.fastly.steamstatic.com/public/shared/css/motiva_sans.css?v=-yZgCk0Nu7kH&amp;l=english&amp;_cdn=fastly" rel="stylesheet" type="text/css">
13
+ <link href="https://community.fastly.steamstatic.com/public/css/skin_1/workshop.css?v=3Wrn9pW_KPX4&amp;l=english&amp;_cdn=fastly" rel="stylesheet" type="text/css">
14
+ <link href="https://community.fastly.steamstatic.com/public/css/skin_1/workshop_home.css?v=qWAZh3MttQMZ&amp;l=english&amp;_cdn=fastly" rel="stylesheet" type="text/css">
15
+ <link href="https://community.fastly.steamstatic.com/public/shared/css/apphub.css?v=gxUybzFqFf45&amp;l=english&amp;_cdn=fastly" rel="stylesheet" type="text/css">
16
+ <link href="https://community.fastly.steamstatic.com/public/css/skin_1/apphub_workshop.css?v=9tOoRvMCtQWe&amp;l=english&amp;_cdn=fastly" rel="stylesheet" type="text/css">
17
+ <link href="https://community.fastly.steamstatic.com/public/css/skin_1/workshop_browse_menu.css?v=sX-364X7pv1O&amp;l=english&amp;_cdn=fastly" rel="stylesheet" type="text/css">
18
+ <link href="https://community.fastly.steamstatic.com/public/shared/css/apphub_images.css?v=MycZFO0quD1j&amp;l=english&amp;_cdn=fastly" rel="stylesheet" type="text/css">
19
+ <link href="https://community.fastly.steamstatic.com/public/css/skin_1/header.css?v=EM4kCu67DNda&amp;l=english&amp;_cdn=fastly" rel="stylesheet" type="text/css">
20
+ <script type="text/javascript">
21
+ var __PrototypePreserve=[];
22
+ __PrototypePreserve[0] = Array.from;
23
+ __PrototypePreserve[1] = Array.prototype.filter;
24
+ __PrototypePreserve[2] = Array.prototype.flatMap;
25
+ __PrototypePreserve[3] = Array.prototype.find;
26
+ __PrototypePreserve[4] = Array.prototype.some;
27
+ __PrototypePreserve[5] = Function.prototype.bind;
28
+ __PrototypePreserve[6] = HTMLElement.prototype.scrollTo;
29
+ </script>
30
+ <script type="text/javascript" src="https://community.fastly.steamstatic.com/public/javascript/prototype-1.7.js?v=npJElBnrEO6W&amp;l=english&amp;_cdn=fastly"></script>
31
+ <script type="text/javascript">
32
+ Array.from = __PrototypePreserve[0] || Array.from;
33
+ Array.prototype.filter = __PrototypePreserve[1] || Array.prototype.filter;
34
+ Array.prototype.flatMap = __PrototypePreserve[2] || Array.prototype.flatMap;
35
+ Array.prototype.find = __PrototypePreserve[3] || Array.prototype.find;
36
+ Array.prototype.some = __PrototypePreserve[4] || Array.prototype.some;
37
+ Function.prototype.bind = __PrototypePreserve[5] || Function.prototype.bind;
38
+ HTMLElement.prototype.scrollTo = __PrototypePreserve[6] || HTMLElement.prototype.scrollTo;
39
+ </script>
40
+ <script type="text/javascript">
41
+ var __ScriptaculousPreserve=[];
42
+ __ScriptaculousPreserve[0] = Array.from;
43
+ __ScriptaculousPreserve[1] = Function.prototype.bind;
44
+ __ScriptaculousPreserve[2] = HTMLElement.prototype.scrollTo;
45
+ </script>
46
+ <script type="text/javascript" src="https://community.fastly.steamstatic.com/public/javascript/scriptaculous/_combined.js?v=pbdAKOcDIgbC&amp;l=english&amp;_cdn=fastly&amp;load=effects,controls,slider,dragdrop"></script>
47
+ <script type="text/javascript">
48
+ Array.from = __ScriptaculousPreserve[0] || Array.from;
49
+ Function.prototype.bind = __ScriptaculousPreserve[1] || Function.prototype.bind;
50
+ HTMLElement.prototype.scrollTo = __ScriptaculousPreserve[2] || HTMLElement.prototype.scrollTo;
51
+ delete String['__parseStyleElement']; Prototype.Browser.WebKit = true;</script>
52
+ <script type="text/javascript">VALVE_PUBLIC_PATH = "https:\/\/community.fastly.steamstatic.com\/public\/";</script><script type="text/javascript" src="https://community.fastly.steamstatic.com/public/javascript/global.js?v=cMt-H-zOgNUp&amp;l=english&amp;_cdn=fastly"></script>
53
+ <script type="text/javascript" src="https://community.fastly.steamstatic.com/public/javascript/jquery-1.11.1.min.js?v=gQHVlrK4-jX-&amp;l=english&amp;_cdn=fastly"></script>
54
+ <script type="text/javascript" src="https://community.fastly.steamstatic.com/public/shared/javascript/tooltip.js?v=LZHsOVauqTrm&amp;l=english&amp;_cdn=fastly"></script>
55
+ <script type="text/javascript" src="https://community.fastly.steamstatic.com/public/shared/javascript/shared_global.js?v=84qavQoecqcM&amp;l=english&amp;_cdn=fastly"></script>
56
+ <script type="text/javascript" src="https://community.fastly.steamstatic.com/public/shared/javascript/auth_refresh.js?v=w6QbwI-5-j2S&amp;l=english&amp;_cdn=fastly"></script>
57
+ <script type="text/javascript">Object.seal && [ Object, Array, String, Number ].map( function( builtin ) { Object.seal( builtin.prototype ); } );</script><script type="text/javascript">$J = jQuery.noConflict();
58
+ if ( typeof JSON != 'object' || !JSON.stringify || !JSON.parse ) { document.write( "<scr" + "ipt type=\"text\/javascript\" src=\"https:\/\/community.fastly.steamstatic.com\/public\/javascript\/json2.js?v=54NKNglvGTO8&amp;l=english&amp;_cdn=fastly\"><\/script>\n" ); };
59
+ </script>
60
+ <script type="text/javascript">
61
+ document.addEventListener('DOMContentLoaded', function(event) {
62
+ SetupTooltips( { tooltipCSSClass: 'community_tooltip'} );
63
+ });
64
+ </script><script type="text/javascript" src="https://community.fastly.steamstatic.com/public/javascript/workshop_functions.js?v=A-0TesNIuEGZ&amp;l=english&amp;_cdn=fastly"></script>
65
+ <script type="text/javascript" src="https://community.fastly.steamstatic.com/public/javascript/workshop_home.js?v=sIOnvba3yfsJ&amp;l=english&amp;_cdn=fastly"></script>
66
+ <script type="text/javascript">
67
+ $J( function() {
68
+ WorkshopOnLoad();
69
+ } );
70
+ </script>
71
+ </head>
72
+ <body class="headerOverride ">
73
+
74
+ <!-- header bar, contains info browsing user if logged in -->
75
+ <div role="banner" id="global_header" data-panel="{&quot;flow-children&quot;:&quot;row&quot;}">
76
+ <div class="content">
77
+ <div class="logo">
78
+ <span id="logo_holder">
79
+ <a href="https://store.steampowered.com/" aria-label="Link to the Steam Homepage">
80
+ <img src="https://community.fastly.steamstatic.com/public/shared/images/header/logo_steam.svg?t=962016" width="176" height="44" alt="Link to the Steam Homepage">
81
+ </a>
82
+ </span>
83
+ </div>
84
+
85
+ <div role="navigation" class="supernav_container" aria-label="Global Menu">
86
+ <a class="menuitem supernav" href="https://store.steampowered.com/" data-tooltip-type="selector" data-tooltip-content=".submenu_Store">
87
+ STORE </a>
88
+ <div class="submenu_Store" style="display: none;" data-submenuid="Store">
89
+ <a class="submenuitem" href="https://store.steampowered.com/">
90
+ Home </a>
91
+ <a class="submenuitem" href="https://store.steampowered.com/explore/">
92
+ Discovery Queue </a>
93
+ <a class="submenuitem" href="https://steamcommunity.com/my/wishlist/">
94
+ Wishlist </a>
95
+ <a class="submenuitem" href="https://store.steampowered.com/points/shop/">
96
+ Points Shop </a>
97
+ <a class="submenuitem" href="https://store.steampowered.com/news/">
98
+ News </a>
99
+ <a class="submenuitem" href="https://store.steampowered.com/stats/">
100
+ Charts </a>
101
+ </div>
102
+ <a class="menuitem supernav supernav_active" href="https://steamcommunity.com/" data-tooltip-type="selector" data-tooltip-content=".submenu_Community">
103
+ COMMUNITY </a>
104
+ <div class="submenu_Community" style="display: none;" data-submenuid="Community">
105
+ <a class="submenuitem" href="https://steamcommunity.com/">
106
+ Home </a>
107
+ <a class="submenuitem" href="https://steamcommunity.com/discussions/">
108
+ Discussions </a>
109
+ <a class="submenuitem" href="https://steamcommunity.com/workshop/">
110
+ Workshop </a>
111
+ <a class="submenuitem" href="https://steamcommunity.com/market/">
112
+ Market </a>
113
+ <a class="submenuitem" href="https://steamcommunity.com/?subsection=broadcasts">
114
+ Broadcasts </a>
115
+ </div>
116
+ <a class="menuitem " href="https://store.steampowered.com/about/">
117
+ About </a>
118
+ <a class="menuitem " href="https://help.steampowered.com/en/">
119
+ SUPPORT </a>
120
+ </div>
121
+ <script type="text/javascript">
122
+ jQuery(function($) {
123
+ $('#global_header .supernav').v_tooltip({'location':'bottom', 'destroyWhenDone': false, 'tooltipClass': 'supernav_content', 'offsetY':-6, 'offsetX': 1, 'horizontalSnap': 4, 'tooltipParent': '#global_header .supernav_container', 'correctForScreenSize': false});
124
+ });
125
+ </script>
126
+
127
+ <div id="global_actions">
128
+ <div role="navigation" id="global_action_menu" aria-label="Account Menu">
129
+ <a class="header_installsteam_btn header_installsteam_btn_green" href="https://store.steampowered.com/about/">
130
+ <div class="header_installsteam_btn_content">
131
+ Install Steam </div>
132
+ </a>
133
+
134
+
135
+ <a class="global_action_link" href="https://steamcommunity.com/login/home/?goto=workshop%2Fepage">sign in</a>
136
+ &nbsp;|&nbsp;
137
+ <span class="pulldown global_action_link" id="language_pulldown" onclick="ShowMenu( this, 'language_dropdown', 'right' );">language</span>
138
+ <div class="popup_block_new" id="language_dropdown" style="display: none;">
139
+ <div class="popup_body popup_menu">
140
+ <a class="popup_menu_item tight" href="?l=schinese" onclick="ChangeLanguage( 'schinese' ); return false;">简体中文 (Simplified Chinese)</a>
141
+ <a class="popup_menu_item tight" href="?l=tchinese" onclick="ChangeLanguage( 'tchinese' ); return false;">繁體中文 (Traditional Chinese)</a>
142
+ <a class="popup_menu_item tight" href="?l=japanese" onclick="ChangeLanguage( 'japanese' ); return false;">日本語 (Japanese)</a>
143
+ <a class="popup_menu_item tight" href="?l=koreana" onclick="ChangeLanguage( 'koreana' ); return false;">한국어 (Korean)</a>
144
+ <a class="popup_menu_item tight" href="?l=thai" onclick="ChangeLanguage( 'thai' ); return false;">ไทย (Thai)</a>
145
+ <a class="popup_menu_item tight" href="?l=bulgarian" onclick="ChangeLanguage( 'bulgarian' ); return false;">Български (Bulgarian)</a>
146
+ <a class="popup_menu_item tight" href="?l=czech" onclick="ChangeLanguage( 'czech' ); return false;">Čeština (Czech)</a>
147
+ <a class="popup_menu_item tight" href="?l=danish" onclick="ChangeLanguage( 'danish' ); return false;">Dansk (Danish)</a>
148
+ <a class="popup_menu_item tight" href="?l=german" onclick="ChangeLanguage( 'german' ); return false;">Deutsch (German)</a>
149
+ <a class="popup_menu_item tight" href="?l=spanish" onclick="ChangeLanguage( 'spanish' ); return false;">Español - España (Spanish - Spain)</a>
150
+ <a class="popup_menu_item tight" href="?l=latam" onclick="ChangeLanguage( 'latam' ); return false;">Español - Latinoamérica (Spanish - Latin America)</a>
151
+ <a class="popup_menu_item tight" href="?l=greek" onclick="ChangeLanguage( 'greek' ); return false;">Ελληνικά (Greek)</a>
152
+ <a class="popup_menu_item tight" href="?l=french" onclick="ChangeLanguage( 'french' ); return false;">Français (French)</a>
153
+ <a class="popup_menu_item tight" href="?l=italian" onclick="ChangeLanguage( 'italian' ); return false;">Italiano (Italian)</a>
154
+ <a class="popup_menu_item tight" href="?l=indonesian" onclick="ChangeLanguage( 'indonesian' ); return false;">Bahasa Indonesia (Indonesian)</a>
155
+ <a class="popup_menu_item tight" href="?l=hungarian" onclick="ChangeLanguage( 'hungarian' ); return false;">Magyar (Hungarian)</a>
156
+ <a class="popup_menu_item tight" href="?l=dutch" onclick="ChangeLanguage( 'dutch' ); return false;">Nederlands (Dutch)</a>
157
+ <a class="popup_menu_item tight" href="?l=norwegian" onclick="ChangeLanguage( 'norwegian' ); return false;">Norsk (Norwegian)</a>
158
+ <a class="popup_menu_item tight" href="?l=polish" onclick="ChangeLanguage( 'polish' ); return false;">Polski (Polish)</a>
159
+ <a class="popup_menu_item tight" href="?l=portuguese" onclick="ChangeLanguage( 'portuguese' ); return false;">Português (Portuguese - Portugal)</a>
160
+ <a class="popup_menu_item tight" href="?l=brazilian" onclick="ChangeLanguage( 'brazilian' ); return false;">Português - Brasil (Portuguese - Brazil)</a>
161
+ <a class="popup_menu_item tight" href="?l=romanian" onclick="ChangeLanguage( 'romanian' ); return false;">Română (Romanian)</a>
162
+ <a class="popup_menu_item tight" href="?l=russian" onclick="ChangeLanguage( 'russian' ); return false;">Русский (Russian)</a>
163
+ <a class="popup_menu_item tight" href="?l=finnish" onclick="ChangeLanguage( 'finnish' ); return false;">Suomi (Finnish)</a>
164
+ <a class="popup_menu_item tight" href="?l=swedish" onclick="ChangeLanguage( 'swedish' ); return false;">Svenska (Swedish)</a>
165
+ <a class="popup_menu_item tight" href="?l=turkish" onclick="ChangeLanguage( 'turkish' ); return false;">Türkçe (Turkish)</a>
166
+ <a class="popup_menu_item tight" href="?l=vietnamese" onclick="ChangeLanguage( 'vietnamese' ); return false;">Tiếng Việt (Vietnamese)</a>
167
+ <a class="popup_menu_item tight" href="?l=ukrainian" onclick="ChangeLanguage( 'ukrainian' ); return false;">Українська (Ukrainian)</a>
168
+ <a class="popup_menu_item tight" href="https://www.valvesoftware.com/en/contact?contact-person=Translation%20Team%20Feedback" target="_blank">Report a translation problem</a>
169
+ </div>
170
+ </div>
171
+ </div>
172
+ </div>
173
+ </div>
174
+ </div>
175
+ <div id="modalBG" style="display: none"></div><script type="text/javascript">
176
+ g_sessionID = "966f7fa8e8cd1458fdc528c0";
177
+ g_steamID = false;
178
+ g_strLanguage = "english";
179
+ g_SNR = '2_100100_703_';
180
+ g_bAllowAppImpressions = false;
181
+ g_ContentDescriptorPreferences = [1,3,4];
182
+
183
+ $J( function() { InitCookiePreferencesPopup() } );
184
+
185
+
186
+ // We always want to have the timezone cookie set for PHP to use
187
+ setTimezoneCookies();
188
+
189
+ $J( function() {
190
+
191
+ InitMiniprofileHovers(( 'https%3A%2F%2Fsteamcommunity.com' ));
192
+ InitEmoticonHovers();
193
+ ApplyAdultContentPreferences();
194
+ });
195
+
196
+ $J( function() { InitEconomyHovers( "https:\/\/community.fastly.steamstatic.com\/public\/css\/skin_1\/economy.css?v=rbw2FTiaLS06&l=english&_cdn=fastly", "https:\/\/community.fastly.steamstatic.com\/public\/javascript\/economy_common.js?v=3TZBCEPvtfTo&l=english&_cdn=fastly", "https:\/\/community.fastly.steamstatic.com\/public\/javascript\/economy.js?v=55iGPfqTxuQB&l=english&_cdn=fastly" );});</script>
197
+ <!-- /header bar -->
198
+
199
+
200
+ <script language="JavaScript">
201
+ function ShowAllApps( prefix )
202
+ {
203
+ $( prefix + 'BrowseMoreBtn' ).hide();
204
+ $( prefix + 'BrowseHighlightedApps0' ).className = prefix + "apps browseHighlightedApps topRow";
205
+ $$('.' + prefix + 'apps').each(
206
+ function( elem )
207
+ {
208
+ elem.show();
209
+ if ( elem.id != prefix + 'BrowseHighlightedApps0' )
210
+ {
211
+ elem.className = prefix + "apps browseHighlightedApps overflow";
212
+ }
213
+ var apps = elem.childElements().grep( new Selector( '.app' ) );
214
+ for ( var i = 0; i < apps.length; ++i )
215
+ {
216
+ apps[i].show();
217
+ }
218
+ }
219
+ );
220
+ }
221
+
222
+ var g_oSearchResults = null;
223
+ $J( function() {
224
+ g_oSearchResults = new CAjaxPagingControls( {"query":"MostRecent","total_count":2939,"pagesize":8,"prefix":"workshop_apps"}, 'https://steamcommunity.com/sharedfiles/ajaxgetworkshops/' );
225
+ } );
226
+
227
+ BindOnHashChange( function() {
228
+ if ( window.location.hash.length > 2 && window.location.hash.substr(0,2) == "#p" )
229
+ {
230
+ var nPage = parseInt( window.location.hash.substr(2) );
231
+
232
+ // GoToPage won't do any work if this is the current page
233
+ g_oSearchResults.GoToPage( nPage - 1 );
234
+ }
235
+ });
236
+ </script>
237
+
238
+ <!-- main content -->
239
+ <center>
240
+ <div id="BG_top_workshop" onClick="top.location.href='https://steamcommunity.com/workshop/'"></div>
241
+
242
+ <!-- main body -->
243
+ <div id="ig_bottom" class="smallheader">
244
+ <div id="mainContents">
245
+ <div class="homeTabSpacer">
246
+ <div>
247
+ <div data-panel="{&quot;maintainX&quot;:true,&quot;bFocusRingRoot&quot;:true,&quot;flow-children&quot;:&quot;row&quot;}" class="sectionTabs item responsive_hidden">
248
+ <a href="https://steamcommunity.com/workshop/" class="sectionTab active home"><span>Workshop Home</span></a>
249
+ <a href="https://steamcommunity.com/workshop/workshopsubmitinfo/" class="sectionTab about"><span>About Workshop</span></a>
250
+ </div>
251
+
252
+ <div class="nonresponsive_hidden responsive_tab_ctn sharedfiles_responsive_tab">
253
+ <div class="responsive_tab_control">
254
+ <select class="responsive_tab_select" id="responsive_tab_select69872ffc5c859">
255
+ <option value="https://steamcommunity.com/workshop/" selected>
256
+ Workshop Home </option>
257
+ <option value="https://steamcommunity.com/workshop/workshopsubmitinfo/" >
258
+ About Workshop </option>
259
+ </select>
260
+ </div>
261
+ </div>
262
+
263
+ <div id="tabs_baseline" class="responsive_tab_baseline "></div>
264
+
265
+ <div style="clear: left"></div>
266
+ </div>
267
+ </div>
268
+
269
+ <div class="title">Create, discover, and download content for your game</div>
270
+ <div class="subtitle">Start browsing below to find player-created content for your games. Interested in creating content? Click <a href="https://steamcommunity.com/workshop/workshopsubmitinfo/">here</a> to learn more.</div>
271
+
272
+ <div class="browseApps">
273
+ <div class="browseAppsTitleContainer">
274
+ <div class="searchApps">
275
+ <form>
276
+ <input id="workshopSearchText" class="searchAppsInput" type="text" value="Search for a Workshop" name="searchAppName" maxlength="128" autocomplete="off">
277
+ <input class="searchAppImage" type="image" src="https://community.fastly.steamstatic.com/public/images//sharedfiles/searchbox_workshop_submit.gif" alt="Submit" onclick="ShowAppSuggestions(); return false;">
278
+ <div id="game_select_suggestions_ctn" class="popup_block" style="display: none;">
279
+ <div class="shadow_ul"></div><div class="shadow_top"></div><div class="shadow_ur"></div><div class="shadow_left"></div><div class="shadow_right"></div><div class="shadow_bl"></div><div class="shadow_bottom"></div><div class="shadow_br"></div> <div id="game_select_suggestions" class="shadow_content popup_body popup_menu">
280
+ </div>
281
+ </div>
282
+ </form>
283
+ </div>
284
+ <div class="browseAppsTitle"><span class="highlight">Browse</span>&nbsp;All Workshops</div>
285
+ <div style="clear: right"></div>
286
+ </div>
287
+
288
+ <div class="workshopAppsSort">
289
+ <div class="workshopAppsSortTitle">Sort Workshops</div>
290
+ <div style="position:relative;"><img class="browseOptionImage" src="https://community.fastly.steamstatic.com/public/images/sharedfiles/filterselect_blue.png?v=1" /><div data-panel="{&quot;clickOnActivate&quot;:&quot;firstChild&quot;,&quot;focusable&quot;:true}" role="button" class="browseOption MostRecent"><a href="?browsesort=MostRecent&browsefilter=MostRecent&p=1">Most Recent</a></div></div> <div data-panel="{&quot;focusable&quot;:true,&quot;clickOnActivate&quot;:true}" role="button" class="browseOption notSelected Alphabetical" onclick="top.location.href='?browsesort=Alphabetical&browsefilter=Alphabetical&p=1';"><a href="?browsesort=Alphabetical&browsefilter=Alphabetical&p=1">Alphabetical</a></div>
291
+ <div data-panel="{&quot;focusable&quot;:true,&quot;clickOnActivate&quot;:true}" role="button" class="browseOption notSelected RecentlyVisited" onclick="top.location.href='?browsesort=RecentlyVisited&browsefilter=RecentlyVisited&p=1';"><a href="?browsesort=RecentlyVisited&browsefilter=RecentlyVisited&p=1">Recently Visited</a></div>
292
+ </div>
293
+
294
+ <div id="workshop_appsTable" class="workshopApps">
295
+ <div id="workshop_appsRows">
296
+
297
+ <div id="publicBrowseHighlightedApps" class="">
298
+ <div class="workshopAppsRow">
299
+ <div class="app" onClick="top.location.href='https://steamcommunity.com/app/1118200/workshop/'">
300
+ <div class="appItem">
301
+ <div class="itemPreviewHolder" style="background: url('https://images.steamusercontent.com/ugc/18281412460206836111/D9D2BAA902BC7C5A9EBCB120EDD4F25CBFB2ACDA/?imw=200&&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=false') center center no-repeat; background-size: cover"></div>
302
+ </div>
303
+ <div class="appCover">
304
+ <div class="appInfo">
305
+ <img class="appLogo" src="https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/1118200/capsule_184x69.jpg?t=1763123186" alt="People Playground">
306
+ <div class="appNumItems">802,693 items</div>
307
+ </div>
308
+ </div>
309
+
310
+ <div class="appCoverHover">
311
+ <div class="appInfo">
312
+ <img class="appLogo" src="https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/1118200/capsule_184x69.jpg?t=1763123186" alt="People Playground">
313
+ <div class="appNumItems">see all 802,693 items</div>
314
+ </div>
315
+ </div>
316
+ <div class="appNew"><img src="https://community.fastly.steamstatic.com/public/images/sharedfiles/Workshop_FeatureTag_new.png"></div>
317
+ &nbsp;
318
+ </div>
319
+ <div class="app" onClick="top.location.href='https://steamcommunity.com/app/2272590/workshop/'">
320
+ <div class="appItem">
321
+ <div class="itemPreviewHolder" style="background: url('https://images.steamusercontent.com/ugc/10427564919697356172/0EE74A2BA3FE0F4B0C39C57244238C6520AC4AED/?imw=200&&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=false') center center no-repeat; background-size: cover"></div>
322
+ </div>
323
+ <div class="appCover">
324
+ <div class="appInfo">
325
+ <img class="appLogo" src="https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/2272590/12494963d561815bf11c1cf64495a63532942f41/capsule_184x69.jpg?t=1770368405" alt="Rizline">
326
+ <div class="appNumItems">5 items</div>
327
+ </div>
328
+ </div>
329
+
330
+ <div class="appCoverHover">
331
+ <div class="appInfo">
332
+ <img class="appLogo" src="https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/2272590/12494963d561815bf11c1cf64495a63532942f41/capsule_184x69.jpg?t=1770368405" alt="Rizline">
333
+ <div class="appNumItems">see all 5 items</div>
334
+ </div>
335
+ </div>
336
+ <div class="appNew"><img src="https://community.fastly.steamstatic.com/public/images/sharedfiles/Workshop_FeatureTag_new.png"></div>
337
+ &nbsp;
338
+ </div>
339
+ <div class="app" onClick="top.location.href='https://steamcommunity.com/app/3419290/workshop/'">
340
+ <div class="appItem">
341
+ <div class="itemPreviewHolder" style="background: url('https://images.steamusercontent.com/ugc/14196592172411665383/812A7A9E0F3A07C1A05BE4F28F481153935CD340/?imw=200&&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=false') center center no-repeat; background-size: cover"></div>
342
+ </div>
343
+ <div class="appCover">
344
+ <div class="appInfo">
345
+ <img class="appLogo" src="https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/3419290/dbb18b0ff528d60e6e6bee532a167569cbe62b96/capsule_184x69.jpg?t=1770361739" alt="Ziemia opuszczona przez Boga-GOD FORSAKEN">
346
+ <div class="appNumItems">1 items</div>
347
+ </div>
348
+ </div>
349
+
350
+ <div class="appCoverHover">
351
+ <div class="appInfo">
352
+ <img class="appLogo" src="https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/3419290/dbb18b0ff528d60e6e6bee532a167569cbe62b96/capsule_184x69.jpg?t=1770361739" alt="Ziemia opuszczona przez Boga-GOD FORSAKEN">
353
+ <div class="appNumItems">see all 1 items</div>
354
+ </div>
355
+ </div>
356
+ <div class="appNew"><img src="https://community.fastly.steamstatic.com/public/images/sharedfiles/Workshop_FeatureTag_new.png"></div>
357
+ &nbsp;
358
+ </div>
359
+ <div class="app" onClick="top.location.href='https://steamcommunity.com/app/4226240/workshop/'">
360
+ <div class="appItem">
361
+ <div class="itemPreviewHolder" style="background: url('https://images.steamusercontent.com/ugc/15039019018017875629/89C67129FC0EBB64191D228E0504144DF93B5455/?imw=200&&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=false') center center no-repeat; background-size: cover"></div>
362
+ </div>
363
+ <div class="appCover">
364
+ <div class="appInfo">
365
+ <img class="appLogo" src="https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/4226240/233a8a3632d9bcc15de0a1c06005b807bc7e900d/capsule_184x69.jpg?t=1770300085" alt="Tier It Together!">
366
+ <div class="appNumItems">9 items</div>
367
+ </div>
368
+ </div>
369
+
370
+ <div class="appCoverHover">
371
+ <div class="appInfo">
372
+ <img class="appLogo" src="https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/4226240/233a8a3632d9bcc15de0a1c06005b807bc7e900d/capsule_184x69.jpg?t=1770300085" alt="Tier It Together!">
373
+ <div class="appNumItems">see all 9 items</div>
374
+ </div>
375
+ </div>
376
+ <div class="appNew"><img src="https://community.fastly.steamstatic.com/public/images/sharedfiles/Workshop_FeatureTag_new.png"></div>
377
+ &nbsp;
378
+ </div>
379
+ <div style="clear: left"></div>
380
+ </div>
381
+ <div class="workshopAppsRow">
382
+ <div class="app" onClick="top.location.href='https://steamcommunity.com/app/4036300/workshop/'">
383
+ <div class="appItem">
384
+ <div class="itemPreviewHolder" style="background: url('https://community.fastly.steamstatic.com/public/images/sharedfiles/steam_workshop_default_image.png') center center no-repeat; background-size: cover"></div>
385
+ </div>
386
+ <div class="appCover">
387
+ <div class="appInfo">
388
+ <img class="appLogo" src="https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/4036300/f9898471cec53e286c06b5c41f80b79e1e1ac897/capsule_184x69.jpg?t=1770162696" alt="Roguelite: Square Run">
389
+ <div class="appNumItems">2 items</div>
390
+ </div>
391
+ </div>
392
+
393
+ <div class="appCoverHover">
394
+ <div class="appInfo">
395
+ <img class="appLogo" src="https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/4036300/f9898471cec53e286c06b5c41f80b79e1e1ac897/capsule_184x69.jpg?t=1770162696" alt="Roguelite: Square Run">
396
+ <div class="appNumItems">see all 2 items</div>
397
+ </div>
398
+ </div>
399
+ <div class="appNew"><img src="https://community.fastly.steamstatic.com/public/images/sharedfiles/Workshop_FeatureTag_new.png"></div>
400
+ &nbsp;
401
+ </div>
402
+ <div class="app" onClick="top.location.href='https://steamcommunity.com/app/1219770/workshop/'">
403
+ <div class="appItem">
404
+ <div class="itemPreviewHolder" style="background: url('https://images.steamusercontent.com/ugc/12116818170391705136/DF613D9EC71FC70EE9EA0C8F5E28019458F71F81/?imw=200&&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=false') center center no-repeat; background-size: cover"></div>
405
+ </div>
406
+ <div class="appCover">
407
+ <div class="appInfo">
408
+ <img class="appLogo" src="https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/1219770/fc93d1e099a32399cd6e7b168019fbc5edc0a280/capsule_184x69.jpg?t=1770044896" alt="Arvoch Alliance SE">
409
+ <div class="appNumItems">5 items</div>
410
+ </div>
411
+ </div>
412
+
413
+ <div class="appCoverHover">
414
+ <div class="appInfo">
415
+ <img class="appLogo" src="https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/1219770/fc93d1e099a32399cd6e7b168019fbc5edc0a280/capsule_184x69.jpg?t=1770044896" alt="Arvoch Alliance SE">
416
+ <div class="appNumItems">see all 5 items</div>
417
+ </div>
418
+ </div>
419
+ <div class="appNew"><img src="https://community.fastly.steamstatic.com/public/images/sharedfiles/Workshop_FeatureTag_new.png"></div>
420
+ &nbsp;
421
+ </div>
422
+ <div class="app" onClick="top.location.href='https://steamcommunity.com/app/3917010/workshop/'">
423
+ <div class="appItem">
424
+ <div class="itemPreviewHolder" style="background: url('https://images.steamusercontent.com/ugc/13715421820669716674/111F2C9D506145B72DCB87BA948E47043486100C/?imw=200&&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=false') center center no-repeat; background-size: cover"></div>
425
+ </div>
426
+ <div class="appCover">
427
+ <div class="appInfo">
428
+ <img class="appLogo" src="https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/3917010/07026281e561bfc7f0b26f318fd41032c8d519e5/capsule_184x69.jpg?t=1767817133" alt="CRACKED">
429
+ <div class="appNumItems">27 items</div>
430
+ </div>
431
+ </div>
432
+
433
+ <div class="appCoverHover">
434
+ <div class="appInfo">
435
+ <img class="appLogo" src="https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/3917010/07026281e561bfc7f0b26f318fd41032c8d519e5/capsule_184x69.jpg?t=1767817133" alt="CRACKED">
436
+ <div class="appNumItems">see all 27 items</div>
437
+ </div>
438
+ </div>
439
+ <div class="appNew"><img src="https://community.fastly.steamstatic.com/public/images/sharedfiles/Workshop_FeatureTag_new.png"></div>
440
+ &nbsp;
441
+ </div>
442
+ <div class="app" onClick="top.location.href='https://steamcommunity.com/app/4053720/workshop/'">
443
+ <div class="appItem">
444
+ <div class="itemPreviewHolder" style="background: url('https://images.steamusercontent.com/ugc/14679715055484160759/26877A32E29B110A9268D0B7E29C319571407294/?imw=200&&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=false') center center no-repeat; background-size: cover"></div>
445
+ </div>
446
+ <div class="appCover">
447
+ <div class="appInfo">
448
+ <img class="appLogo" src="https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/4053720/eb99f3df4a2bfd742a130ed6e1f72b5e7b122888/capsule_184x69.jpg?t=1768211434" alt="Robot Mil">
449
+ <div class="appNumItems">2 items</div>
450
+ </div>
451
+ </div>
452
+
453
+ <div class="appCoverHover">
454
+ <div class="appInfo">
455
+ <img class="appLogo" src="https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/4053720/eb99f3df4a2bfd742a130ed6e1f72b5e7b122888/capsule_184x69.jpg?t=1768211434" alt="Robot Mil">
456
+ <div class="appNumItems">see all 2 items</div>
457
+ </div>
458
+ </div>
459
+ <div class="appNew"><img src="https://community.fastly.steamstatic.com/public/images/sharedfiles/Workshop_FeatureTag_new.png"></div>
460
+ &nbsp;
461
+ </div>
462
+ <div style="clear: left"></div>
463
+ </div>
464
+ <div style="clear: left"></div>
465
+ </div>
466
+ </div>
467
+ </div>
468
+
469
+ <div id="workshop_apps_ctn" class="workshop_apps_paging" style="">
470
+ <div class="workshop_apps_paging_controls" id="workshop_apps_controls">
471
+ <span id="workshop_apps_btn_prev" class="pagebtn">&lt;</span>
472
+ <span id="workshop_apps_links"></span>
473
+ <span id="workshop_apps_btn_next" class="pagebtn">&gt;</span>
474
+ </div>
475
+
476
+ <div class="workshop_apps_paging_summary ellipsis">
477
+ Showing <span id="workshop_apps_start">1</span>-<span id="workshop_apps_end">8</span> of <span id="workshop_apps_total">2,939</span> results </div>
478
+
479
+ <div style="clear: both;"></div>
480
+ </div>
481
+
482
+ <div style="clear: both"></div>
483
+ </div>
484
+
485
+ <!-- right side contents -->
486
+ <div id="rightContents" class="sidebar right_column">
487
+ <div class="primary_panel_border panel_margin_none">
488
+
489
+ <div class="primary_panel">
490
+
491
+
492
+ <div class="menu_panel ">
493
+ <div class="rightSectionHolder">
494
+ <div class="rightDetailsBlock">
495
+ <div class="joinGroup" onClick="top.location.href='https://store.steampowered.com/news/app/766'">
496
+ <div class="joinGroupTitle">Join the Steam Workshop Community Group</div>
497
+ <div class="joinGroupSubtitle">For the latest news and discussions</div>
498
+ </div>
499
+ </div>
500
+ <div class="rightSectionTopTitle">About - The Workshop</div>
501
+ <div class="rightDetailsBlock">Ever dreamed of seeing your brilliant ideas come to life in games played by millions of people? Now you can, with the Steam Workshop. Here you can submit, find, rate, and download new content and modifications for your favorite Steam games.<p>Different games may use the Steam Workshop in different ways, but everything here is created by members of the Steam community, just like you.</div>
502
+ </div>
503
+ </div>
504
+ </div>
505
+ </div>
506
+
507
+ <br>
508
+
509
+ <div class="panel">
510
+ <div class="rightSectionHolder">
511
+ <div class="subscribeRSS"><a type="application/rss+xml" href="https://steamcommunity.com/games/SteamWorkshop/rss"><img src="https://community.fastly.steamstatic.com/public/images//skin_1/iconRSS.gif">Subscribe to RSS feed</a></div>
512
+ </div>
513
+ </div>
514
+
515
+ </div>
516
+
517
+ <!-- left side contents -->
518
+ <div id="profileBlock" class="clearfix">
519
+
520
+ <!-- announcements section -->
521
+ <div class="mainSectionHeader">LATEST WORKSHOP NEWS</div>
522
+ <div id="announcementsBlock">
523
+ <div class="announcement detailBox">
524
+ <div class="headline"><a href="https://steamcommunity.com/games/SteamWorkshop/announcements/detail/521953615223457012">Steam Workshop items can now specify supported game versions</a></div>
525
+ <div class="byline">8 January - <a href="https://steamcommunity.com/id/thealden">Alden</a></div>
526
+ <div class="bodytext"><p class="bb_paragraph"><img src="https://clan.fastly.steamstatic.com/images/3284297/bc536b5f0e1e488237c412adef52f3c398b14900.png" /></p><p class="bb_paragraph">With today's Steam update, items in the Steam Workshop can now contain data about compatibility with past versions of the game. Once this feature is enabled by the game's developer, mod authors can specify the versions of a game that are known to work for current and historical versions of a Workshop item.</p><p class="bb_paragraph">This update to the Steam Workshop is designed to work in conjunction with a set of Steam APIs that game developers can use to manage historical versions of their game. For more information for game developers on game version management, please see our post <a class="bb_link" href="https://store.steampowered.com/news/group/4145017/view/497183817277113900" target="_blank" rel="" >New! Version Control For Steam Workshop Mods</a>. </p><p class="bb_paragraph">There are three main components of this update to Workshop: </p><ol><li><p class="bb_paragraph"><b> Deliberate configuration by the game developer.</b> First, it is important that the developer of the game is deliberate about their use of build branches and preserving past versions of the game. To do this, the game developer should keep past builds of the game as well-named branches and put them in a deliberate order. The developer should then also enable &quot;Game Branch Versions&quot; in the Workshop settings for the game. You'll know this is enabled when you see it listed as a feature in the workshop info.<br><br><img src="https://clan.fastly.steamstatic.com/images/3284297/929ff335521ec239645ce133aeb208bfe0ce9f1f.png" /></p></li><li><p class="bb_paragraph"><b>Uploading multiple simultaneous mod versions of the same item.</b> Steam Workshop mods have long supported version history, allowing authors to roll a mod back to a previously uploaded version if they need to. This new update allows the notion of two or more versions of an item being made accessible to players simultaneously.</p></li><li><p class="bb_paragraph"><b>Specifying the range of game versions that each mod version supports.</b> In order to support multiple versions being accessible to players, Workshop item versions can now specify a range of one or more game builds that the mod author knows is supported by the mod. If no range is specified, Steam will assume the version works with any build of the game. If more than one version of the Workshop item are indicated as compatible with the player's current version of the game, then the latest uploaded version of the item will be the one that Steam downloads.</p></li></ol><p class="bb_paragraph">We know that many mod authors will not have the time to check whether their mod supports the latest version of a game. So we built this system to support ranges that include or exclude future updates. If the mod item is generally a simple item and likely to work with new versions of the game, then it may make sense to leave the supported range open-ended. However, if the mod is complex and the mod author wishes to test their mod with new game versions before declaring support, that can be easily done when configuring the supported ranges. </p><p class="bb_paragraph"></p><p class="bb_paragraph">These settings can be viewed and configured under the 'Change Notes' tab for a Workshop item. </p><p class="bb_paragraph"><img src="https://clan.fastly.steamstatic.com/images/3284297/18eb4da28de308ca53c0f90b2852dbf90f479e53.png" /></p><p class="bb_paragraph"> </p><p class="bb_paragraph">Note: Game developers can also configure their Workshop uploader tool to set supported versions when uploading or updating a Workshop item.</p><p class="bb_paragraph"></p><p class="bb_paragraph"></p><div class="bb_h2">Frequently Asked Questions</div><p class="bb_paragraph"><b>Q. I don't see the option to specify supported game versions for my Workshop creation.</b> </p><p class="bb_paragraph">A. Make sure the developer of the game has set &quot;Enable Game Branch Versions&quot; in their Steamworks settings for the game. This is a signal that the developer has been deliberate in the ordering of their game versions.</p><p class="bb_paragraph">Look for this icon under the 'Enabled Features' within the game's Steam Workshop 'About' page.</p><p class="bb_paragraph"><img src="https://clan.fastly.steamstatic.com/images/3284297/929ff335521ec239645ce133aeb208bfe0ce9f1f.png" /></p></div>
527
+ <div class="commentsLink">
528
+ <a class="btn_grey_black btn_medium ico_hover" href="https://steamcommunity.com/games/SteamWorkshop/announcements/detail/521953615223457012">
529
+ <span><i class="ico16 comment"></i> See all 281 comments</span>
530
+ </a>
531
+ </div>
532
+ </div>
533
+ <div style="clear:left"></div>
534
+ <div class="announcement detailBox">
535
+ <div class="headline"><a href="https://steamcommunity.com/games/SteamWorkshop/announcements/detail/3889485345756435017">Your Subscriptions and Workshop Collections</a></div>
536
+ <div class="byline">18 December, 2023 - <a href="https://steamcommunity.com/id/tomqbui">TomB</a></div>
537
+ <div class="bodytext">Based on your feedback from the recent Steam Workshop changes outlined <a class="bb_link" href="https://store.steampowered.com/news/app/766/view/3888358641555807824" target="_blank" rel="" >here</a>, we've added some additional features around Workshop subscriptions: you can now easily create, save, and load different subscription lists using Workshop Collections. This will make it easier to create &quot;presets&quot; or &quot;mod lists&quot; that you can swap between for whatever reason. <br><br>In the <b>Steam Client (<a class="bb_link" href="https://help.steampowered.com/en/faqs/view/276C-85A0-C531-AFA3" target="_blank" rel="" >beta</a>)</b>, you can access your Workshop Collections on your game's Properties &gt; Workshop page under Advanced Options. From here you can quickly save your subscriptions list to a collection, or update your subscriptions list from a collection. The load order for your items will match the order of subscriptions within the collection. <br><br>We've also made it easier to share the mods you are using with your friends - Workshop Collections can now be shared via a link from within the Steam Client. (note that you'll need to save your subscriptions to a collection before you can send a link to a friend).<br><br><img src="https://clan.fastly.steamstatic.com/images/3284297/23bf019ad1cd2c790af4e14106678f24b1420f99.png" /><br><br>On the Steam Community, the &quot;Save to Collection&quot; button is accessible on your subscriptions page for a game. On a collection's web page, the &quot;Subscribe to all&quot; button will now give you a choice of adding to or overwriting your current subscription list. There’s also an option to save a collection’s contents to another collection. <br><br>There have also been some small updates to the Collection editor itself to make managing items a bit easier.<br><br><ul class="bb_ul"><li> Added the ability to sort items by Time Created or Time Updated<br></li><li> Added the ability to sort items in ascending or descending order<br></li><li> Added the ability to add or remove all items from the selected section (e.g. item's you've published, favorited, or subscribed to)<br></li><li> Added ability to quickly remove all items or linked collections</li></ul></div>
538
+ <div class="commentsLink">
539
+ <a class="btn_grey_black btn_medium ico_hover" href="https://steamcommunity.com/games/SteamWorkshop/announcements/detail/3889485345756435017">
540
+ <span><i class="ico16 comment"></i> See all 3572 comments</span>
541
+ </a>
542
+ </div>
543
+ </div>
544
+ <div style="clear:left"></div>
545
+ <div class="announcement detailBox">
546
+ <div class="headline"><a href="https://steamcommunity.com/games/SteamWorkshop/announcements/detail/3888358641555807825">New Quality of Life Workshop Features</a></div>
547
+ <div class="byline">12 December, 2023 - <a href="https://steamcommunity.com/profiles/76561198050431321">TomB (Valve)</a></div>
548
+ <div class="bodytext">We've recently added some features to the Workshop that should be pretty useful for both new and power users alike.<br><br>The new Steam Client beta has various improvements around Workshop, including displaying which item is being downloaded in the Downloads page, and an improved interface for dealing with your Workshop item subscriptions (accessible from your game's Properties dialog). The subscription list now contains additional information, such as when the item was last updated, when you subscribed to it, and any item dependencies. You can also filter your list by name or by tag.<br><br><img src="https://clan.fastly.steamstatic.com/images/3284297/4f702d1226ad383b14f31fa7e060535c8e0be1b4.png" /><br>For more advanced use cases, you can disable items from being loaded by your game. And you can now change the local load order for your items. Also, if Workshop creators have set their items as depending on other items, you can automatically set the load order based on these dependencies. Missing dependencies will also be displayed, to make it easier to see why some mods are not working. You can opt into the <a class="bb_link" href="https://help.steampowered.com/en/faqs/view/276C-85A0-C531-AFA3" target="_blank" rel="" >Steam Client beta</a> to try out these changes.<br><br><img src="https://clan.fastly.steamstatic.com/images/3284297/1d6d31e68fe49c2a4dbc1f0e680ca8a9ef4dac6e.png" /><br>On the web side of things, we've added Saved Search Queries. Basically, if you often find yourself searching/sorting/filtering to find the same kind of items in a game's Workshop, you can now save those search query parameters. Then you can re-run your search at any time by selecting that saved search query from your game's Workshop home page. <br><br>We've also added some more browsing options to the main Workshop Home page. You can now filter to games that have Workshops based on whether you recently visited them, and we've brought back the ability to view Workshops for games you own or have recent playtime in.<br><br>Plus a few other web changes:<br><ul class="bb_ul"><li> Added the ability to subscribe to an item and all the items it depends on<br></li><li> Added previous and next buttons to the image viewer<br></li><li> Adding an item to a collection no longer reloads the web page<br></li><li> Allow unlisted and friends-only items to be added to a collection</li></ul><br>Let us know your thoughts in the Steam Client Beta <a class="bb_link" href="https://steamcommunity.com/groups/SteamClientBeta/discussions" target="_blank" rel="" >discussions</a>.</div>
549
+ <div class="commentsLink">
550
+ <a class="btn_grey_black btn_medium ico_hover" href="https://steamcommunity.com/games/SteamWorkshop/announcements/detail/3888358641555807825">
551
+ <span><i class="ico16 comment"></i> See all 1407 comments</span>
552
+ </a>
553
+ </div>
554
+ </div>
555
+ <div style="clear:left"></div>
556
+ <div class="announcement detailBox">
557
+ <div class="headline"><a href="https://steamcommunity.com/games/SteamWorkshop/announcements/detail/3686807969140336680">Update: Steam Workshop Search Improvements</a></div>
558
+ <div class="byline">19 July, 2023 - <a href="https://steamcommunity.com/id/thealden">Alden</a></div>
559
+ <div class="bodytext"><img src="https://clan.fastly.steamstatic.com/images/3284297/6cb302d4c63ea2ee656c6ff6b9077c64d46d3ab8.jpg" /><br><br>Today we've released a couple of improvements to the way that search works in the Steam Workshop. <br><br>With this update, when you search within a game's Workshop, the results will now handle partial string matches and will organize the results to prioritize the most relevant results, taking into account popularity and user ratings.<br><br>You can check out the improvements to search by exploring your favorite game's Steam Workshop.</div>
560
+ <div class="commentsLink">
561
+ <a class="btn_grey_black btn_medium ico_hover" href="https://steamcommunity.com/games/SteamWorkshop/announcements/detail/3686807969140336680">
562
+ <span><i class="ico16 comment"></i> See all 3046 comments</span>
563
+ </a>
564
+ </div>
565
+ </div>
566
+ <div style="clear:left"></div>
567
+ <div class="announcement detailBox">
568
+ <div class="headline"><a href="https://steamcommunity.com/games/SteamWorkshop/announcements/detail/950630846486279664">Workshop Items Now Support Sketchfab Interactive Previews</a></div>
569
+ <div class="byline">25 March, 2016 - <a href="https://steamcommunity.com/id/alden">Alden</a></div>
570
+ <div class="bodytext">When preparing the Workshop page for your mod or item, you now have the option to include a 3D Sketchfab preview of your item along with your videos and screenshots.<br><br>Here’s an example from johnskyrim’s <a class="bb_link" href="http://steamcommunity.com/sharedfiles/filedetails/?id=606009216" target="_blank" rel="" >Doomhammer</a>, a Skyrim weapon mod:<br><a class="bb_link" href="https://steamcommunity.com/linkfilter/?u=https%3A%2F%2Fsketchfab.com%2Fmodels%2F7b08add6fb40478a9bc465a8ef0d8ffb" target="_blank" rel=" noopener" >https://sketchfab.com/models/7b08add6fb40478a9bc465a8ef0d8ffb</a><br>This can be used to provide an interactive 3D presentation of your model, scene, or item that users can zoom, pan, or rotate around to get a better view of your submission.<br><br>To include a Sketchfab preview, you’ll need to create a free account on Sketchfab’s website (<a class="bb_link" href="https://steamcommunity.com/linkfilter/?u=http%3A%2F%2Fsketchfab.com%2F" target="_blank" rel=" noopener" >http://sketchfab.com/</a>) and upload your model there similar to how you go about posting a video to YouTube. Once your item has been posted to Sketchfab and you have a page on their site, you may enter that URL in the new field provided in the Steam Workshop when editing the screenshots and videos for your item.<br><br>The Sketchfab preview can also be inserted into Steam Community Discussions, Announcements, and Greenlight submissions.<br><br>Here are a few more examples:<br>City Skylines:<br><a class="bb_link" href="https://steamcommunity.com/linkfilter/?u=https%3A%2F%2Fsketchfab.com%2Fmodels%2F5948e8c389284f10993f882ca329223b" target="_blank" rel=" noopener" >https://sketchfab.com/models/5948e8c389284f10993f882ca329223b</a><br><a class="bb_link" href="https://steamcommunity.com/linkfilter/?u=https%3A%2F%2Fsketchfab.com%2Fmodels%2Ffa7d5fb3b9b14278be24afadf9d806bd" target="_blank" rel=" noopener" >https://sketchfab.com/models/fa7d5fb3b9b14278be24afadf9d806bd</a><br><br>XCOM 2<br><a class="bb_link" href="https://steamcommunity.com/linkfilter/?u=https%3A%2F%2Fsketchfab.com%2Fmodels%2F184115675e484032944ec31d9dbcadd2" target="_blank" rel=" noopener" >https://sketchfab.com/models/184115675e484032944ec31d9dbcadd2</a><br></div>
571
+ <div class="commentsLink">
572
+ <a class="btn_grey_black btn_medium ico_hover" href="https://steamcommunity.com/games/SteamWorkshop/announcements/detail/950630846486279664">
573
+ <span><i class="ico16 comment"></i> See all 14177 comments</span>
574
+ </a>
575
+ </div>
576
+ </div>
577
+ <div style="clear:left"></div>
578
+ <div id="viewAllAnnouncements"><a class="linkStandard" href="https://steamcommunity.com/games/SteamWorkshop/announcements">View All Workshop News</a></div> </div>
579
+ <!-- /announcements section -->
580
+
581
+ </div><!-- /left side contents -->
582
+
583
+ </div><!-- /main contents -->
584
+
585
+ <br clear="all" />
586
+ <br />
587
+ </div>
588
+
589
+ </center>
590
+
591
+ <center>
592
+ <!-- footer -->
593
+ <div id="footer_spacer" class=""></div>
594
+ <div id="footer_responsive_optin_spacer"></div>
595
+ <div id="footer">
596
+ <div class="footer_content">
597
+ <span id="footerLogo"><img src="https://community.fastly.steamstatic.com/public/images/skin_1/footerLogo_valve.png?v=1" width="96" height="26" border="0" alt="Valve Logo" /></span>
598
+ <span id="footerText">
599
+ &copy; Valve Corporation. All rights reserved. All trademarks are property of their respective owners in the US and other countries.<br/>Some geospatial data on this website is provided by <a href="https://steamcommunity.com/linkfilter/?u=http%3A%2F%2Fwww.geonames.org" target="_blank" rel=" noopener">geonames.org</a>. <br>
600
+ <span class="valve_links">
601
+ <a href="http://store.steampowered.com/privacy_agreement/" target="_blank">Privacy Policy</a>
602
+ &nbsp; | &nbsp;<a href="https://store.steampowered.com/legal/" target="_blank">Legal</a>
603
+ &nbsp; | &nbsp;<a href="https://help.steampowered.com/faqs/view/10BB-D27A-6378-4436" target="_blank">Accessibility</a>
604
+ &nbsp;| &nbsp;<a href="http://store.steampowered.com/subscriber_agreement/" target="_blank">Steam Subscriber Agreement</a>
605
+ &nbsp;| &nbsp;<a href="http://store.steampowered.com/account/cookiepreferences/" target="_blank">Cookies</a>
606
+ </span>
607
+ </span>
608
+ </div>
609
+ <div class="responsive_optin_link">
610
+ <div class="btn_medium btnv6_grey_black" role="link" onclick="Responsive_RequestMobileView()">
611
+ <span>View mobile website</span>
612
+ </div>
613
+ </div>
614
+ </div>
615
+ <!-- /footer -->
616
+
617
+ </center>
618
+ </body>
619
+ </html>
pages/html/b45ecf5cdcc9.html ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
+ <meta http-equiv="Refresh" content="30;url=//fc2.com/" />
6
+ <meta name="robots" content="noindex" />
7
+ <title>FC2 - 404 Error</title>
8
+ <link rel="stylesheet" type="text/css" href="//static.fc2.com/share/css/common.css" />
9
+ <link rel="stylesheet" type="text/css" href="//static.fc2.com/share/fc2parts/css/share.css" />
10
+ <link rel="stylesheet" type="text/css" href="base.css" />
11
+ <link rel="stylesheet" type="text/css" href="../css/error_ad.css" />
12
+ <link rel="stylesheet" type="text/css" href="//static.fc2.com/share/fc2footermenu/fc2footer.css" />
13
+ <script type="text/javascript" src="//static.fc2.com/share/fc2parts/js/jquery.js"></script>
14
+ <script type="text/javascript" src="//static.fc2.com/share/fc2parts/js/common_design.js"></script>
15
+ </head>
16
+ <body>
17
+ <div id="sh_header_box">
18
+ <div id="sh_header_col">
19
+ <div class="sh_header_nav">
20
+ <ul>
21
+ <li><a href="//fc2.com/">FC2</a></li>
22
+ <li class="end"><a href="//help.fc2.com/">ヘルプ</a></li>
23
+ </ul>
24
+ </div>
25
+ </div>
26
+ </div>
27
+ <!-- /header_box -->
28
+ <div id="container">
29
+ <div id="sh_header">
30
+ <h1><a href="//fc2.com/">FC2 total Web Solutions</a></h1>
31
+ </div>
32
+ <div id="main">
33
+ <div class="content">
34
+ <h2 class="sh_heading_main_b"><span>Page not found</span></h2>
35
+ <p>ご指定のファイルが見つかりませんでした</p>
36
+ <div id="ad_middle">
37
+ <h3 class="pr">PR</h3>
38
+ <iframe src='//media5.fc2.com/1202/' style='width:300px;height:250px;border:none;' scrolling='no'></iframe>
39
+ </div>
40
+
41
+ <h3>30秒後にFC2トップページへ移動します</h3>
42
+ <div class="jump"><a href="//fc2.com/">FC2トップページへ戻る</a></div>
43
+ <div id="ad_foot">
44
+ <iframe src='//media5.fc2.com/1203/' style='width:728px;height:90px;border:none;' scrolling='no'></iframe>
45
+ </div>
46
+ </div><!--/content-->
47
+ </div><!-- /main -->
48
+ </div><!-- /container -->
49
+
50
+ <!-- ja版共通フッタここから -->
51
+ <div id="sh_fc2footer_fix">
52
+ <div id="sh_fc2footer_menu">
53
+ <div id="sh_fc2tooter_tab">
54
+ <div><span class="sh_footer_rnd5"></span><span class="sh_footer_rnd4"></span><span class="sh_footer_rnd3"></span><span class="sh_footer_rnd2"></span><span class="sh_footer_rnd1"></span></div>
55
+ <ul>
56
+ <li class="sh_request"><a href="//request.fc2.com/search_wish.php?ct1=0" title="FC2リクエストへ">リクエスト</a></li>
57
+ <li class="sh_kiyaku"><a href="//help.fc2.com/common/tos/ja" title="サービス利用規約へ">利用規約</a></li>
58
+ <li class="sh_shogai"><a href="http://fc2support.blog85.fc2.com/">障害情報</a></li>
59
+ <li class="sh_pagetop"><a href="javascript:scroller(0);" title="このページの先頭へ">ページトップへ</a></li>
60
+ </ul>
61
+ </div>
62
+ </div>
63
+ <div id="sh_fc2footer">
64
+ <div id="sh_fc2footermenu">
65
+ <ul>
66
+ <li><a href="//fc2.com/" title="FC2ホームへ"><img src="//static.fc2.com/share/fc2parts/image/fc2logo.png" alt="FC2ホームへ" class="fc2top" /></a></li>
67
+ <li>
68
+ <form action="//help.fc2.com/search/qa" method="get" target="_blank">
69
+ <img src="//static.fc2.com/share/fc2parts/image/sh_help_icon.gif" width="20" height="20" alt="" /><a href="//help.fc2.com/" target="_blank">FC2ヘルプ</a>
70
+ <input type="text" name="q" class="help_form_tetarea" /><input type="hidden" name="service_id" value="1" /><input type="submit" value="ヘルプ検索" />
71
+ </form>
72
+ </li>
73
+ <li><a href="//help.fc2.com/inquiry">お問い合わせ</a></li>
74
+ <li class="information"><a href="//fc2.com/company.html" rel="nofollow">会社概要</a></li>
75
+ <li><a href="//fc2.com/privacy.html" rel="nofollow">プライバシーポリシー</a></li>
76
+ <li><a href="//help.fc2.com/copyrights/tos/ja" rel="nofollow">著作権ガイドライン</a></li>
77
+ <li><a href="//fc2.com/sales.html" rel="nofollow">広告掲載</a></li>
78
+ </ul>
79
+ <p class="copyright">Copyright(c)1999 FC2, Inc. All Rights Reserved.</p>
80
+ </div><!-- /sh_fc2footermenu -->
81
+ </div><!-- /sh_fc2footer -->
82
+ </div><!-- /sh_fc2footer_fix -->
83
+ <!-- /ja版共通フッタ -->
84
+
85
+
86
+ </body>
87
+ </html>
pages/html/bb2c466041b7.html ADDED
The diff for this file is too large to render. See raw diff
 
pages/html/bb6e082d5c36.html ADDED
The diff for this file is too large to render. See raw diff
 
pages/html/c54f184efccd.html ADDED
The diff for this file is too large to render. See raw diff
 
pages/html/c771cd403c39.html ADDED
The diff for this file is too large to render. See raw diff
 
pages/html/cbddae5d4e02.html ADDED
@@ -0,0 +1,1186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!doctype html>
2
+ <html lang="zh-Hant" prefix="og:http://ogp.me/ns#" xmlns:wb="http://open.weibo.com/wb" itemscope itemtype="http://schema.org/WebSite">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <!-- ★★★以下非共用★★★ 開始 -->
6
+ <meta name="robots" content="noarchive"/>
7
+ <title>社會焦點 | 首頁新聞 | ETtoday新聞雲</title>
8
+ <link rel="canonical" href="https://www.ettoday.net/news/focus/首頁/社會焦點/"/>
9
+
10
+ <!-- 網頁社群分享meta 開始 -->
11
+ <meta property="og:url" itemprop="url" content="https://www.ettoday.net/news/focus/首頁/社會焦點/"/>
12
+ <meta property="og:title" itemprop="name" content="社會焦點 | 首頁新聞 | ETtoday新聞雲"/>
13
+ <meta property="og:image" itemprop="image" content="https://cdn2.ettoday.net/style/ettoday2017/images/push.jpg"/>
14
+ <meta property="og:image:width" content="1200"/>
15
+ <meta property="og:image:height" content="628"/>
16
+ <meta property="og:type" content="article"/>
17
+ <meta name="description" content="《ETtoday新聞雲》首頁新聞最新列表" />
18
+ <meta property="og:description" itemprop="description" content="《ETtoday新聞雲》首頁新聞最新列表"/>
19
+ <!-- 網頁社群分享meta 結束 -->
20
+ <meta name="section" content="社會焦點首頁"/>
21
+ <!-- ★★★以上非共用★★★ 結束 -->
22
+
23
+
24
+ <!-- 基本meta 開始 -->
25
+ <meta name="viewport" content="width=1280"/>
26
+ <meta name="robots" content="index,follow,noarchive"/>
27
+ <link rel="apple-touch-icon" sizes="180x180" href="//cdn2.ettoday.net/style/ettoday2017/images/touch-icon.png"/>
28
+ <link rel="shortcut icon" sizes="192x192" href="//cdn2.ettoday.net/style/ettoday2017/images/touch-icon.png"/>
29
+ <!-- 基本meta 結束 -->
30
+
31
+ <!-- ★dns-prefetch 開始★ -->
32
+ <link rel="dns-prefetch" href="//ad.ettoday.net">
33
+ <link rel="dns-prefetch" href="//ad1.ettoday.net">
34
+ <link rel="dns-prefetch" href="//ad2.ettoday.net">
35
+ <link rel="dns-prefetch" href="//cache.ettoday.net">
36
+ <link rel="dns-prefetch" href="//static.ettoday.net">
37
+ <link rel="dns-prefetch" href="//cdn1.ettoday.net">
38
+ <link rel="dns-prefetch" href="//cdn2.ettoday.net">
39
+ <!-- ★dns-prefetch 結束★ -->
40
+
41
+ <!-- 社群專用 開始 -->
42
+ <meta property="og:locale" content="zh_TW" />
43
+ <meta property="fb:app_id" content="146858218737386"/>
44
+ <meta property="og:site_name" name="application-name" content="ETtoday新聞雲"/>
45
+ <meta property="article:publisher" content="https://www.facebook.com/ETtoday"/>
46
+ <!-- 社群專用 結束 -->
47
+
48
+ <!-- CSS、JS 開始 -->
49
+ <link rel="stylesheet" type="text/css" href="https://cdn2.ettoday.net/style/ettoday2017/css/style.css">
50
+ <script src="https://www.gstatic.com/firebasejs/4.8.1/firebase.js"></script>
51
+ <script src="https://cdn2.ettoday.net/style/ettoday2017/js/all.js"></script>
52
+ <!-- CSS、JS 結束 -->
53
+
54
+ <!--DFP廣告js 開始-->
55
+ <script type="text/javascript" src="//cdn2.ettoday.net/dfp/dfp-gpt.js"></script>
56
+ <!--DFP廣告js 結束-->
57
+
58
+ <!-- Google Tag Manager 開始 -->
59
+ <!--GTM DataLayer 開始-->
60
+ <script>
61
+ dataLayer = [{
62
+ 'csscode':'',
63
+ 'page-id':'',
64
+ 'board-id':'',
65
+ 'category-id':'',
66
+ 'category-name1':'',
67
+ 'category-name2':'',
68
+ 'dept-name':'',
69
+ 'author-id':'',
70
+ 'author-name':'',
71
+ 'album-id':'',
72
+ 'album-category-id':'',
73
+ 'readtype':'PC',
74
+ 'pagetype':'',
75
+ 'et_token':'6c7d8ea3c3c072082ea4bf690a843b3f'
76
+ }];
77
+ </script>
78
+ <!--GTM DataLayer 結束-->
79
+
80
+ <!-- Comscore Identifier: comscorekw= -->
81
+
82
+ <!-- Google Tag Manager -->
83
+ <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
84
+ new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
85
+ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
86
+ 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
87
+ })(window,document,'script','dataLayer','GTM-P5XXT85');</script>
88
+ <!-- End Google Tag Manager -->
89
+
90
+ <!-- Global site tag (gtag.js) - Google Analytics 開始 -->
91
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-JQNDWD28RZ"></script>
92
+ <script>
93
+ window.dataLayer = window.dataLayer || [];
94
+ function gtag(){dataLayer.push(arguments);}
95
+ gtag('js', new Date());
96
+ </script>
97
+ <!-- Global site tag (gtag.js) - Google Analytics 結束 -->
98
+ <!-- dmp.js 開始 -->
99
+ <script>
100
+ var dmp_event_property = "ettoday";
101
+ var dmp_categoryName = "";
102
+ var dmp_category_id = "0";
103
+ var dmp_category_name = "首頁";
104
+ var dmp_et_token = "6c7d8ea3c3c072082ea4bf690a843b3f";
105
+ </script>
106
+ <script src="//cdn2.ettoday.net/jquery/dmp/list.js"></script>
107
+ <!-- dmp.js 結束 -->
108
+
109
+ </head>
110
+
111
+ <body class="focus" id="">
112
+
113
+ <!-- FB Quote 選取文字分享 開始-->
114
+ <div class="fb-quote"></div>
115
+ <!-- FB Quote 選取文字分享 結束-->
116
+
117
+ <!-- 內部流量統計碼、廣告統計碼容器 開始 -->
118
+ <div id="pcweb_pageviews"></div>
119
+ <!-- 內部流量統計碼、廣告統計碼容器 結束 -->
120
+ <!--wrapper_box 開始-->
121
+ <div class="wrapper_box">
122
+
123
+ <!--wrapper 開始-->
124
+ <div class="wrapper">
125
+
126
+
127
+
128
+ <!--轟天雷 廣告 開始-->
129
+ <div class="top-sky">
130
+ <script language="JavaScript" type="text/javascript">
131
+ var ts = Math.random();
132
+ document.write('<scr' + 'ipt language="JavaScript" type="text/javascript" src="//ad1.ettoday.net/ads.php?bid=_thunder&rr='+ ts +'"></scr' + 'ipt>');
133
+ </script>
134
+ </div>
135
+ <!--轟天雷 廣告 結束-->
136
+ <!-- 雙門簾廣告 start -->
137
+ <div class="twin-curtain">
138
+ <script language="JavaScript" type="text/javascript">
139
+ var ts = Math.random();
140
+ document.write('<scr' + 'ipt language="JavaScript" type="text/javascript" src="https://ad1.ettoday.net/ads.php?bid=_curtain&rr='+ ts +'"></scr' + 'ipt>');
141
+ </script>
142
+ </div>
143
+ <!-- 雙門簾廣告 end -->
144
+
145
+ <!--topbar_box 開始-->
146
+ <div class="topbar_box">
147
+ <!--topbar 開始-->
148
+ <div class="topbar">
149
+ <!--選單1 開始-->
150
+ <div class="menu_1">
151
+  <ul class="clearfix">
152
+
153
+ <script>
154
+ if($.cookie('check_charset')=="cn"){
155
+ document.write("<li><a href=\"javascript:void(0)\" onclick=\"location.replace('/changeCharset.php?rtype=tw&rurl=https://www.ettoday.net/news/focus/%e9%a6%96%e9%a0%81/%e7%a4%be%e6%9c%83%e7%84%a6%e9%bb%9e/');\">繁體</a></li>");
156
+ }else{
157
+ document.write("<li><a href=\"javascript:void(0)\" onclick=\"location.replace('/changeCharset.php?rtype=cn&rurl=https://www.ettoday.net/news/focus/%e9%a6%96%e9%a0%81/%e7%a4%be%e6%9c%83%e7%84%a6%e9%bb%9e/');\">简体</a></li>");
158
+ }
159
+ </script>
160
+ <li>|</li>
161
+ <li>
162
+ <a href="#" onclick="location.replace('/changeReadType.php?rtype=0&rurl=%2F%2Fwww.ettoday.net%2Fnews%2Ffocus%2F%25e9%25a6%2596%25e9%25a0%2581%2F%25e7%25a4%25be%25e6%259c%2583%25e7%2584%25a6%25e9%25bb%259e%2F');">手機版</a>
163
+ </li>
164
+ <li>|</li>
165
+ <li><a href="//www.ettoday.net/events/app/ettoday_app.php7" target="_blank">App</a></li>
166
+ <li>|</li>
167
+ <li><a href="//www.ettoday.net/events/campaign/event-list.php7" target="_blank">歷史活動</a></li>
168
+ <li>|</li>
169
+ <li><a href="//www.ettoday.net/feature/index" target="_blank">歷史專題</a></li> <li>|</li>
170
+ <li><a href="https://member.ettoday.net/" target="_blank">會員中心</a></li>
171
+ <li>|</li>
172
+ <li><a href="https://events.ettoday.net/outdoor-media/index.php7" target="_blank">家外媒體</a></li>
173
+ <li>|</li>
174
+ <li><a href="https://events.ettoday.net/adsales/index.php7" target="_blank">數位廣告刊登</a></li>
175
+ <li>|</li>
176
+ <li><a href="https://msg.ettoday.net/rd.php?id=5420" target="_blank">攝影棚租借</a></li>
177
+  </ul>
178
+ </div>
179
+ <!--選單1 結束-->
180
+
181
+ <!--選單2 開始-->
182
+ <div class="menu_2">
183
+ <ul class="clearfix">
184
+ <li><a href="https://www.facebook.com/ETtoday" class="btn fb" target="_blank" title="Facebook">FB</a></li>
185
+ <li><a href="https://www.youtube.com/user/ettoday/" class="btn yt" target="_blank" title="YouTube">YouTube</a></li>
186
+ <li><a href="//www.instagram.com/ettodaytw/" class="btn ig" target="_blank" title="Instagram">IG</a></li>
187
+ <li><a href="//www.ettoday.net/events/news-express/epaper.php" class="btn rss" target="_blank" title="RSS">RSS</a></li>
188
+ <li><a href="//weibo.com/ettodaynet" class="btn weibo" target="_blank" title="微博">weibo</a></li>
189
+ <li><a href="https://news.google.com/publications/CAAqBggKMK-yNzCn6gc?ceid=TW:zh-Hant&oc=3" class="btn google_news" target="_blank" title="Google News">Google News</a></li>
190
+ </ul>
191
+ </div>
192
+ <!--選單2 結束-->
193
+
194
+ <!--搜尋 開始-->
195
+ <div class="search">
196
+ <form action="https://www.ettoday.net/news_search/doSearch.php" method="get" name="dosearch" >
197
+ <input class="keyword" type="text" name="keywords" value="" placeholder="請輸入關鍵字" x-webkit-speech/>
198
+ <button class="go" onclick="document.forms['dosearch'].submit();">搜尋</button>
199
+ </form>
200
+ </div>
201
+ <!--搜尋 結束-->
202
+ </div>
203
+ <!--topbar 結束-->
204
+ </div>
205
+ <!--topbar_box 結束-->
206
+
207
+ <!--header_box 開始-->
208
+ <div class="header_box">
209
+ <!--header 開始-->
210
+ <div class="header">
211
+
212
+ <!--logo_ettoday 開始-->
213
+ <div class="logo_ettoday">
214
+ <script src="//cdn2.ettoday.net/style/ettoday2017/js/logo.js"></script>
215
+ </div>
216
+ <!--logo_ettoday 結束-->
217
+
218
+ <!--廣告 版頭小橫幅-左 180x50(原為250x50) 開始-->
219
+ <div class="ad250x50">
220
+ <script language="JavaScript" type="text/javascript">
221
+ var ts = Math.random();
222
+ document.write('<scr' + 'ipt language="JavaScript" type="text/javascript" src="//ad1.ettoday.net/ads.php?bid=all_header_250x50&rr='+ ts +'"></scr' + 'ipt>');
223
+ </script>
224
+ </div>
225
+ <!--廣告 版頭小橫幅-左 180x50(原為250x50) 結束-->
226
+
227
+ <!--廣告 版頭小橫幅-中 120x50 開始-->
228
+ <div class="ad120x50-1">
229
+ <script language="JavaScript" type="text/javascript">
230
+ var ts = Math.random();
231
+ document.write('<scr' + 'ipt language="JavaScript" type="text/javascript" src="//ad1.ettoday.net/ads.php?bid=panther_120x50_1&rr='+ ts +'"></scr' + 'ipt>');
232
+ </script>
233
+ </div>
234
+ <!--廣告 版頭小橫幅-中 120x50 結束-->
235
+
236
+
237
+ <!--主選單 開始-->
238
+ <div class="nav_1_v2">
239
+ <ul class="clearfix">
240
+ <li class="btn btn_1"><a href="https://www.ettoday.net/news/news-list.htm">最新</a></li>
241
+ <li class="btn btn_2"><a href="https://www.ettoday.net/news/focus/%E7%84%A6%E9%BB%9E%E6%96%B0%E8%81%9E/">焦點</a></li>
242
+ <li class="btn btn_3"><a href="https://www.ettoday.net/news/hot-news.htm">熱門</a></li>
243
+ <li class="btn btn_4"><a href="https://boba.ettoday.net/" target="_blank">播吧</a></li>
244
+ <li class="btn btn_5">
245
+ <a href="javascript:;">專題</a>
246
+ <!--下拉 開始-->
247
+ <div class="sub style_1 clearfix">
248
+ <!--box_1 開始-->
249
+ <div class="box_1">
250
+ <h3><a href="https://www.ettoday.net/feature/index" target="_blank">精彩專題</a></h3>
251
+ <a href="https://www.ettoday.net/feature/第62屆金馬獎" target="_blank">第62屆金馬獎特別報導</a>
252
+ <a href="https://www.ettoday.net/feature/2025金鐘獎" target="_blank">2025金鐘獎</a>
253
+ <a href="https://www.ettoday.net/feature/Jointly_TW" target="_blank">全台大罷免|ETtoday新聞..</a>
254
+ <a href="https://www.ettoday.net/feature/大谷翔平" target="_blank">怪物崛起!「二刀流」大谷翔平創..</a>
255
+ <a href="https://www.ettoday.net/feature/台灣米其林指南" target="_blank">台灣米其林指南</a>
256
+
257
+ <a class="more" href="https://www.ettoday.net/feature/index" target="_blank">看更多專題</a>
258
+ </div>
259
+ <!--box_1 結束-->
260
+ <!--box_2 開始-->
261
+ <div class="box_2">
262
+ <h3>熱門活動</h3>
263
+ <a href="https://www.ettoday.net/feature/EHSKZone" target="_blank">天天有好康/好吃好玩東森廣場台北車站</a>
264
+ <a href="https://www.ettoday.net/news/20240524/2743904.htm" target="_blank">搶幣大作戰!新聞雲app全新改版5重送!</a>
265
+
266
+ </div>
267
+ <!--box_2 結束-->
268
+ </div>
269
+ <!--下拉 結束-->
270
+ </li>
271
+
272
+ <li class="btn">
273
+ <a href="https://www.ettoday.net/news/focus/%E6%94%BF%E6%B2%BB/"><span>政治</span></a>
274
+ </li>
275
+ <li class="btn">
276
+ <a href="https://www.ettoday.net/news/focus/%E7%A4%BE%E6%9C%83/"><span>社會</span></a>
277
+ </li>
278
+ <li class="btn">
279
+ <a href="https://star.ettoday.net" target="_blank"><span>娛樂</span></a>
280
+ <!--下拉 開始-->
281
+ <div class="sub clearfix">
282
+ <a href="https://star.ettoday.net/star-category/%E8%8F%AF%E5%A8%9B" target="_blank">華娛</a>
283
+ <a href="https://star.ettoday.net/star-category/%E9%9F%93%E6%98%9F%E7%88%86%E7%88%86" target="_blank">韓流</a>
284
+ <a href="https://star.ettoday.net/star-category/%E9%9B%BB%E8%A6%96" target="_blank">電視</a>
285
+ <a href="https://star.ettoday.net/star-category/%E9%9F%B3%E6%A8%82" target="_blank">音樂</a>
286
+ <a href="https://movies.ettoday.net/" target="_blank">電影</a>
287
+ </div>
288
+ <!--下拉 結束-->
289
+ </li>
290
+ <li class="btn">
291
+ <a href="https://travel.ettoday.net/" target="_blank">旅遊</a>
292
+ </li>
293
+ <li class="btn">
294
+ <a href="https://www.ettoday.net/news/focus/%E7%94%9F%E6%B4%BB/"><span>生活</span></a>
295
+ <!--下拉 開始-->
296
+ <div class="sub clearfix">
297
+ <a href="https://www.ettoday.net/news/focus/%E6%B0%91%E7%94%9F%E6%B6%88%E8%B2%BB/">消費</a>
298
+ <a href="https://discovery.ettoday.net/" target="_blank">探索</a>
299
+ <a href="https://www.ettoday.net/news/focus/3C%E5%AE%B6%E9%9B%BB/">3C</a>
300
+ <a href="https://www.ettoday.net/news/focus/3C%E5%AE%B6%E9%9B%BB/%E5%AE%B6%E9%9B%BB/">家電</a>
301
+ <a href="https://www.ettoday.net/news/focus/%E7%94%9F%E6%B4%BB/%E6%B0%A3%E8%B1%A1/">氣象</a>
302
+ </div>
303
+ <!--下拉 結束-->
304
+ </li>
305
+ <li class="btn">
306
+ <a href="https://www.ettoday.net/news/focus/%E5%9C%8B%E9%9A%9B/"><span>國際</span></a>
307
+ <!--下拉 開始-->
308
+ <div class="sub clearfix">
309
+ <a href="https://www.ettoday.net/news/focus/%E6%96%B0%E8%81%9E%E9%9B%B2APP/%E7%BE%8E%E6%B4%B2%E8%A6%81%E8%81%9E/">美洲要聞</a>
310
+ <a href="https://www.ettoday.net/news/focus/%E6%96%B0%E8%81%9E%E9%9B%B2APP/%E6%9D%B1%E5%8D%97%E4%BA%9E%E8%A6%81%E8%81%9E/">東南亞要聞</a>
311
+ <a href="https://www.ettoday.net/news/focus/%E6%96%B0%E8%81%9E%E9%9B%B2APP/%E6%97%A5%E9%9F%93%E8%A6%81%E8%81%9E/">日韓要聞</a>
312
+ </div>
313
+ <!--下拉 結束-->
314
+ </li>
315
+ <li class="btn">
316
+ <a href="https://www.ettoday.net/news/focus/%E5%A4%A7%E9%99%B8/"><span>大陸</span></a>
317
+ <!--下拉 開始-->
318
+ <div class="sub clearfix">
319
+ <a href="https://www.ettoday.net/news/focus/%E8%BB%8D%E6%AD%A6/">軍武</a>
320
+ <a href="https://www.ettoday.net/news/focus/%E5%A4%A7%E9%99%B8/%E8%8F%AF%E8%81%9E%E5%BF%AB%E9%81%9E/">華聞</a>
321
+ <a href="https://www.ettoday.net/news/focus/%E5%A4%A7%E9%99%B8/%E7%89%B9%E6%B4%BE%E7%8F%BE%E5%A0%B4/">特派現場</a>
322
+ <a href="https://boba.ettoday.net/category/275" target="_blank">雲視頻</a>
323
+ </div>
324
+ <!--下拉 結束-->
325
+ </li>
326
+ <li class="btn">
327
+ <a href="https://finance.ettoday.net/"><span>財經</span></a>
328
+ <!--下拉 開始-->
329
+ <div class="sub clearfix">
330
+ <a href="https://finance.ettoday.net/focus/775" target="_blank">投資理財</a>
331
+ <a href="https://finance.ettoday.net/focus/104" target="_blank">財經最新</a>
332
+ <a href="https://finance.ettoday.net/focus/106" target="_blank">頂尖企業</a>
333
+ <a href="https://finance.ettoday.net/focus/131" target="_blank">金融保險</a>
334
+ <a href="https://finance.ettoday.net/focus/175" target="_blank">股匯行情</a>
335
+ <a href="https://www.ettoday.net/news/focus/%E7%9B%B4%E9%8A%B7/">直銷</a>
336
+ </div>
337
+ <!--下拉 結束-->
338
+ </li>
339
+ <li class="btn">
340
+ <a href="https://forum.ettoday.net/"><span>雲論</span></a>
341
+ </li>
342
+ <li class="btn">
343
+ <a href="https://health.ettoday.net/" target="_blank"><span>健康</span></a>
344
+ <!--下拉 開始-->
345
+ <div class="sub clearfix">
346
+ <a href="https://health.ettoday.net/category/%E7%96%BE%E7%97%85%E9%86%AB%E8%97%A5" target="_blank">醫藥新聞</a>
347
+ <a href="https://health.ettoday.net/category_tag/%E5%85%A9%E6%80%A7" target="_blank">兩性</a>
348
+ <a href="https://health.ettoday.net/organ" target="_blank">健康百科</a>
349
+ <a href="https://health.ettoday.net/category/%E5%81%A5%E5%BA%B7%E8%AC%9B%E5%BA%A7" target="_blank">健康講座</a>
350
+ </div>
351
+ <!--下拉 結束-->
352
+ </li>
353
+ <li class="btn">
354
+ <a href="https://ai.ettoday.net/" target="_blank"><span>AI科技</span></a>
355
+ </li>
356
+ <li class="btn">
357
+ <a href="https://sports.ettoday.net/" target="_blank"><span>體育</span></a>
358
+ <!--下拉 開始-->
359
+ <div class="sub clearfix">
360
+ <a href="https://boba.ettoday.net/category/255" target="_blank">中職直播</a>
361
+ <a href="https://sports.ettoday.net/news-list/%E6%A3%92%E7%90%83/%E4%B8%AD%E8%81%B7" target="_blank">中職</a>
362
+ <a href="https://sports.ettoday.net/sport-category/%E6%A3%92%E7%90%83" target="_blank">棒球</a>
363
+ <a href="https://sports.ettoday.net/news-list/%E6%A3%92%E7%90%83/MLB" target="_blank">MLB</a>
364
+ <a href="https://sports.ettoday.net/sport-category/%E7%B1%83%E7%90%83" target="_blank">籃球</a>
365
+ <a href="https://sports.ettoday.net/news-list/%E7%AB%B6%E6%8A%80/%E6%8A%80%E6%93%8A%E3%80%81%E7%90%83%E9%A1%9E" target="_blank">綜合</a>
366
+ <a href="https://sports.ettoday.net/sport-category/%E8%B6%B3%E7%90%83" target="_blank">足球</a>
367
+ </div>
368
+ <!--下拉 結束-->
369
+ </li>
370
+ <li class="btn">
371
+ <a href="https://fashion.ettoday.net/" target="_blank"><span>時尚</span></a>
372
+ <!--下拉 開始-->
373
+ <div class="sub clearfix">
374
+ <a href="https://fashion.ettoday.net/focus/%E5%90%8D%E4%BA%BA" target="_blank">名人</a>
375
+ <a href="https://fashion.ettoday.net/focus/%E6%99%82%E5%B0%9A" target="_blank">時尚</a>
376
+ <a href="https://fashion.ettoday.net/focus/%E5%A5%A2%E9%80%B8" target="_blank">奢逸</a>
377
+ <a href="https://fashion.ettoday.net/focus/%E6%BD%AE%E6%B5%81" target="_blank">潮流</a>
378
+ <a href="https://fashion.ettoday.net/focus/%E7%BE%8E%E9%BA%97" target="_blank">美麗</a>
379
+ <a href="https://fashion.ettoday.net/focus/%E7%94%9F%E6%B4%BB" target="_blank">生活</a>
380
+ </div>
381
+ <!--下拉 結束-->
382
+ </li>
383
+ <li class="btn">
384
+ <a href="https://house.ettoday.net/" target="_blank"><span>房產</span></a>
385
+ </li>
386
+ <li class="btn">
387
+ <a href="https://speed.ettoday.net/" target="_blank"><span>車雲</span></a>
388
+ </li>
389
+ <li class="btn">
390
+ <a href="https://pets.ettoday.net/" target="_blank"><span>寵物</span></a>
391
+ <!--下拉 開始-->
392
+ <div class="sub clearfix">
393
+ <a href="https://pets.ettoday.net/focus/%E5%AF%B5%E7%89%A9%E5%A5%BD%E8%90%8C" target="_blank">寵物好萌</a>
394
+ <a href="https://pets.ettoday.net/focus/%E5%AF%B5%E7%89%A9%E7%99%BE%E7%A7%91" target="_blank">寵物百科</a>
395
+ <a href="https://pets.ettoday.net/focus/%E5%8B%95%E7%89%A9%E7%86%B1%E6%90%9C" target="_blank">動物熱搜</a>
396
+ </div>
397
+ <!--下拉 結束-->
398
+ </li>
399
+ </ul>
400
+ </div>
401
+ <!--主選單 結束-->
402
+
403
+ <!--次選單 開始-->
404
+ <div class="nav_2">
405
+ <ul>
406
+ <li><a href="https://movies.ettoday.net/" target="_blank">看電影</a></li>
407
+ <li><a href="https://www.ettoday.net/survey/" target="_blank">民調雲</a></li>
408
+ <li><a href="https://www.ettoday.net/news/focus/%E6%B3%95%E5%BE%8B/">法律雲</a></li>
409
+ <li><a href="https://events.ettoday.net/charity/index.php" target="_blank">愛心雲</a></li>
410
+ <li><a href="https://events.ettoday.net/grace/" target="_blank">恩典雲</a></li>
411
+ <li><a href="https://www.ettoday.net/news/focus/%E4%BF%9D%E9%9A%AA/">保險雲</a></li>
412
+ <li><a href="https://game.ettoday.net" target="_blank">遊戲雲</a></li>
413
+ </ul>
414
+ </div>
415
+ <!--次選單 結束-->
416
+
417
+ </div>
418
+ <!--header 結束-->
419
+ </div>
420
+ <!--header_box 結束-->
421
+
422
+ <!--置入新聞版型_自由欄位1 開始-->
423
+ <!--置入新聞版型_自由欄位1 結束-->
424
+
425
+ <!-- 廣告 黃金文字 ad_txt_3 開始-->
426
+ <div id="ticker_3" class="ad_txt_3 clearfix">
427
+ <ul class="clearfix">
428
+
429
+ <!--黃金文字all_gold_text1 開始-->
430
+ <li id="t1">
431
+ <script language="JavaScript" type="text/javascript">
432
+ var ts = Math.random();
433
+ document.write('<scr' + 'ipt language="JavaScript" type="text/javascript" src="//ad1.ettoday.net/ads.php?bid=all_gold_text1&rr='+ ts +'"></scr' + 'ipt>');
434
+ </script>
435
+ </li>
436
+ <!--黃金文字all_gold_text1 結束-->
437
+ <!--黃金文字all_gold_text2 開始-->
438
+ <li id="t2">
439
+ <script language="JavaScript" type="text/javascript">
440
+ var ts = Math.random();
441
+ document.write('<scr' + 'ipt language="JavaScript" type="text/javascript" src="//ad1.ettoday.net/ads.php?bid=all_gold_text2&rr='+ ts +'"></scr' + 'ipt>');
442
+ </script>
443
+ </li>
444
+ <!--黃金文字all_gold_text2 結束-->
445
+ <!--黃金文字all_gold_text3 開始-->
446
+ <li id="t3">
447
+ <script language="JavaScript" type="text/javascript">
448
+ var ts = Math.random();
449
+ document.write('<scr' + 'ipt language="JavaScript" type="text/javascript" src="//ad1.ettoday.net/ads.php?bid=all_gold_text3&rr='+ ts +'"></scr' + 'ipt>');
450
+ </script>
451
+ </li>
452
+ <!--黃金文字all_gold_text3 結束-->
453
+ </ul>
454
+ </div>
455
+ <!--廣告 黃金文字 ad_txt_3 結束-->
456
+
457
+
458
+ <!--廣告 超級大橫幅 ad_970 開始-->
459
+ <div class="ad_970">
460
+ <script language="JavaScript" type="text/javascript">
461
+ var ts = Math.random();
462
+ document.write('<scr' + 'ipt language="JavaScript" type="text/javascript" src="//ad1.ettoday.net/ads.php?bid=_970x90&rr='+ ts +'"></scr' + 'ipt>');
463
+ </script>
464
+ </div>
465
+ <!--��告 超級大橫幅 ad_970 結束-->
466
+
467
+
468
+
469
+ <!--廣告 onead 果實 In-Cover & In-Page 開始-->
470
+ <div id = 'oneadICIPTag'></div>
471
+ <script type="text/javascript" src="//cdn2.ettoday.net/ad/onead/onead_ic_ip.js"></script>
472
+ <!--廣告 onead 果實 In-Cover & In-Page 結束-->
473
+
474
+
475
+
476
+ <!--container_box 開始-->
477
+ <div class="container_box">
478
+ <!--container 開始-->
479
+ <div class="container">
480
+ <!--橫列 r1 開始-->
481
+ <div class="r1 clearfix"> <!--直欄 c1 開始-->
482
+ <div class="c1">
483
+
484
+ <!--part_area_1 區 開始-->
485
+ <div class="part_area_1">
486
+ <!--part_breadcrumb_1 麵包屑 開始-->
487
+ <div class="part_breadcrumb_1">
488
+ <a href="/">ETtoday</a> <span>&gt;</span> <em>首頁</em><span>&gt;</span> <em>社會焦點</em> </div>
489
+ <!--part_breadcrumb_1 麵包屑 結束-->
490
+
491
+ <!--.part_menu_5 操作 開始-->
492
+ <!--.part_menu_5 操作 結束-->
493
+
494
+ <!--part_pictxt_7 縮圖列表 開始-->
495
+ <div class="part_pictxt_7">
496
+ <!--組 開始-->
497
+ <div class="piece">
498
+ <!--box_1 開始-->
499
+ <div class="box_1">
500
+ <a class="pic " href="https://www.ettoday.net/news/20260207/3115173.htm" title="已婚校長出差摩鐵激戰女同事 隔天傳「濕整晚!要補一下」慘了"><img src="//cdn2.ettoday.net/style/ettoday2017/images/loading_200x150.gif" data-original="//cdn2.ettoday.net/images/7981/c7981351.jpg" alt="已婚校長出差摩鐵激戰女同事 隔天傳「濕整晚!要補一下」慘了"></a>
501
+ </div>
502
+ <!--box_1 結束-->
503
+ <!--box_2 開始-->
504
+ <div class="box_2">
505
+ <h3><a href="https://www.ettoday.net/news/20260207/3115173.htm" title="已婚校長出差摩鐵激戰女同事 隔天傳「濕整晚!要補一下」慘了">已婚校長出差摩鐵激戰女同事 隔天傳「濕整晚!要補一下」慘了</a></h3>
506
+ <p class="summary">懲戒法院近日審理一起教育界風紀案件,花蓮縣一名伍姓國小前校長,因出差期間與已婚女同事發生婚外情,事後又傳送帶有性暗示的訊息給對方,被認定違反公務員謹慎義務,判處「降壹級改敘」,全案仍可上訴。
507
+
508
+ <span class="date">1小時前</span></p>
509
+ </div>
510
+ <!--box_2 結束-->
511
+ </div>
512
+ <!--組 結束-->
513
+ </div>
514
+ <!--part_pictxt_7 縮圖列表 結束-->
515
+
516
+ <!--part_list_3 文字列表 開始-->
517
+ <div class="part_list_3"> <h3><em class="number">1</em><a href="https://www.ettoday.net/news/20260207/3115148.htm" title="高雄女被載回家性侵!男傳訊喊:以為我們之間有感情 法官判無罪">高雄女被載回家性侵!男傳訊喊:以為我們之間有感情 法官判無罪</a><span class="date">2小時前</span></h3>
518
+ <h3><em class="number">2</em><a href="https://www.ettoday.net/news/20260207/3115137.htm" title="添新衣禮券被撿走!家扶姊弟心急苦等 路人阿嬤花完到案超愧疚">添新衣禮券被撿走!家扶姊弟心急苦等 路人阿嬤花完到案超愧疚</a><span class="date">3小時前</span></h3>
519
+ <h3><em class="number">3</em><i class="icon_type_video"></i><a href="https://www.ettoday.net/news/20260207/3115140.htm" title="通緝才1天就被攔!賓士男拒檢「倒退撞機車」跑了 警全面追緝">通緝才1天就被攔!賓士男拒檢「倒退撞機車」跑了 警全面追緝</a><span class="date">3小時前</span></h3>
520
+
521
+ </div>
522
+ <!--part_list_3 文字列表 結束-->
523
+ </div>
524
+ <!--.part_area_1 區 結束-->
525
+
526
+ <!--block_1 區塊 開始-->
527
+ <!--block_1 區塊 結束-->
528
+
529
+ <!--block_1 區塊 開始-->
530
+ <div class="block block_1 infinite_scroll">
531
+ <!--block_title 開始-->
532
+ <div class="block_title">
533
+ <h3><em class="icon"></em><span>社會焦點</span></h3>
534
+ </div>
535
+ <!--block_title 結束-->
536
+ <!--block_content 開始-->
537
+ <div class="block_content">
538
+
539
+ <!--part_pictxt_3 圖文列表 開始-->
540
+ <div class="part_pictxt_3 lazyload">
541
+ <div class="piece clearfix">
542
+ <a href="https://www.ettoday.net/news/20260207/3115054.htm" class="pic" title="辣妹KTV廁所遭淫男侵犯!麻吉目睹幫壓制 舔吻摸胸下場曝光"><img src="//cdn2.ettoday.net/style/ettoday2017/images/loading_200x150.gif" data-original="//cdn2.ettoday.net/images/6777/c6777002.jpg" alt="辣妹KTV廁所遭淫男侵犯!麻吉目睹幫壓制 舔吻摸胸下場曝光"/></a>
543
+ <h3><a href="https://www.ettoday.net/news/20260207/3115054.htm" title="辣妹KTV廁所遭淫男侵犯!麻吉目睹幫壓制 舔吻摸胸下���曝光">辣妹KTV廁所遭淫男侵犯!麻吉目睹幫壓制 舔吻摸胸下場曝光</a></h3>
544
+ <p class="summary">高雄一名女子小美和朋友到夜店玩,認識嚴、葉2名男子後,一群人接著到KTV續攤。嚴男見小美喝酒微醺,找藉口將她帶到公廁反鎖性侵,葉男尾隨兩人在廁門外敲門,進廁間後看著嚴男對小美上下其手,也起色心合作壓制..</p>
545
+ <span class="date">4小時前</span>
546
+ </div>
547
+ <div class="piece clearfix">
548
+ <a href="https://www.ettoday.net/news/20260207/3115082.htm" class="pic" title="毒鴛鴦租民宅分裝毒品!手提音響藏槍彈 斜槓刺青師這下慘了"><img src="//cdn2.ettoday.net/style/ettoday2017/images/loading_200x150.gif" data-original="//cdn2.ettoday.net/images/8616/c8616200.jpg" alt="毒鴛鴦租民宅分裝毒品!手提音響藏槍彈 斜槓刺青師這下慘了"/></a>
549
+ <h3><i class="icon_type_video"></i><a href="https://www.ettoday.net/news/20260207/3115082.htm" title="毒鴛鴦租民宅分裝毒品!手提音響藏槍彈 斜槓刺青師這下慘了">毒鴛鴦租民宅分裝毒品!手提音響藏槍彈 斜槓刺青師這下慘了</a></h3>
550
+ <p class="summary">新北市政府警察局海山分局,日前接獲情資指出,板橋區陽明街一處民宅,不僅出入分子複雜,並且為喪屍煙彈分裝場;警方隨即蒐證調查,發現屋內犯嫌藏有槍械,隨即申請搜索票,並於昨天(6日)會同霹靂小組前往攻堅,..</p>
551
+ <span class="date">4小時前</span>
552
+ </div>
553
+ <div class="piece clearfix">
554
+ <a href="https://www.ettoday.net/news/20260207/3115056.htm" class="pic" title="人妻激戰車友被偷拍「全家族收到性愛片」 科技總監夫怒告"><img src="//cdn2.ettoday.net/style/ettoday2017/images/loading_200x150.gif" data-original="//cdn2.ettoday.net/images/5949/c5949501.jpg" alt="人妻激戰車友被偷拍「全家族收到性愛片」 科技總監夫怒告"/></a>
555
+ <h3><a href="https://www.ettoday.net/news/20260207/3115056.htm" title="人妻激戰車友被偷拍「全家族收到性愛片」 科技總監夫怒告">人妻激戰車友被偷拍「全家族收到性愛片」 科技總監夫怒告</a></h3>
556
+ <p class="summary">台北一名科技公司總監夫人小薇(化名)在網路結交小王,2人透過車友聚會越走越近,進而交往並激戰多次,期間小薇甚至因而懷孕。直到兩人因姦情曝光分手後,小王竟將交往時偷拍的性愛片傳給小薇丈夫、父母等眾親友,..</p>
557
+ <span class="date">4小時前</span>
558
+ </div>
559
+ <div class="piece clearfix">
560
+ <a href="https://www.ettoday.net/news/20260207/3115072.htm" class="pic" title="阿里山公路哈士奇「頭伸車外」吹風!超CHILL畫面曝 可罰1萬8"><img src="//cdn2.ettoday.net/style/ettoday2017/images/loading_200x150.gif" data-original="//cdn2.ettoday.net/images/8616/c8616169.jpg" alt="阿里山公路哈士奇「頭伸車外」吹風!超CHILL畫面曝 可罰1萬8"/></a>
561
+ <h3><i class="icon_type_video"></i><a href="https://www.ettoday.net/news/20260207/3115072.htm" title="阿里山公路哈士奇「頭伸車外」吹風!超CHILL畫面曝 可罰1萬8">阿里山公路哈士奇「頭伸車外」吹風!超CHILL畫面曝 可罰1萬8</a></h3>
562
+ <p class="summary">民眾在嘉義阿里山公路直擊,一輛行駛中的休旅車內,一隻哈士奇坐在後座,將整顆頭伸出車窗外享受「山風」,只見牠被風吹得嘴邊肉瘋狂抖動,神情相當 Chill,畫面十分逗趣,但警方強調,此舉已違反《道路交通管..</p>
563
+ <span class="date">4小時前</span>
564
+ </div>
565
+ <div class="piece clearfix">
566
+ <a href="https://www.ettoday.net/news/20260207/3115059.htm" class="pic" title="惡劣畫面曝!男「酒駕又毒駕」撞死騎士落跑 7hr後酒測還超標"><img src="//cdn2.ettoday.net/style/ettoday2017/images/loading_200x150.gif" data-original="//cdn2.ettoday.net/images/8616/c8616147.jpg" alt="惡劣畫面曝!男「酒駕又毒駕」撞死騎士落跑 7hr後酒測還超標"/></a>
567
+ <h3><i class="icon_type_video"></i><a href="https://www.ettoday.net/news/20260207/3115059.htm" title="惡劣畫面曝!男「酒駕又毒駕」撞死騎士落跑 7hr後酒測還超標">惡劣畫面曝!男「酒駕又毒駕」撞死騎士落跑 7hr後酒測還超標</a></h3>
568
+ <p class="summary">嘉義縣中埔鄉今(7)日清晨發生一起死亡車禍,78歲吳姓老翁騎乘機車行經市區道路時,遭後方汽車猛烈追撞,當場重傷送醫不治,但肇事駕駛卻未停車查看便逃離現場,事發後又有另一名騎士疑因閃避不及,撞上倒地機車..</p>
569
+ <span class="date">5小時前</span>
570
+ </div>
571
+ <div class="piece clearfix">
572
+ <a href="https://www.ettoday.net/news/20260207/3115068.htm" class="pic" title="快訊/台中太原路驚傳墜樓 婦倒臥地面當場死亡"><img src="//cdn2.ettoday.net/style/ettoday2017/images/loading_200x150.gif" data-original="//cdn2.ettoday.net/images/8616/c8616164.jpg" alt="快訊/台中太原路驚傳墜樓 婦倒臥地面當場死亡"/></a>
573
+ <h3><a href="https://www.ettoday.net/news/20260207/3115068.htm" title="快訊/台中太原路驚傳墜樓 婦倒臥地面當場死亡">快訊/台中太原路驚傳墜樓 婦倒臥地面當場死亡</a></h3>
574
+ <p class="summary">台中市北區太原路今(7)日下午驚傳墜樓意外。消防局於下午接近2點30分接獲通報,指出該處發生有人自高處墜落事件,隨即派遣人車前往搶救。救護人員趕抵現場後,發現一名約60歲的婦人倒臥地面,已無生命跡象,..</p>
575
+ <span class="date">5小時前</span>
576
+ </div>
577
+ <div class="piece clearfix">
578
+ <a href="https://www.ettoday.net/news/20260207/3115047.htm" class="pic" title="少年20槍掃射茶行畫面曝光 犯案超冷靜「拍槍身排除故障」繼續轟"><img src="//cdn2.ettoday.net/style/ettoday2017/images/loading_200x150.gif" data-original="//cdn2.ettoday.net/images/8616/c8616154.png" alt="少年20槍掃射茶行畫面曝光 犯案超冷靜「拍槍身排除故障」繼續轟"/></a>
579
+ <h3><i class="icon_type_video"></i><a href="https://www.ettoday.net/news/20260207/3115047.htm" title="少年20槍掃射茶行畫面曝光 犯案超冷靜「拍槍身排除故障」繼續轟">少年20槍掃射茶行畫面曝光 犯案超冷靜「拍槍身排除故障」繼續轟</a></h3>
580
+ <p class="summary">台中市17歲少年5日前往太平茶行,持槍狂轟20多槍,造成建築遍佈清晰彈痕,今天(7日)案發影片曝光,能夠看到少年在1分鐘之內朝茶行大門瘋狂掃射,期間一度有騎士經過,聽見驚人槍響立刻加速遠離,而長槍一度..</p>
581
+ <span class="date">5小時前</span>
582
+ </div>
583
+ <div class="piece clearfix">
584
+ <a href="https://www.ettoday.net/news/20260207/3115048.htm" class="pic" title="78歲阿公跌落八堡圳!消防急關匣門救人 半小時拉起仍不治"><img src="//cdn2.ettoday.net/style/ettoday2017/images/loading_200x150.gif" data-original="//cdn2.ettoday.net/images/8616/c8616125.jpg" alt="78歲阿公跌落八堡圳!消防急關匣門救人 半小時拉起仍不治"/></a>
585
+ <h3><a href="https://www.ettoday.net/news/20260207/3115048.htm" title="78歲阿公跌落八堡圳!消防急關匣門救人 半小時拉起仍不治">78歲阿公跌落八堡圳!消防急關匣門救人 半小時拉起仍不治</a></h3>
586
+ <p class="summary">二水鄉今(7)日上午發生一起溺水意外。一名年約78歲的長者,被民眾發現在於三義巷旁的「八堡圳」灌溉渠道載浮載沉。警消獲報後緊急出動大批人員及器材趕往救援,約半小時後將他救起,但已無呼吸心跳,經現場急救..</p>
587
+ <span class="date">5小時前</span>
588
+ </div>
589
+ <div class="piece clearfix">
590
+ <a href="https://www.ettoday.net/news/20260207/3115040.htm" class="pic" title="快訊/國1南下五甲系統3車追撞!3人送醫 後方塞爆變停車場"><img src="//cdn2.ettoday.net/style/ettoday2017/images/loading_200x150.gif" data-original="//cdn2.ettoday.net/images/8616/c8616087.jpg" alt="快訊/國1南下五甲系統3車追撞!3人送醫 後方塞爆變停車場"/></a>
591
+ <h3><a href="https://www.ettoday.net/news/20260207/3115040.htm" title="快訊/國1南下五甲系統3車追撞!3人送醫 後方塞爆變停車場">快訊/國1南下五甲系統3車追撞!3人送醫 後方塞爆變停車場</a></h3>
592
+ <p class="summary">國道1號南下370.4km五甲系統路段今(7日)發生3車追撞車禍!初步了解,事故為1 輛大貨車與2輛自小客車相撞, 其中大貨車與一輛自小客車卡在匝道入口處,另一輛事故車則停在內側車道,造成後方大塞車,..</p>
593
+ <span class="date">5小時前</span>
594
+ </div>
595
+ <div class="piece clearfix">
596
+ <a href="https://www.ettoday.net/news/20260207/3115039.htm" class="pic" title="載黑絲妹子糗大了!台2線金毛男毒駕又無照 拒檢遭狼狽拖下車"><img src="//cdn2.ettoday.net/style/ettoday2017/images/loading_200x150.gif" data-original="//cdn2.ettoday.net/images/8616/c8616091.jpg" alt="載黑絲妹子糗大了!台2線金毛男毒駕又無照 拒檢遭狼狽拖下車"/></a>
597
+ <h3><i class="icon_type_video"></i><a href="https://www.ettoday.net/news/20260207/3115039.htm" title="載黑絲妹子糗大了!台2線金毛男毒駕又無照 拒檢遭狼狽拖下車">載黑絲妹子糗大了!台2線金毛男毒駕又無照 拒檢遭狼狽拖下車</a></h3>
598
+ <p class="summary">新北市石門區台2線29.2公里處5日晚��9時30分,一名陸姓男子(43歲)駕車搭載游姓女子(32歲),遇到警察攔檢卻拒檢,直到員警強行將陸男拖出,這才抓到其車內有安非他命4包及依託咪酯4顆,游女身上也..</p>
599
+ <span class="date">6小時前</span>
600
+ </div>
601
+ <div class="piece clearfix">
602
+ <a href="https://www.ettoday.net/news/20260207/3115018.htm" class="pic" title="超商前「老鷹抓小雞」鹿港警暗夜百米狂奔 逮失聯4年移工"><img src="//cdn2.ettoday.net/style/ettoday2017/images/loading_200x150.gif" data-original="//cdn2.ettoday.net/images/8616/c8616042.jpg" alt="超商前「老鷹抓小雞」鹿港警暗夜百米狂奔 逮失聯4年移工"/></a>
603
+ <h3><i class="icon_type_video"></i><a href="https://www.ettoday.net/news/20260207/3115018.htm" title="超商前「老鷹抓小雞」鹿港警暗夜百米狂奔 逮失聯4年移工">超商前「老鷹抓小雞」鹿港警暗夜百米狂奔 逮失聯4年移工</a></h3>
604
+ <p class="summary">彰化縣鹿港警分局草港派出所員警,昨(6日)晚執行巡邏勤務時,於一間超商前鎖定一輛形跡可疑車輛,正欲上前盤查時,駕駛心虛下車拔腿狂奔,警方立即追捕,上演一場短距離的「老鷹抓小雞」戲碼,最終在追逐近百公尺..</p>
605
+ <span class="date">6小時前</span>
606
+ </div>
607
+ <div class="piece clearfix">
608
+ <a href="https://www.ettoday.net/news/20260207/3115029.htm" class="pic" title="國3長治路段聯結車翻覆「砂石噴滿地」 側翻躺路中狂塞3小時"><img src="//cdn2.ettoday.net/style/ettoday2017/images/loading_200x150.gif" data-original="//cdn2.ettoday.net/images/8616/c8616051.jpg" alt="國3長治路段聯結車翻覆「砂石噴滿地」 側翻躺路中狂塞3小時"/></a>
609
+ <h3><a href="https://www.ettoday.net/news/20260207/3115029.htm" title="國3長治路段聯結車翻覆「砂石噴滿地」 側翻躺路中狂塞3小時">國3長治路段聯結車翻覆「砂石噴滿地」 側翻躺路中狂塞3小時</a></h3>
610
+ <p class="summary">蘇姓男子駕駛砂石車7日上午行經國道3號北向402.4公里外側車道時,疑因操作不當導致車輛翻覆,占用全線車道並撒落砂石,事故造成駕駛輕傷送醫。清理作業至12時42分完成,交通恢復正常。警方呼籲駕駛注意前..</p>
611
+ <span class="date">6小時前</span>
612
+ </div>
613
+ <div class="piece clearfix">
614
+ <a href="https://www.ettoday.net/news/20260207/3115019.htm" class="pic" title="苗栗勇警遭市場惡匪持刀砍殺「頭中2刀」 恢復順利轉一般病房"><img src="//cdn2.ettoday.net/style/ettoday2017/images/loading_200x150.gif" data-original="//cdn2.ettoday.net/images/8616/c8616035.jpg" alt="苗栗勇警遭市場惡匪持刀砍殺「頭中2刀」 恢復順利轉一般病房"/></a>
615
+ <h3><a href="https://www.ettoday.net/news/20260207/3115019.htm" title="苗栗勇警遭市場惡匪持刀砍殺「頭中2刀」 恢復順利轉一般病房">苗栗勇警遭市場惡匪持刀砍殺「頭中2刀」 恢復順利轉一般病房</a></h3>
616
+ <p class="summary">苗栗市南苗市場4日發生驚悚持刀砍警案,40歲鍾姓男子持折疊刀在市場內揚言殺人,遭警方制止時情緒失控,持刀猛砍員警頭部,造成33歲朱姓警員重傷、當場血流滿面,緊急送醫後入住加護病房觀察。昨(6)日下午傳..</p>
617
+ <span class="date">6小時前</span>
618
+ </div>
619
+ <div class="piece clearfix">
620
+ <a href="https://www.ettoday.net/news/20260207/3114974.htm" class="pic" title="外役監脫逃4年還砍仇家!要犯康育豪中國入境被逮 送回監獄服刑"><img src="//cdn2.ettoday.net/style/ettoday2017/images/loading_200x150.gif" data-original="//cdn2.ettoday.net/images/8615/c8615984.jpg" alt="外役監脫逃4年還砍仇家!要犯康育豪中國入境被逮 送回監獄服刑"/></a>
621
+ <h3><a href="https://www.ettoday.net/news/20260207/3114974.htm" title="外役監脫逃4年還砍仇家!要犯康育豪中國入境被逮 送回監獄服刑">外役監脫逃4年還砍仇家!要犯康育豪中國入境被逮 送回監獄服刑</a></h3>
622
+ <p class="summary">29歲的通緝犯康育豪,原本在花蓮外役監服刑,2022年3月21日他申請回宜蘭探視親屬,卻「逾假未歸」,經通報後被警方通緝。康育豪逃匿4年,期間又犯下砍人重案,日前從中國搭機返台時,於桃園機場被警方逮捕..</p>
623
+ <span class="date">6小時前</span>
624
+ </div>
625
+ <div class="piece clearfix">
626
+ <a href="https://www.ettoday.net/news/20260207/3114992.htm" class="pic" title="男帶毒品被抓豬隊友開直播笑他 下一秒也被「浩克警」逮捕"><img src="//cdn2.ettoday.net/style/ettoday2017/images/loading_200x150.gif" data-original="//cdn2.ettoday.net/images/8616/c8616011.jpg" alt="男帶毒品被抓豬隊友開直播笑他 下一秒也被「浩克警」逮捕"/></a>
627
+ <h3><i class="icon_type_video"></i><a href="https://www.ettoday.net/news/20260207/3114992.htm" title="男帶毒品被抓豬隊友開直播笑他 下一秒也被「浩克警」逮捕">男帶毒品被抓豬隊友開直播笑他 下一秒也被「浩克警」逮捕</a></h3>
628
+ <p class="summary">新北市中和區一名男子,日前與友人騎車到派出所領取法院文書時,因涉嫌妨害自由案,遭警方持拘票帶回派出所後,經確認身分當場遭練健身、有粗大「浩克臂」的警員上銬逮捕,附帶搜索時又在他身上搜出喪屍煙彈,結果同..</p>
629
+ <span class="date">7小時前</span>
630
+ </div>
631
+ <div class="piece clearfix">
632
+ <a href="https://www.ettoday.net/news/20260207/3114966.htm" class="pic" title="國道3號飆速167公里硬拗拒罰 法院打臉:確實超速處分無誤"><img src="//cdn2.ettoday.net/style/ettoday2017/images/loading_200x150.gif" data-original="//cdn2.ettoday.net/images/8615/c8615971.jpg" alt="國道3號飆速167公里硬拗拒罰 法院打臉:確實超速處分無誤"/></a>
633
+ <h3><a href="https://www.ettoday.net/news/20260207/3114966.htm" title="國道3號飆速167公里硬拗拒罰 法院打臉:確實超速處分無誤">國道3號飆速167公里硬拗拒罰 法院打臉:確實超速處分無誤</a></h3>
634
+ <p class="summary">鄭姓駕駛於國道3號南向路段以時速167公里高速行駛,遭警方測速舉發並裁罰,鄭男及車主不服,認為測速取締標誌設置不合法,提起行政訴訟。法院審理後認定,測速儀器檢定合格,取締標誌距離及尺寸均符合法規,駕駛..</p>
635
+ <span class="date">8小時前</span>
636
+ </div>
637
+ <div class="piece clearfix">
638
+ <a href="https://www.ettoday.net/news/20260207/3114978.htm" class="pic" title="廚師超斜槓!經營時尚會館搞色情摸龍筋 判刑還被勒令歇業"><img src="//cdn2.ettoday.net/style/ettoday2017/images/loading_200x150.gif" data-original="//cdn2.ettoday.net/images/6465/c6465477.jpg" alt="廚師超斜槓!經營時尚會館搞色情摸龍筋 判刑還被勒令歇業"/></a>
639
+ <h3><a href="https://www.ettoday.net/news/20260207/3114978.htm" title="廚師超斜槓!經營時尚會館搞色情摸龍筋 判刑還被勒令歇業">廚師超斜槓!經營時尚會館搞色情摸龍筋 判刑還被勒令歇業</a></h3>
640
+ <p class="summary">彰化縣一家「時尚會館」因涉嫌媒介、容留女子與男客進行「半套」性交易,並從中抽成牟利,經警方查獲後,負責人遭判有期徒刑2月,近日再被依《社會秩序維護法》裁定該會館勒令歇業。</p>
641
+ <span class="date">8小時前</span>
642
+ </div>
643
+ <div class="piece clearfix">
644
+ <a href="https://www.ettoday.net/news/20260207/3114976.htm" class="pic" title="「以為被瞪」催油門巴頭揮鐵槌攔人 木工路怒症發作這下慘了"><img src="//cdn2.ettoday.net/style/ettoday2017/images/loading_200x150.gif" data-original="//cdn2.ettoday.net/images/8615/c8615989.jpg" alt="「以為被瞪」催油門巴頭揮鐵槌攔人 木工路怒症發作這下慘了"/></a>
645
+ <h3><a href="https://www.ettoday.net/news/20260207/3114976.htm" title="「以為被瞪」催油門巴頭揮鐵槌攔人 木工路怒症發作這下慘了">「以為被瞪」催油門巴頭揮鐵槌攔人 木工路怒症發作這下慘了</a></h3>
646
+ <p class="summary">新北市新莊區昨天(6日)一名機車騎士,騎車經過中正路時,突然遭一名男子騎車靠近,伸手拍打安全帽,又示意靠邊停車理論,甚至拿出鐵槌企圖攻擊;嚇得騎士連忙加速離開現場,同時報案處理。警方循線,追查到該名犯..</p>
647
+ <span class="date">8小時前</span>
648
+ </div>
649
+ <div class="piece clearfix">
650
+ <a href="https://www.ettoday.net/news/20260207/3114972.htm" class="pic" title="台9線自小客撞護欄!墜20米山谷駕駛受困 超驚悚彈飛畫面曝光"><img src="//cdn2.ettoday.net/style/ettoday2017/images/loading_200x150.gif" data-original="//cdn2.ettoday.net/images/8615/c8615980.jpg" alt="台9線自小客撞護欄!墜20米山谷駕駛受困 超驚悚彈飛畫面曝光"/></a>
651
+ <h3><i class="icon_type_video"></i><a href="https://www.ettoday.net/news/20260207/3114972.htm" title="台9線自小客撞護欄!墜20米山谷駕駛受困 超驚悚彈飛畫面曝光">台9線自小客撞護欄!墜20米山谷駕駛受困 超驚悚彈飛畫面曝光</a></h3>
652
+ <p class="summary">台東縣太麻里鄉台9線394公里處今(7)日上午9時許發生一起驚險車禍,一輛白色轎車行經該路段時不明原因失控,先撞上路旁指示牌,再衝撞橋墩後整輛車彈飛2公尺高後,再翻落約20公尺深的山谷,駕駛受困谷底動..</p>
653
+ <span class="date">8小時前</span>
654
+ </div>
655
+ <div class="piece clearfix">
656
+ <a href="https://www.ettoday.net/news/20260207/3114969.htm" class="pic" title="純情兵遇愛情陷阱被騙7萬 嬌喘誘拍自慰片「老婆」竟是男的"><img src="//cdn2.ettoday.net/style/ettoday2017/images/loading_200x150.gif" data-original="//cdn2.ettoday.net/images/8390/c8390721.jpg" alt="純情兵遇愛情陷阱被騙7萬 嬌喘誘拍自慰片「老婆」竟是男的"/></a>
657
+ <h3><a href="https://www.ettoday.net/news/20260207/3114969.htm" title="純情兵遇愛情陷阱被騙7萬 嬌喘誘拍自慰片「老婆」竟是男的">純情兵遇愛情陷阱被騙7萬 嬌喘誘拍自慰片「老婆」竟是男的</a></h3>
658
+ <p class="summary">高雄一名服義務役的小志(化名)在交友軟體遇上聲音甜美的「阿茹」,兩人隔空打得火熱,小志不僅慷慨解囊,還獻上「DIY自慰片」傳情,沒想到,「阿如」竟是壯漢假扮,還夥同女室友勒索,放話要將影片寄給國防部,..</p>
659
+ <span class="date">8小時前</span>
660
+ </div>
661
+
662
+ <!--loading 開始 -->
663
+ <div class="loading"></div>
664
+ <!--loading 結束 -->
665
+
666
+ <!--無限滾動相關模組 開始-->
667
+
668
+ <script>
669
+ (function (){
670
+
671
+ var iPieceH;
672
+ var iPieceOffsetTop;
673
+ var iPieceOffsetBottom;
674
+
675
+ var iWinH;
676
+ var iWinScorllTop;
677
+
678
+ var iPointA
679
+
680
+ var x = 1;
681
+
682
+
683
+ function fnBottom(){
684
+ iPieceH = $(".c1").innerHeight();
685
+ iPieceOffsetTop = $(".c1").offset().top;
686
+ iPieceOffsetBottom = iPieceOffsetTop + iPieceH;
687
+ iWinH = $(window).innerHeight();
688
+ iWinScorllTop = $(this).scrollTop();
689
+ iPointA= iPieceOffsetBottom - iWinH -500;
690
+ //x = $(".c1 .add").length
691
+ if(x <= 20 && iWinScorllTop > iPointA){
692
+ //$(".info_0").append("到底--");
693
+ $(window).off("scroll", fnBottom);
694
+ fnAjax();
695
+
696
+ }
697
+
698
+ };
699
+
700
+ function fnAjax(){
701
+ //$(".c1 .loading").show();
702
+ //$(".infinite_scroll .part_list_2").append("<div class='add'><img src='images/003.jpg'></div>"); //仿ajax
703
+ //$(window).on("scroll", fnBottom);
704
+
705
+ $(".c1 .loading").show();//顯示轉圈圈
706
+ $.post( "//www.ettoday.net/show_roll.php", {
707
+ offset: x,
708
+ tPage: "2",
709
+ tFile: "584.json",
710
+ tOt: "0",
711
+ tSi: "24",
712
+ tAr: "0"
713
+ })
714
+ .done(function( data ) {
715
+
716
+ setTimeout(function(){
717
+ if(data!='null'){
718
+ //console.log('data ok x:'+x);
719
+ $(".infinite_scroll .part_pictxt_3").append(data); //加入取得的資料
720
+ $(".infinite_scroll .part_pictxt_3.lazyload img").lazyload();
721
+ $(window).on("scroll", fnBottom);
722
+ }else{
723
+ x=10;
724
+ //console.log('data null x:'+x);
725
+ }
726
+
727
+ //console.log('data final x:'+x);
728
+ $(".c1 .loading").hide();//關閉轉圈圈
729
+ }, 50);
730
+ x++;
731
+ });
732
+
733
+ //console.log('data ++ x:'+x);
734
+ };
735
+
736
+ //初始
737
+ $(window).on("scroll", fnBottom);
738
+ //fnAjax();//onload 先載入一次
739
+ })();
740
+ </script>
741
+
742
+
743
+ </div>
744
+ <!--part_pictxt_3 圖文列表 結束-->
745
+
746
+ </div>
747
+ <!--block_content 結束-->
748
+ </div>
749
+ <!--block_1 區塊 結束-->
750
+
751
+
752
+
753
+ </div>
754
+ <!--直欄 c1 結束-->
755
+
756
+ <!--直欄 c2 開始-->
757
+ <div class="c2">
758
+ <!--c2 inner 開始-->
759
+ <div class="inner">
760
+
761
+ <!-- PC_全網_超級快閃廣告 start -->
762
+ <div id="all_crazygif" class="crazygif">
763
+ <script type="text/javascript">
764
+ (function(){
765
+ var ts = Math.random();
766
+ document.write('<scr' + 'ipt type="text/javascript" src="https://ad2.ettoday.net/ads.php?bid=all_crazygif&rr='+ ts +'"></scr' + 'ipt>');
767
+ })()
768
+ </script>
769
+ </div>
770
+ <!-- PC_全網_超級快閃廣告 end -->
771
+
772
+ <!--廣告 內頁_巨幅(上) 開始-->
773
+ <div id="_300x250_top" class="ad_300 ad_300x250_top">
774
+ <script type="text/javascript">
775
+ var ts = Math.random();
776
+ document.write('<scr' + 'ipt type="text/javascript" src="https://ad2.ettoday.net/ads.php?bid=_300x250_top&rr=' + ts + '"></scr' + 'ipt>');
777
+ </script>
778
+ </div>
779
+ <!--廣告 內頁_巨幅(上) 開始-->
780
+
781
+ <!--廣告 全網_巨幅 all_300x250 開始-->
782
+ <div id="all_300x250" class="ad_300">
783
+ <script type="text/javascript">
784
+ var ts = Math.random();
785
+ document.write('<scr' + 'ipt type="text/javascript" src="https://ad2.ettoday.net/ads.php?bid=all_300x250&rr=' + ts + '"></scr' + 'ipt>');
786
+ </script>
787
+ </div>
788
+ <!--廣告 全網_巨幅 all_300x250 結束-->
789
+
790
+ <!--block_1 區塊 開始-->
791
+ <!--熱門新聞 開始-->
792
+ <div class="block block_1">
793
+ <!--block_title 開始-->
794
+ <div class="block_title">
795
+ <h3><em class="icon"></em>熱門新聞</h3>
796
+ </div>
797
+ <!--block_title 結束-->
798
+ <!--block_content 開始-->
799
+ <div class="block_content">
800
+
801
+ <!--part_list_5 文字列表 開始-->
802
+ <div class="part_list_5 sidebar-hot-news clearfix">
803
+ <h3><a href="https://finance.ettoday.net/news/3114824" title="黃仁勳再救全村! 一句話讓美股道瓊噴破5萬點">黃仁勳再救全村! 一句話讓美股道瓊噴破5萬點</a></h3>
804
+ <h3><a href="https://health.ettoday.net/news/3114259" title="肚痛「一剖腸子已全爛」!急診醫嘆:他隔天就病逝了">肚痛「一剖腸子已全爛」!急診醫嘆:他隔天就病逝了</a></h3>
805
+ <h3><a href="https://www.ettoday.net/news/20260207/3114855.htm" title="HBL爆「情侶看台埋胸」激戰 15秒片瘋傳">HBL爆「情侶看台埋胸」激戰 15秒片瘋傳</a></h3>
806
+ <h3><a href="https://www.ettoday.net/news/20260207/3114864.htm" title="「全台最難訂Buffet」他訂到了!4字口訣曝">「全台最難訂Buffet」他訂到了!4字口訣曝</a></h3>
807
+ <h3><a href="https://star.ettoday.net/news/3114774" title="李千娜喊「沒那麼嚴重」遭轟冷血"><i class="icon_type_video"></i>李千娜喊「沒那麼嚴重」遭轟冷血</a></h3>
808
+ <!--側欄-熱門新聞-文字廣告(1) 開始-->
809
+ <h3>
810
+ <script language="JavaScript" type="text/javascript">
811
+ <!-- <![CDATA[
812
+ var ts = Math.random();
813
+ document.write('<scr' + 'ipt language="JavaScript" type="text/javascript" src="//ad2.ettoday.net/ads.php?bid=all_news_text5&rr='+ ts +'"></scr' + 'ipt>');
814
+ // ]]> -->
815
+ </script>
816
+ </h3>
817
+ <!--側欄-熱門新聞-文字廣告(1) 結束-->
818
+ <h3><a href="https://www.ettoday.net/news/20260207/3114903.htm" title="《世紀血案》爭議 台大名醫公開抵制"><i class="icon_type_video"></i>《世紀血案》爭議 台大名醫公開抵制</a></h3>
819
+ <h3><a href="https://star.ettoday.net/news/3115015" title="快訊/李千娜《世紀血案》認錯致歉!"><i class="icon_type_video"></i>快訊/李千娜《世紀血案》認錯致歉!</a></h3>
820
+ <h3><a href="https://www.ettoday.net/news/20260207/3114865.htm" title="網路名店「驊哥電腦」驚傳倒閉 員工全資遣欠款千萬">網路名店「驊哥電腦」驚傳倒閉 員工全資遣欠款千萬</a></h3>
821
+ <h3><a href="https://star.ettoday.net/news/3114977" title="快訊/《世紀血案》楊小黎千字文道歉!">快訊/《世紀血案》楊小黎千字文道歉!</a></h3>
822
+ <h3><a href="https://star.ettoday.net/news/3115009" title="快訊/簡嫚書致歉還原接演《世紀血案》過程"><i class="icon_type_video"></i>快訊/簡嫚書致歉還原接演《世紀血案》過程</a></h3>
823
+ <!--側欄-熱門新聞-文字廣告(2) 開始-->
824
+ <h3>
825
+ <script language="JavaScript" type="text/javascript">
826
+ <!-- <![CDATA[
827
+ var ts = Math.random();
828
+ document.write('<scr' + 'ipt language="JavaScript" type="text/javascript" src="//ad2.ettoday.net/ads.php?bid=all_news_text6&rr='+ ts +'"></scr' + 'ipt>');
829
+ // ]]> -->
830
+ </script>
831
+ </h3>
832
+ <!--側欄-熱門新聞-文字廣告(2) 結束-->
833
+ <h3><a href="https://house.ettoday.net/news/3112492" title="「石化寒冬」來了?大廠裁員剩60人 在地:房市能撐嗎">「石化寒冬」來了?大廠裁員剩60人 在地:房市能撐嗎</a></h3>
834
+ <h3><a href="https://www.ettoday.net/news/20260207/3114881.htm" title="老天爺最疼「3生肖」福氣爆棚!第一名貴人自動上門">老天爺最疼「3生肖」福氣爆棚!第一名貴人自動上門</a></h3>
835
+ <h3><a href="https://www.ettoday.net/news/20260207/3115137.htm" title="家扶姊弟添新衣禮券被撿走! 路人嬤花完到案超愧疚">家扶姊弟添新衣禮券被撿走! 路人嬤花完到案超愧疚</a></h3>
836
+ <h3><a href="https://www.ettoday.net/news/20260207/3114900.htm" title="人瑞娶看護閃婚!律師曝唯一解法">人瑞娶看護閃婚!律師曝唯一解法</a></h3>
837
+ <h3><a href="https://www.ettoday.net/news/20260206/3114753.htm" title="警替女免罰單 事後一起進房5小時">警替女免罰單 事後一起進房5小時</a></h3>
838
+ <!--側欄-熱門新聞-文字廣告(3) 開始-->
839
+ <h3>
840
+ <script language="JavaScript" type="text/javascript">
841
+ <!-- <![CDATA[
842
+ var ts = Math.random();
843
+ document.write('<scr' + 'ipt language="JavaScript" type="text/javascript" src="//ad2.ettoday.net/ads.php?bid=all_news_text7&rr='+ ts +'"></scr' + 'ipt>');
844
+ // ]]> -->
845
+ </script>
846
+ </h3>
847
+ <!--側欄-熱門新聞-文字廣告(3) 結束-->
848
+ </div>
849
+ <!--part_list_5 文字列表 結束-->
850
+
851
+ <!--more_box 開始-->
852
+ <div class="more_box clearfix">
853
+ <a class="btn_more right" href="/news/hot-news.htm" >更多<i class="icon_arrow"></i></a>
854
+ </div>
855
+ <!--more_box 結束-->
856
+
857
+ </div>
858
+ <!--block_content 結束-->
859
+ </div>
860
+ <!--熱門新聞 結束-->
861
+ <!--block_1 區塊 結束-->
862
+
863
+
864
+ <!--廣告 全網_大型摩天 all_300x600_2 開始-->
865
+ <div id="all_300x600_2" class="ad_300">
866
+ <script type="text/javascript">
867
+ var ts = Math.random();
868
+ document.write('<scr' + 'ipt type="text/javascript" src="https://ad2.ettoday.net/ads.php?bid=all_300x600_2&rr=' + ts + '"></scr' + 'ipt>');
869
+ </script>
870
+ </div>
871
+ <!--廣告 全網_大型摩天 all_300x600_2 結束-->
872
+
873
+ <!--block_1 區塊 boba 熱門影音 開始-->
874
+ <div class="block block_1 hot_video">
875
+ <!--block_title 開始-->
876
+ <div class="block_title">
877
+ <h3><em class="icon"></em>最夯影音</h3>
878
+ <a href="//boba.ettoday.net/" class="btn_more">更多<i class="icon_arrow"></i></a>
879
+ </div>
880
+ <!--block_title 結束-->
881
+ <!--block_content 開始-->
882
+ <div class="block_content">
883
+ <!--part_pictxt_4 圖文列表 開始-->
884
+ <div class="part_pictxt_4">
885
+ <!-- 首則有圖 -->
886
+
887
+ <div class="cover_pic">
888
+ <a class="pic icon_type_video" href="//boba.ettoday.net/videonews/491638?from=et_pc_sidebar" target="_blank" title='17年看護變後母? 102歲人瑞「8億家產」大戰 10子孫輪椅搶人畫面曝光'>
889
+ <img src="https://cdn2.ettoday.net/style/misc/loading_800x450.gif" data-original="//cdn2.ettoday.net/film/images/491/c491638.jpg" alt='17年看護變後母? 102歲人瑞「8億家產」大戰 10子孫輪椅搶人畫面曝光'>
890
+ <h3>17年看護變後母? 102歲人瑞「8億家產」大戰 10子孫輪椅搶人畫面曝光</h3>
891
+ </a>
892
+ </div>
893
+
894
+ <!-- 首則有圖 -->
895
+ <!-- 廣告 最夯影音(2) 開始 -->
896
+ <script language="JavaScript" type="text/javascript">
897
+ <!-- <![CDATA[
898
+ var ts = Math.random();
899
+ document.write('<scr' + 'ipt language="JavaScript" type="text/javascript" src="//ad2.ettoday.net/ads.php?bid=mobileweb_video_1&rr='+ ts +'"></scr' + 'ipt>');
900
+ // ]]> -->
901
+ </script>
902
+ <!-- 廣告 最夯影音(2) 結束 -->
903
+ <!-- 廣告 最夯影音(3) 開始 -->
904
+ <script language="JavaScript" type="text/javascript">
905
+ <!-- <![CDATA[
906
+ var ts = Math.random();
907
+ document.write('<scr' + 'ipt language="JavaScript" type="text/javascript" src="//ad2.ettoday.net/ads.php?bid=mobileweb_video_2&rr='+ ts +'"></scr' + 'ipt>');
908
+ // ]]> -->
909
+ </script>
910
+ <!-- 廣告 最夯影音(3) 結束 -->
911
+ <!-- 廣告 最夯影音(4) 開始 -->
912
+ <script language="JavaScript" type="text/javascript">
913
+ <!-- <![CDATA[
914
+ var ts = Math.random();
915
+ document.write('<scr' + 'ipt language="JavaScript" type="text/javascript" src="//ad2.ettoday.net/ads.php?bid=mobileweb_video_3&rr='+ ts +'"></scr' + 'ipt>');
916
+ // ]]> -->
917
+ </script>
918
+ <!-- 廣告 最夯影音(4) 結束 -->
919
+
920
+ <!--組-->
921
+ <div class="piece clearfix">
922
+ <a class="pic icon_type_video" href="//boba.ettoday.net/videonews/491677?from=et_pc_sidebar" target="_blank" title='還原驚悚42秒!記者與歹徒擦身而過 直擊拔刀砍人與丟擲煙霧彈的瞬間|ETtoday突發中心記者 陳以昇|台北無差別攻擊事件●上|《我在案發現場》'>
923
+ <img src="https://cdn2.ettoday.net/style/misc/loading_300x169.gif" data-original="//cdn2.ettoday.net/film/images/491/c491677.jpg" alt='還原驚悚42秒!記者與歹徒擦身而過 直擊拔刀砍人與丟擲煙霧彈的瞬間|ETtoday突發中心記者 陳以昇|台北無差別攻擊事件●上|《我在案發現場》'>
924
+ </a>
925
+ <h3><a href="//boba.ettoday.net/videonews/491677?from=et_pc_sidebar" target="_blank" title='還原驚悚42秒!記者與歹徒擦身而過 直擊拔刀砍人與丟擲煙霧彈的瞬間|ETtoday突發中心記者 陳以昇|台北無差別攻擊事件●上|《我在案發現場》'>還原驚悚42秒!記者與歹徒擦身而過 直擊拔刀砍人與丟擲煙霧彈的瞬間|ETtoday突發中心記者 陳以昇|台北無差別攻擊事件●上|《我在案發現場》</a></h3>
926
+ </div>
927
+ <!--組-->
928
+
929
+ <!--組-->
930
+ <div class="piece clearfix">
931
+ <a class="pic icon_type_video" href="//boba.ettoday.net/videonews/491743?from=et_pc_sidebar" target="_blank" title='TWICE高雄開唱!子瑜媽「把夜市搬進飯店」 她教Momo台語突當機...緊急求助AI!XD'>
932
+ <img src="https://cdn2.ettoday.net/style/misc/loading_300x169.gif" data-original="//cdn2.ettoday.net/film/images/491/c491743.jpg" alt='TWICE高雄開唱!子瑜媽「把夜市搬進飯店」 她教Momo台語突當機...緊急求助AI!XD'>
933
+ </a>
934
+ <h3><a href="//boba.ettoday.net/videonews/491743?from=et_pc_sidebar" target="_blank" title='TWICE高雄開唱!子瑜媽「把夜市搬進飯店」 她教Momo台語突當機...緊急求助AI!XD'>TWICE高雄開唱!子瑜媽「把夜市搬進飯店」 她教Momo台語突當機...緊急求助AI!XD</a></h3>
935
+ </div>
936
+ <!--組-->
937
+
938
+ <!--組-->
939
+ <div class="piece clearfix">
940
+ <a class="pic icon_type_video" href="//boba.ettoday.net/videonews/491703?from=et_pc_sidebar" target="_blank" title='《豆腐媽媽》替身演員墜樓意外 家屬質疑因經費「安全被忽略」'>
941
+ <img src="https://cdn2.ettoday.net/style/misc/loading_300x169.gif" data-original="//cdn2.ettoday.net/film/images/491/c491703.jpg" alt='《豆腐媽媽》替身演員墜樓意外 家屬質疑因經費「安全被忽略」'>
942
+ </a>
943
+ <h3><a href="//boba.ettoday.net/videonews/491703?from=et_pc_sidebar" target="_blank" title='《豆腐媽媽》替身演員墜樓意外 家屬質疑因經費「安全被忽略」'>《豆腐媽媽》替身演員墜樓意外 家屬質疑因經費「安全被忽略」</a></h3>
944
+ </div>
945
+ <!--組-->
946
+
947
+ <!--組-->
948
+ <div class="piece clearfix">
949
+ <a class="pic icon_type_video" href="//boba.ettoday.net/videonews/491651?from=et_pc_sidebar" target="_blank" title='教召今年起「全面實施14天」! 顧立雄:陸軍戰術測驗增至10天9夜'>
950
+ <img src="https://cdn2.ettoday.net/style/misc/loading_300x169.gif" data-original="//cdn2.ettoday.net/film/images/491/c491651.jpg" alt='教召今年起「全面實施14天」! 顧立雄:陸軍戰術測驗增至10天9夜'>
951
+ </a>
952
+ <h3><a href="//boba.ettoday.net/videonews/491651?from=et_pc_sidebar" target="_blank" title='教召今年起「全面實施14天」! 顧立雄:陸軍戰術測驗增至10天9夜'>教召今年起「全面實施14天」! 顧立雄:陸軍戰術測驗增至10天9夜</a></h3>
953
+ </div>
954
+ <!--組-->
955
+
956
+
957
+ </div>
958
+ <!--part_pictxt_4 圖文列表 結束-->
959
+ </div>
960
+ <!--block_content 結束-->
961
+ </div>
962
+ <!--block_1 區塊 boba 熱門影音 結束-->
963
+
964
+
965
+ <!--廣告 聯播網-巨幅 開始-->
966
+ <div id="_banner_middle" class="ad_300 dfp-300x250-middle">
967
+ <script type="text/javascript">
968
+ var ts = Math.random();
969
+ document.write('<scr' + 'ipt type="text/javascript" src="https://ad2.ettoday.net/ads.php?bid=_banner_middle&rr=' + ts + '"></scr' + 'ipt>');
970
+ </script>
971
+ </div>
972
+ <!--廣告 聯播網-巨幅 結束-->
973
+
974
+ <!--block_1 區塊 開始-->
975
+ <!--熱門快報 開始-->
976
+
977
+ <div class="block block_1">
978
+ <!--block_title 開始-->
979
+ <div class="block_title">
980
+ <h3><em class="icon"></em>熱門快報</h3>
981
+ </div>
982
+ <!--block_title 結束-->
983
+ <!--block_content 開始-->
984
+ <div class="block_content sidebar-hot-express">
985
+ <!--part_pictxt_6 圖文列表 開始-->
986
+ <div class="part_pictxt_6">
987
+ <!--組-->
988
+ <div class="piece clearfix">
989
+ <a ref="nofollow" class="pic" href="" target="_blank" title="看新聞抽高雄櫻花季門票!">
990
+ <img src="https://cdn2.ettoday.net/style/misc/loading_100x100.gif" data-original="https://cdn1.ettoday.net/img/paste/118/118695.gif" alt="看新聞抽高雄櫻花季門票!">
991
+ </a>
992
+ <h3 class="title"><a ref="nofollow" href="" target="_blank" title="看新聞抽高雄櫻花季門票!">看新聞抽高雄櫻花季門票!</a></h3>
993
+ <p class="summary">韓團陣容太狂啦!即日起至3/1止,下載新聞雲APP,天天看新聞,高雄櫻花季門票等你抽</p>
994
+ </div>
995
+ <!--組-->
996
+ <!--組-->
997
+ <div class="piece clearfix">
998
+ <a ref="nofollow" class="pic" href="https://sports.ettoday.net/news/3024327" target="_blank" title="東森廣場投籃趣,揪團來打球">
999
+ <img src="https://cdn2.ettoday.net/style/misc/loading_100x100.gif" data-original="https://cdn1.ettoday.net/img/paste/117/117078.gif" alt="東森廣場投籃趣,揪團來打球">
1000
+ </a>
1001
+ <h3 class="title"><a ref="nofollow" href="https://sports.ettoday.net/news/3024327" target="_blank" title="東森廣場投籃趣,揪團來打球">東森廣場投籃趣,揪團來打球</a></h3>
1002
+ <p class="summary">假日怎麼安排?來東森廣場免費吹冷氣投籃,輕鬆運動一下!</p>
1003
+ </div>
1004
+ <!--組-->
1005
+ <!--組-->
1006
+ <div class="piece clearfix">
1007
+ <a ref="nofollow" class="pic" href="https://www.ettoday.net/news/20250901/3024263.htm" target="_blank" title="ETtoday 會員限定 爆夾抓抓樂">
1008
+ <img src="https://cdn2.ettoday.net/style/misc/loading_100x100.gif" data-original="https://cdn1.ettoday.net/img/paste/111/111697.png" alt="ETtoday 會員限定 爆夾抓抓樂">
1009
+ </a>
1010
+ <h3 class="title"><a ref="nofollow" href="https://www.ettoday.net/news/20250901/3024263.htm" target="_blank" title="ETtoday 會員限定 爆夾抓抓樂">ETtoday 會員限定 爆夾抓抓樂</a></h3>
1011
+ <p class="summary">超好夾零門檻,新手也能一夾入魂!東森廣場抓抓樂,等你來挑戰!</p>
1012
+ </div>
1013
+ <!--組-->
1014
+ <!--組-->
1015
+ <div class="piece clearfix">
1016
+ <a ref="nofollow" class="pic" href="https://www.ettoday.net/feature/2021house" target="_blank" title="買房不踩雷!購屋決策不盲目!房產大神實力帶飛">
1017
+ <img src="https://cdn2.ettoday.net/style/misc/loading_100x100.gif" data-original="https://cdn1.ettoday.net/img/paste/115/115932.jpg" alt="買房不踩雷!購屋決策不盲目!房產大神實力帶飛">
1018
+ </a>
1019
+ <h3 class="title"><a ref="nofollow" href="https://www.ettoday.net/feature/2021house" target="_blank" title="買房不踩雷!購屋決策不盲目!房產大神實力帶飛">買房不踩雷!購屋決策不盲目!房產大神實力帶飛</a></h3>
1020
+ <p class="summary">賞屋攻略Get!別再自己摸索耗時找房,專家親自帶領您直擊潛力優質建案,購屋選擇,就從最給力的賞屋體驗開始。</p>
1021
+ </div>
1022
+ <!--組-->
1023
+ <!--組-->
1024
+ <div class="piece clearfix">
1025
+ <a ref="nofollow" class="pic" href="https://boba.ettoday.net/videonews/491156" target="_blank" title="亞洲怪奇飲料大賞!">
1026
+ <img src="https://cdn2.ettoday.net/style/misc/loading_100x100.gif" data-original="https://cdn1.ettoday.net/img/paste/116/116325.png" alt="亞洲怪奇飲料大賞!">
1027
+ </a>
1028
+ <h3 class="title"><a ref="nofollow" href="https://boba.ettoday.net/videonews/491156" target="_blank" title="亞洲怪奇飲料大賞!">亞洲怪奇飲料大賞!</a></h3>
1029
+ <p class="summary">「文里補習班」開課啦!今天就來嘗試各種台灣少見的「亞洲飲料」!</p>
1030
+ </div>
1031
+ <!--組-->
1032
+ <!--組-->
1033
+ <div class="piece clearfix">
1034
+ <a ref="nofollow" class="pic" href="https://msg.ettoday.net/rd.php?id=5420" target="_blank" title="ETtoday攝影棚租借">
1035
+ <img src="https://cdn2.ettoday.net/style/misc/loading_100x100.gif" data-original="https://cdn1.ettoday.net/img/paste/113/113946.gif" alt="ETtoday攝影棚租借">
1036
+ </a>
1037
+ <h3 class="title"><a ref="nofollow" href="https://msg.ettoday.net/rd.php?id=5420" target="_blank" title="ETtoday攝影棚租借">ETtoday攝影棚租借</a></h3>
1038
+ <p class="summary">ETtoday攝影棚提供完整設施與高品質服務,提供創作者最佳支援,滿足你各種拍攝需求!</p>
1039
+ </div>
1040
+ <!--組-->
1041
+ </div>
1042
+ <!--part_pictxt_6 圖文列表 結束-->
1043
+ </div>
1044
+ <!--block_content 結束-->
1045
+ </div>
1046
+ <!--熱門快報 結束-->
1047
+ <!--block_1 區塊 結束-->
1048
+
1049
+ <!--footer 開始-->
1050
+ <div class="footer" itemscope itemprop="publisher" itemtype="http://schema.org/Organization">
1051
+ <!--選單 開始-->
1052
+ <div class="menu_1">
1053
+ <a href="mailto:editor@ettoday.net" title="editor@ettoday.net">我要投稿</a>
1054
+ <a href="https://www.104.com.tw/jobbank/custjob/index.php?r=cust&j=623a43295a5c3e6a40583a1d1d1d1d5f2443a363189j50&jobsource=checkc" target="_blank">人才招募</a>
1055
+ <a href="https://events.ettoday.net/about-ettoday/index.htm" target="_blank">關於我們</a>
1056
+ <a href="https://www.emic.com.tw" target="_blank">集團簡介</a>
1057
+ <a href="https://events.ettoday.net/adsales/index.php7" target="_blank">廣告刊登/合作提案</a>
1058
+ <a href="https://msg.ettoday.net/rd.php?id=5420" target="_blank">攝影棚租借</a>
1059
+ <a class="btn_open_partner" href="javascript:;">合作媒體</a>
1060
+ <a href="mailto:service@ettoday.net" title="service@ettoday.net" itemprop="email" content="service@ettoday.net">客服信箱</a>
1061
+ <a href="https://www.ettoday.net/sitemap.htm" target="_blank">Sitemap</a>
1062
+ <!--開啟 .partner lightbox -->
1063
+ <a href="https://member.ettoday.net/clause_privacy.php7" target="_blank">隱私權政策</a>
1064
+ <a href="https://member.ettoday.net/clause_member.php7" target="_blank">服務條款</a>
1065
+ <a href="https://member.ettoday.net/clause_copyright.php7" target="_blank">著作權聲明</a>
1066
+ <a href="https://member.ettoday.net/clause_duty.php7" target="_blank">免責聲明</a>
1067
+ <a href="https://member.ettoday.net/clause_ai.php7" target="_blank">AI 使用準則</a>
1068
+ <a href="https://www.ettoday.net/events/news-express/epaper.php" target="_blank">RSS訂閱</a>
1069
+ </div>
1070
+ <!--選單 結束-->
1071
+
1072
+ <!--PC 側欄訂閱ETtoday電子報 開始-->
1073
+ <div class="et_epaper_box_pc_sidebar">
1074
+ <a href="https://events.ettoday.net/epaper/subscribe.php7" target="_blank"><p>免費訂閱《ETtoday電子報》</p></a>
1075
+ </div>
1076
+ <!--PC 側欄訂閱ETtoday電子報 結束-->
1077
+
1078
+ <!--.part_menu_6 社群按鈕 開始-->
1079
+ <div class="part_menu_6">
1080
+ <a class="btn fb" href="https://www.facebook.com/ETtoday" target="_blank" title="Facebook">FB</a>
1081
+ <a class="btn yt" href="https://www.youtube.com/user/ettoday/" target="_blank" title="YouTube">YouTube</a>
1082
+ <a class="btn ig" href="https://www.instagram.com/ettodaytw/" target="_blank" title="Instagram">Instagram</a>
1083
+ <a class="btn weibo" href="https://www.weibo.com/ettodaynet" target="_blank" title="微博">weibo</a>
1084
+ <a class="btn rss" href="https://www.ettoday.net/events/news-express/epaper.php" target="_blank" title="RSS">RSS</a>
1085
+ <a class="btn google_news" href="https://news.google.com/publications/CAAqBggKMK-yNzCn6gc?ceid=TW:zh-Hant&oc=3" target="_blank" title="Google News">Google News</a>
1086
+ </div>
1087
+ <!--.part_menu_6 社群按鈕 結束-->
1088
+
1089
+ <address>
1090
+ <span>東森新媒體控股股份有限公司</span><span itemprop="name" class="company_name">ETtoday新聞雲</span> 版權所有 <br>非經授權,不許轉載本網站內容 <br>
1091
+ &copy; ETtoday.net All Rights Reserved. <br>
1092
+ 電話:<span itemprop="telephone">+886-2-5555-6366</span>
1093
+ </address>
1094
+ <!--本區隱藏 開始-->
1095
+ <span itemprop="logo" itemscope itemtype="http://schema.org/ImageObject">
1096
+ <link itemprop="url" href="https://cdn2.ettoday.net/style/ettoday2017/images/push.jpg">
1097
+ </span>
1098
+ <!--本區隱藏 結束-->
1099
+ </div>
1100
+
1101
+ <!-- extra 開始 -->
1102
+
1103
+
1104
+ <div id="test_feature" style="clear:both">
1105
+ <script language="JavaScript" type="text/javascript">
1106
+ var ts = Math.random();
1107
+ document.write('<scr' + 'ipt language="JavaScript" type="text/javascript" src="//ad.ettoday.net/ads.php?bid=test_feature&rr='+ ts +'"></scr' + 'ipt>');
1108
+ </script>
1109
+ </div>
1110
+
1111
+
1112
+
1113
+
1114
+ <!-- TenMax 原生廣告 start-->
1115
+ <script>
1116
+ var myCountry = $.cookie("et_client_country"); //取得目前cookie值(國家代碼)
1117
+ if(myCountry==null || (myCountry!="CN" && myCountry!="cn") && $(".news-page").length > 0){//非大陸才執行, 且為新聞頁
1118
+
1119
+ var tmaxTags = document.createElement("div");
1120
+ tmaxTags.innerHTML += '<ins class="rmax" data-rmax-space-id="1a2687687697428b" data-rmax-space-type="NATIVE" data-target-id=".news-page .tab_content h3" data-target-index="0" data-target-pos="AFTER"></ins>';
1121
+ tmaxTags.innerHTML += '<ins class="rmax" data-rmax-space-id="1a2687687697428b" data-rmax-space-type="NATIVE" data-target-id=".news-page .tab_content h3" data-target-index="2" data-target-pos="AFTER"></ins>';
1122
+ tmaxTags.innerHTML += '<ins class="rmax" data-rmax-space-id="1a2687687697428b" data-rmax-space-type="NATIVE" data-target-id=".news-page .tab_content h3" data-target-index="4" data-target-pos="AFTER"></ins>';
1123
+ document.body.appendChild(tmaxTags);
1124
+
1125
+ var script = document.createElement("script");
1126
+ script.async = true;
1127
+ script.src = "//tenmax-static.cacafly.net/ssp/adsbytenmax.js";
1128
+ document.body.appendChild(script);
1129
+ }
1130
+ </script>
1131
+
1132
+ <!-- TenMax 原生廣告 end-->
1133
+
1134
+
1135
+
1136
+
1137
+
1138
+ <!-- Criteo CDB - SA - 300x250 - Bottom Right -->
1139
+ <!--
1140
+ <div class="ad_300">
1141
+ <script type="text/javascript" src="//static.ettoday.net/ad/criteo/criteo300x250-2-cdb.js"></script>
1142
+ </div>
1143
+ --><!-- extra 結束 -->
1144
+ <!--footer 結束-->
1145
+
1146
+ <!--廣告 全網_大型摩天 all_300x600_1 開始-->
1147
+ <div id="all_300x600_1" class="ad_300">
1148
+ <script type="text/javascript">
1149
+ var ts = Math.random();
1150
+ document.write('<scr' + 'ipt type="text/javascript" src="https://ad2.ettoday.net/ads.php?bid=all_300x600_1&rr=' + ts + '"></scr' + 'ipt>');
1151
+ </script>
1152
+ </div>
1153
+ <!--廣告 全網_大型摩天 all_300x600_1 結束-->
1154
+
1155
+ <!--partner 合作媒體 開始-->
1156
+ <div class="partner" id="partner">
1157
+ <div class="overlay"></div>
1158
+ <div class="btn_close_partner"></div>
1159
+ <div class="content">
1160
+ <iframe marginwidth="0" marginheight="0" frameborder="0" scrolling="no" allowtransparency="true"></iframe>
1161
+ </div>
1162
+ </div>
1163
+ <!--partner 合作媒體 結束-->
1164
+
1165
+
1166
+ </div>
1167
+ <!--c2 inner 結束-->
1168
+ </div>
1169
+ <!--直欄 c2 結束-->
1170
+ </div>
1171
+ <!--橫列 r1 結束-->
1172
+
1173
+ </div>
1174
+ <!--container 結束-->
1175
+ </div>
1176
+ <!--container_box 結束-->
1177
+ <!--gototop 回到最上面 開始-->
1178
+ <div class="gototop">回到最上面</div>
1179
+ <!--gototop 回到最上面 開始-->
1180
+ </div>
1181
+ <!--wrapper 結束-->
1182
+ </div>
1183
+ <!--wrapper_box 結束-->
1184
+
1185
+ </body>
1186
+ </html>
pages/html/dca3047032e1.html ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ <!doctype html>
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <link rel="stylesheet" href="https://static-production.npmjs.com/styles.edd18da47fc13927494e.css" />
7
+ <title data-react-helmet="true">npm | Sign In</title>
8
+ <meta data-react-helmet="true" http-equiv="cleartype" content="on"/><meta data-react-helmet="true" name="apple-mobile-web-app-capable" content="yes"/><meta data-react-helmet="true" name="mobile-web-app-capable" content="yes"/><meta data-react-helmet="true" name="viewport" content="width=device-width,minimum-scale=1.0,initial-scale=1,user-scalable=yes"/><meta data-react-helmet="true" property="og:image" content="https://static-production.npmjs.com/a12c728e90758ccd16976b394b964317.png"/><meta data-react-helmet="true" name="msapplication-TileColor" content="#cb3837"/><meta data-react-helmet="true" name="msapplication-TileImage" content="https://static-production.npmjs.com/0f3b86fdabbefdf884c4ea62644c98c4.png"/><meta data-react-helmet="true" name="msapplication-config" content="https://static-production.npmjs.com/a991da5a1069b031b077bc279e9cc964.xml"/><meta data-react-helmet="true" name="theme-color" content="#cb3837"/>
9
+ <link data-react-helmet="true" href="https://static-production.npmjs.com/osd.xml" rel="search" title="npm package search" type="application/opensearchdescription+xml"/><link data-react-helmet="true" rel="apple-touch-icon" sizes="120x120" href="https://static-production.npmjs.com/d4d7dce991bc8e2c02b0571ac98d0a38.png"/><link data-react-helmet="true" rel="apple-touch-icon" sizes="144x144" href="https://static-production.npmjs.com/0f3b86fdabbefdf884c4ea62644c98c4.png"/><link data-react-helmet="true" rel="apple-touch-icon" sizes="152x152" href="https://static-production.npmjs.com/30447256fcf0f53ca83e96b61ccff4b8.png"/><link data-react-helmet="true" rel="apple-touch-icon" sizes="180x180" href="https://static-production.npmjs.com/972399f2e033735dbd90c5bcb4f255f0.png"/><link data-react-helmet="true" rel="icon" type="image/png" href="https://static-production.npmjs.com/f1c1c1c0922247b9630c1edb1e6f31b2.png" sizes="32x32"/><link data-react-helmet="true" rel="icon" type="image/png" href="https://static-production.npmjs.com/948178d56859f1fcc3703e63ec6ad5f2.png" sizes="230x230"/><link data-react-helmet="true" rel="icon" type="image/png" href="https://static-production.npmjs.com/b9db67253aa3e3ba02f29947a75f0e49.png" sizes="96x96"/><link data-react-helmet="true" rel="icon" type="image/png" href="https://static-production.npmjs.com/bc6c5bafe03fd29a3144272b81885c99.png" sizes="192x192"/><link data-react-helmet="true" rel="icon" type="image/png" href="https://static-production.npmjs.com/898b0c1a24de996893aa3f372bcf5aa8.png" sizes="228x228"/><link data-react-helmet="true" rel="icon" type="image/png" href="https://static-production.npmjs.com/b03aaa269bb83c257ae28b41526b00f9.png" sizes="16x16"/>
10
+
11
+
12
+
13
+ </head>
14
+ <body>
15
+ <div id="app"><div class="_452c3ec4 d68c66a8"><section class="_1a444dba list ma0 pa0 tr z-999" aria-label="Site notifications"><div class="_521494e7 list ma0 pa0 tr z-999"><div class="_1a444dba list ma0 pa0 tr z-999"><div class="_521494e7 list ma0 pa0 tr z-999"><div class="ec35f4a7 pv3 ph4 tl z-999 w-100 flex flex-row f031b0c7" data-test-id="alert-banner"><span class="_95c4a26f">⚠️</span><div class="_66c7d5bf"><p class="ma0" id="banner-notification" role="alert" aria-atomic="true"><b>Security Update</b>: Classic tokens have been revoked. Granular tokens are now limited to 90 days and require 2FA by default. Update your CI/CD workflows to avoid disruption. <a href="https://gh.io/all-npm-classic-tokens-revoked" target="_blank" rel="noopener noreferrer" aria-label="Learn more about npm authentication changes">Learn more</a>.</p></div><button aria-label="Close notification" class="_20f34b9b ma0 f3 fw6">×</button></div></div></div></div></section><div class="cf325dbd list ma0 pa0 tr z-998"><div class="c746cc21 list ma0 pa0 tr z-999"></div></div><div class="_75ce47e7"><main id="main"><header><a href="/" aria-label="Npm"><svg viewBox="0 0 780 250" aria-hidden="true"><path fill="#231F20" d="M240,250h100v-50h100V0H240V250z M340,50h50v100h-50V50z M480,0v200h100V50h50v150h50V50h50v150h50V0H480z M0,200h100V50h50v150h50V0H0V200z" stroke-width="5" stroke="#f7f7f7"></path></svg></a></header><div class="_94d452dc"><section class="_2b1f4808 bg-white br3"> <div class="_66e908c6"><div class="_98d1fd92 "><div class="e47854a7"><button class="_53b86379 _79c95847 " aria-label="Toggle between showing and hiding a shade over a wombat&#x27;s head"><div class="_97329910"><img alt="" role="presentation" src="https://static-production.npmjs.com/4f83e3057cd06c1fb3e24770c65e1a1b.png"/></div><div class="_6e1e0509"></div><div class="_2dd7f49e"></div></button></div><div class="c56caf02 "></div><div class="a4b825a2"><button class="fd5a29ad _5ef1ee4e _79c95847" aria-label="Make the animated wombat visibly giggle"><div class="_2d42592e"><div class="_83938fda _79c95847 "><div class="_33c43af5"><div class="e7114814"><img src="https://static-production.npmjs.com/6bc049c5610cfa53eff5edf4d357f0bf.png" alt="" role="presentation" class="_489835f0"/><img src="https://static-production.npmjs.com/68452a54f282936bd6da8d8505bfc8d8.png" alt="" role="presentation" class="fe2acb34"/><img src="https://static-production.npmjs.com/fa81d19164bb7318b7f3ade698cfb006.png" alt="" role="presentation" class="_8fb7c421"/></div></div><img alt="" role="presentation" src="https://static-production.npmjs.com/1a236e276d3f9b154f94250e3b860361.png"/></div></div></button></div><div class="_19b2d7f0"></div></div><form id="login" method="POST" action="/login" class="ma0"><h1 class="aa630ec5 f3 fw6 pb3 pt0 mt0 mb3 black-70 b--black-10 bb">Sign In</h1><div class="mb2"><div class=" nowrap flex justify-between"><label id="UsernameId" class="_64c2ccaf db mt1 f5 fw6 black-90 nowrap " for="login_username">Username</label></div><div></div><input type="text" id="login_username" aria-invalid="false" class=" _425fdea4 relative w-100 ma2 ml0 pv3 pl2 pr2 br2 black-70 ba b--black-10 " name="username" placeholder="" element="input"/></div><div class="dib fr"><a href="/forgot">Forgot password?</a></div><div class=""><div class=" nowrap flex justify-between"><label id="PasswordId" class="_64c2ccaf db mt1 f5 fw6 black-90 nowrap " for="login_password">Password</label></div><div></div><div style="display:flex;position:relative;align-items:center"><input type="password" id="login_password" aria-invalid="false" required="" minLength="0" class="_5ba2fa21 _425fdea4 relative w-100 ma2 ml0 pv3 pl2 pr2 br2 black-70 ba b--black-10 " name="password" placeholder="" inputref="[object Object]" element="input"/><button name="show-hide-password" type="button" aria-label="Show password" class="f4477a62">Show</button></div></div><input type="hidden" name="csrftoken" value="uSNooJ3LkGRGoe7y92HVUjht4hMzMWMvjFiXNP4zhMF"/><div><button type="submit" class="_24a1e9c7 dab9924c br2 pv2 ph3 fw5 f5 tc button button-reset pointer ma2 truncate ml0 no-underline e64d5a00 w-100">Sign In</button></div></form><a href="/signup" class="_6126477b db center tc mt3 mb2 f5 fw6 hover-black-80" rel="npm:signup">Create Account</a></div> </section></div></main></div><div class="_8a62ca63 fixed top-0 left-0 z-999" style="opacity:0;transform:scaleX(1);-webkit-transform:scaleX(1);-moz-transform:scaleX(1)"></div></div></div><script integrity="sha512-DngOciVwvQrF71D4be4EKudu0GciJMQ3SqyDMnMwfMNSABnqwasESALVy8uhF9EMD/UB/wXU31Ynq8+/ezEW4A==">window.__context__ = {"context":{"username":null,"action":"/login","next":"","user":null,"auditLogEnabled":false,"userEmailVerified":null,"csrftoken":"uSNooJ3LkGRGoe7y92HVUjht4hMzMWMvjFiXNP4zhMF","notifications":[],"alertBanners":[{"id":"security-warning-npm-auth-2025","level":"warning","message":"\u003cb\u003eSecurity Update\u003c/b\u003e: Classic tokens have been revoked. Granular tokens are now limited to 90 days and require 2FA by default. Update your CI/CD workflows to avoid disruption. \u003ca href=\"https://gh.io/all-npm-classic-tokens-revoked\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Learn more about npm authentication changes\"\u003eLearn more\u003c/a\u003e.","skipXSSEscaping":true,"duration":null}]},"chunks":{"commons":["commons.1d2ef2cfac0b72f2323c.js","commons.1d2ef2cfac0b72f2323c.js.map"],"styles":["styles.edd18da47fc13927494e.css","minicssextractbug.0a27dbd32efa7ec9e9d4.js","styles.edd18da47fc13927494e.css.map","minicssextractbug.0a27dbd32efa7ec9e9d4.js.map"],"acceptance/acceptance":["acceptance/acceptance.9aaeadff84937deb1258.js","acceptance/acceptance.9aaeadff84937deb1258.js.map"],"audit-logs/actions/common/auditLogContainer":["audit-logs/actions/common/auditLogContainer.2a8ce8332fca886a4f95.js","audit-logs/actions/common/auditLogContainer.2a8ce8332fca886a4f95.js.map"],"audit-logs/actions/common/dot":["audit-logs/actions/common/dot.deb6e6f842fa88955dc7.js","audit-logs/actions/common/dot.deb6e6f842fa88955dc7.js.map"],"audit-logs/actions/common/filterActions":["audit-logs/actions/common/filterActions.b9b9bc8d7e3f089ff997.js","audit-logs/actions/common/filterActions.b9b9bc8d7e3f089ff997.js.map"],"audit-logs/actions/common/spaceGap":["audit-logs/actions/common/spaceGap.3cbcd5b822a8857ff788.js","audit-logs/actions/common/spaceGap.3cbcd5b822a8857ff788.js.map"],"audit-logs/actions/orgAddUser":["audit-logs/actions/orgAddUser.acb0a4f428237b4b54d0.js","audit-logs/actions/orgAddUser.acb0a4f428237b4b54d0.js.map"],"audit-logs/actions/orgCreateTeam":["audit-logs/actions/orgCreateTeam.9170ab6bea28ba3b2fd0.js","audit-logs/actions/orgCreateTeam.9170ab6bea28ba3b2fd0.js.map"],"audit-logs/actions/orgDeleteTeam":["audit-logs/actions/orgDeleteTeam.e62f4958bb33da0a60f6.js","audit-logs/actions/orgDeleteTeam.e62f4958bb33da0a60f6.js.map"],"audit-logs/actions/orgRemoveUser":["audit-logs/actions/orgRemoveUser.c0e00ce2147c4a707417.js","audit-logs/actions/orgRemoveUser.c0e00ce2147c4a707417.js.map"],"audit-logs/actions/packageAddDistTag":["audit-logs/actions/packageAddDistTag.28e01672345268839322.js","audit-logs/actions/packageAddDistTag.28e01672345268839322.js.map"],"audit-logs/actions/packageDeprecate":["audit-logs/actions/packageDeprecate.0f41c64388b28de27e00.js","audit-logs/actions/packageDeprecate.0f41c64388b28de27e00.js.map"],"audit-logs/actions/packagePublish":["audit-logs/actions/packagePublish.821500846d8f7ee92a33.js","audit-logs/actions/packagePublish.821500846d8f7ee92a33.js.map"],"audit-logs/actions/packageRemoveDistTag":["audit-logs/actions/packageRemoveDistTag.5f772e85ff456b6c02dd.js","audit-logs/actions/packageRemoveDistTag.5f772e85ff456b6c02dd.js.map"],"audit-logs/actions/packageUnpublish":["audit-logs/actions/packageUnpublish.7e6f8daac64c4e0b842c.js","audit-logs/actions/packageUnpublish.7e6f8daac64c4e0b842c.js.map"],"audit-logs/actions/packageUpdateAccess":["audit-logs/actions/packageUpdateAccess.c377284823f8a492f44d.js","audit-logs/actions/packageUpdateAccess.c377284823f8a492f44d.js.map"],"audit-logs/actions/teamAddPackage":["audit-logs/actions/teamAddPackage.3311e614896d8dabbcbe.js","audit-logs/actions/teamAddPackage.3311e614896d8dabbcbe.js.map"],"audit-logs/actions/teamAddUser":["audit-logs/actions/teamAddUser.06a05c482e9096a40c1a.js","audit-logs/actions/teamAddUser.06a05c482e9096a40c1a.js.map"],"audit-logs/actions/teamRemovePackage":["audit-logs/actions/teamRemovePackage.3ad44667a81d6708fae1.js","audit-logs/actions/teamRemovePackage.3ad44667a81d6708fae1.js.map"],"audit-logs/actions/teamRemoveUser":["audit-logs/actions/teamRemoveUser.4f701115ed726f6430b5.js","audit-logs/actions/teamRemoveUser.4f701115ed726f6430b5.js.map"],"audit-logs/actions/teamUpdatePackageAccess":["audit-logs/actions/teamUpdatePackageAccess.1c0cbb8d0f553de6f3f4.js","audit-logs/actions/teamUpdatePackageAccess.1c0cbb8d0f553de6f3f4.js.map"],"audit-logs/audit-logs":["audit-logs/audit-logs.236abb3f12c762b57b97.js","audit-logs/audit-logs.236abb3f12c762b57b97.js.map"],"audit-logs/audit-search-input":["audit-logs/audit-search-input.5d31cc0951209dd0dc60.js","audit-logs/audit-search-input.5d31cc0951209dd0dc60.js.map"],"audit-logs/list":["audit-logs/list.b2ab3faadafd44846b90.js","audit-logs/list.b2ab3faadafd44846b90.js.map"],"audit-logs/no-logs":["audit-logs/no-logs.487a36d6e60b5fa92ece.js","audit-logs/no-logs.487a36d6e60b5fa92ece.js.map"],"audit-logs/no-logs-with-query":["audit-logs/no-logs-with-query.b3385c01e6e4f62cff0b.js","audit-logs/no-logs-with-query.b3385c01e6e4f62cff0b.js.map"],"auth/account-recovery-message":["auth/account-recovery-message.c4efa4d19907157a82a7.js","auth/account-recovery-message.c4efa4d19907157a82a7.js.map"],"auth/authentication-successful":["auth/authentication-successful.4fa1304641f536624ac1.js","auth/authentication-successful.4fa1304641f536624ac1.js.map"],"auth/email-otp":["auth/email-otp.4c05a3935e678d1fd0a6.js","auth/email-otp.4c05a3935e678d1fd0a6.js.map"],"auth/escalate":["auth/escalate.07801fed885c93547159.js","auth/escalate.07801fed885c93547159.js.map"],"auth/forgot":["auth/forgot.86584cef51c109036884.js","auth/forgot.86584cef51c109036884.js.map"],"auth/forgot-sent":["auth/forgot-sent.6fa06e2eaf9ed1e77bcb.js","auth/forgot-sent.6fa06e2eaf9ed1e77bcb.js.map"],"auth/forgot-sent-anonymized":["auth/forgot-sent-anonymized.deae7fc1ad3cbd156f40.js","auth/forgot-sent-anonymized.deae7fc1ad3cbd156f40.js.map"],"auth/invite-signup":["auth/invite-signup.d8bfce7104dd55cfed3e.js","auth/invite-signup.d8bfce7104dd55cfed3e.js.map"],"auth/liminal-login-footer":["auth/liminal-login-footer.6888e05897512769f792.js","auth/liminal-login-footer.6888e05897512769f792.js.map"],"auth/login":["auth/login.2dca8e34e02695d5f7a3.js","auth/login.2dca8e34e02695d5f7a3.js.map"],"auth/otp":["auth/otp.99969c8e343f8f8a6d38.js","auth/otp.99969c8e343f8f8a6d38.js.map"],"auth/password":["auth/password.0aa232743ebc98f22554.js","auth/password.0aa232743ebc98f22554.js.map"],"auth/recovery-code":["auth/recovery-code.4833fd95319ba049426b.js","auth/recovery-code.4833fd95319ba049426b.js.map"],"auth/recovery-email-otp":["auth/recovery-email-otp.f070db15dc0a2d4a90f0.js","auth/recovery-email-otp.f070db15dc0a2d4a90f0.js.map"],"auth/reset-password":["auth/reset-password.375bdbbe7422c380eeea.js","auth/reset-password.375bdbbe7422c380eeea.js.map"],"auth/signup":["auth/signup.00770a8e642524569668.js","auth/signup.00770a8e642524569668.js.map"],"auth/test/email-otp-test":["auth/test/email-otp-test.2a0c6631845e1efe7582.js","auth/test/email-otp-test.2a0c6631845e1efe7582.js.map"],"auth/test/escalate-test":["auth/test/escalate-test.c939dbfe38f86447c8fa.js","auth/test/escalate-test.c939dbfe38f86447c8fa.js.map"],"auth/test/otp-test":["auth/test/otp-test.61f54bbaa8f35f81069c.js","auth/test/otp-test.61f54bbaa8f35f81069c.js.map"],"auth/test/webauthn-login-test":["auth/test/webauthn-login-test.4a15918a2cdcb9a60b9a.js","auth/test/webauthn-login-test.4a15918a2cdcb9a60b9a.js.map"],"auth/webauthn-cli-login":["auth/webauthn-cli-login.227e70378a0a6fed8dd6.js","auth/webauthn-cli-login.227e70378a0a6fed8dd6.js.map"],"auth/webauthn-login":["auth/webauthn-login.cb193053a4d6df85f7ff.js","auth/webauthn-login.cb193053a4d6df85f7ff.js.map"],"billing/delete-org":["billing/delete-org.cecf215e5114998b6ef9.js","billing/delete-org.cecf215e5114998b6ef9.js.map"],"billing/detail":["billing/detail.d206d3d280b6de74f9cd.js","billing/detail.d206d3d280b6de74f9cd.js.map"],"billing/downgrade":["billing/downgrade.cde8e7409d5cf84af61e.js","billing/downgrade.cde8e7409d5cf84af61e.js.map"],"billing/upgrade":["billing/upgrade.297deaf404381a5b2956.js","billing/upgrade.297deaf404381a5b2956.js.map"],"contact/contact":["contact/contact.f815a059ddd2a2e35dd9.js","contact/contact.f815a059ddd2a2e35dd9.js.map"],"contact/recovery-support-v1":["contact/recovery-support-v1.3ea0137e21c4f91f4742.js","contact/recovery-support-v1.3ea0137e21c4f91f4742.js.map"],"contact/recovery-support-v2":["contact/recovery-support-v2.0954b7cb5c3010cb8763.js","contact/recovery-support-v2.0954b7cb5c3010cb8763.js.map"],"contact/sidebar":["contact/sidebar.24b00a17acdc06e15318.js","contact/sidebar.24b00a17acdc06e15318.js.map"],"debug/badstatus":["debug/badstatus.3af0ebebc9f1be9e2f08.js","debug/badstatus.3af0ebebc9f1be9e2f08.js.map"],"debug/detail":["debug/detail.78a27f5c217d90fcffa1.js","debug/detail.78a27f5c217d90fcffa1.js.map"],"debug/failcomponent":["debug/failcomponent.b3441cc9da3ac55690cb.js","debug/failcomponent.b3441cc9da3ac55690cb.js.map"],"dev/choose-template":["dev/choose-template.5416ed1da0253fa19ee2.js","dev/choose-template.5416ed1da0253fa19ee2.js.map"],"dsr/dsr-export":["dsr/dsr-export.24104a77e26fcdd7edee.js","dsr/dsr-export.24104a77e26fcdd7edee.js.map"],"egg/egg":["egg/egg.4fe4d09d4d5fa5699f5b.js","egg/egg.4fe4d09d4d5fa5699f5b.js.map"],"errors/bad-request":["errors/bad-request.1743f3ba9d47372341fd.js","errors/bad-request.1743f3ba9d47372341fd.js.map"],"errors/not-found":["errors/not-found.d578eb092daa74e4298e.js","errors/not-found.d578eb092daa74e4298e.js.map"],"errors/server":["errors/server.a283827cf64043ee2e26.js","errors/server.a283827cf64043ee2e26.js.map"],"errors/tea-pot":["errors/tea-pot.458f6a6275d9ae3caa0a.js","errors/tea-pot.458f6a6275d9ae3caa0a.js.map"],"errors/template":["errors/template.1296c167799da949972c.js","errors/template.1296c167799da949972c.js.map"],"flatpage/flatpage":["flatpage/flatpage.c56bbd7b4704137a66ab.js","flatpage/flatpage.c56bbd7b4704137a66ab.js.map"],"homepage/homepage":["homepage/homepage.aa8e153872e33e07199e.js","homepage/homepage.aa8e153872e33e07199e.js.map"],"homepage/homepage-logged-in":["homepage/homepage-logged-in.ff1560172b51407d28e6.js","homepage/homepage-logged-in.ff1560172b51407d28e6.js.map"],"orgs/create":["orgs/create.f98bd72aceb63ac1c098.js","orgs/create.f98bd72aceb63ac1c098.js.map"],"orgs/detail":["orgs/detail.d1d80fa7865a955351a9.js","orgs/detail.d1d80fa7865a955351a9.js.map"],"orgs/invite":["orgs/invite.f2eeb5b563558e96ff0d.js","orgs/invite.f2eeb5b563558e96ff0d.js.map"],"orgs/tfa-enforced":["orgs/tfa-enforced.9cc38004c1f065dba7b1.js","orgs/tfa-enforced.9cc38004c1f065dba7b1.js.map"],"orgs/upgrade":["orgs/upgrade.91225456f05c741ce5fe.js","orgs/upgrade.91225456f05c741ce5fe.js.map"],"package-list/package-list":["package-list/package-list.08256d76b30d820fbf6e.js","package-list/package-list.08256d76b30d820fbf6e.js.map"],"package/delete-package":["package/delete-package.c7ec6b82a38ef826944f.js","package/delete-package.c7ec6b82a38ef826944f.js.map"],"package/deprecate-package":["package/deprecate-package.7c0d9761068b3c7b2008.js","package/deprecate-package.7c0d9761068b3c7b2008.js.map"],"package/error-message-package":["package/error-message-package.ca389a750e6cd51837aa.js","package/error-message-package.ca389a750e6cd51837aa.js.map"],"package/package":["package/package.5c891f724fda4f8265d3.js","package/package.5c891f724fda4f8265d3.js.map"],"profile/profile":["profile/profile.c2cc98c83e86d350779d.js","profile/profile.c2cc98c83e86d350779d.js.map"],"recovery-codes/show":["recovery-codes/show.512cf0c28378763a296f.js","recovery-codes/show.512cf0c28378763a296f.js.map"],"search/search":["search/search.fcb751ed71894c5731f3.js","search/search.fcb751ed71894c5731f3.js.map"],"searchv2/search":["searchv2/search.6a2e4eb87ba4581e2bdb.js","searchv2/search.6a2e4eb87ba4581e2bdb.js.map"],"settings/change-password":["settings/change-password.35cefbe9b52b69b74536.js","settings/change-password.35cefbe9b52b69b74536.js.map"],"settings/delete-account":["settings/delete-account.9824da3867f2d7cb72ab.js","settings/delete-account.9824da3867f2d7cb72ab.js.map"],"settings/email":["settings/email.8bcba088c45f6127ce74.js","settings/email.8bcba088c45f6127ce74.js.map"],"settings/memberships":["settings/memberships.4326022dbe4c6537497a.js","settings/memberships.4326022dbe4c6537497a.js.map"],"settings/packages":["settings/packages.93ec6717e96df130aa20.js","settings/packages.93ec6717e96df130aa20.js.map"],"settings/profile":["settings/profile.9bcfcdbd9e3c0276ce2c.js","settings/profile.9bcfcdbd9e3c0276ce2c.js.map"],"teams/create":["teams/create.991676998073792b798d.js","teams/create.991676998073792b798d.js.map"],"teams/detail":["teams/detail.c2dadc228cdb57228d54.js","teams/detail.c2dadc228cdb57228d54.js.map"],"teams/list":["teams/list.0b5f8e5cb0403d881ec2.js","teams/list.0b5f8e5cb0403d881ec2.js.map"],"teams/packages":["teams/packages.ee013fca3de2182c6e30.js","teams/packages.ee013fca3de2182c6e30.js.map"],"teams/users":["teams/users.2277b9c2434858597c55.js","teams/users.2277b9c2434858597c55.js.map"],"tfa/additional-options":["tfa/additional-options.7723db4161616a59b7df.js","tfa/additional-options.7723db4161616a59b7df.js.map"],"tfa/enable":["tfa/enable.dde5e6ada927024804a8.js","tfa/enable.dde5e6ada927024804a8.js.map"],"tfa/list":["tfa/list.b7289a27fe93769d1147.js","tfa/list.b7289a27fe93769d1147.js.map"],"tfa/recovery-codes":["tfa/recovery-codes.fbb101e0c847d1aa007e.js","tfa/recovery-codes.fbb101e0c847d1aa007e.js.map"],"tfa/security-key-list":["tfa/security-key-list.182fff620f78b20c3c56.js","tfa/security-key-list.182fff620f78b20c3c56.js.map"],"tfa/showTFAQRCode":["tfa/showTFAQRCode.54427be6a94e826ba497.js","tfa/showTFAQRCode.54427be6a94e826ba497.js.map"],"tfa/showTFASuccess":["tfa/showTFASuccess.36a35ac04bee0e0d879c.js","tfa/showTFASuccess.36a35ac04bee0e0d879c.js.map"],"tfa/tfa-disable":["tfa/tfa-disable.af02f2fbe0616ded7d6f.js","tfa/tfa-disable.af02f2fbe0616ded7d6f.js.map"],"tfa/tfa-mode-selection":["tfa/tfa-mode-selection.c6aef46190015381bd95.js","tfa/tfa-mode-selection.c6aef46190015381bd95.js.map"],"tfa/tfa-password-entry":["tfa/tfa-password-entry.db481234c2a7704ba945.js","tfa/tfa-password-entry.db481234c2a7704ba945.js.map"],"tfa/totp":["tfa/totp.26835e42e2b4bc521ab2.js","tfa/totp.26835e42e2b4bc521ab2.js.map"],"tokens/create-gat":["tokens/create-gat.c9b0e1df892c42c4bdc1.js","tokens/create-gat.c9b0e1df892c42c4bdc1.js.map"],"tokens/gat-details":["tokens/gat-details.f9744a22877d77f4e854.js","tokens/gat-details.f9744a22877d77f4e854.js.map"],"tokens/gat/allowed-ip-ranges-input":["tokens/gat/allowed-ip-ranges-input.dc026c5d87f4d3d45314.js","tokens/gat/allowed-ip-ranges-input.dc026c5d87f4d3d45314.js.map"],"tokens/gat/constants":["tokens/gat/constants.c10454e792d62f6fe9f5.js","tokens/gat/constants.c10454e792d62f6fe9f5.js.map"],"tokens/gat/divider":["tokens/gat/divider.dea9bf167317ef6f9e7b.js","tokens/gat/divider.dea9bf167317ef6f9e7b.js.map"],"tokens/gat/expiration-days-input":["tokens/gat/expiration-days-input.14b426190bf4b2cb09e5.js","tokens/gat/expiration-days-input.14b426190bf4b2cb09e5.js.map"],"tokens/gat/gat-expiration":["tokens/gat/gat-expiration.d6ba40321c67446d632b.js","tokens/gat/gat-expiration.d6ba40321c67446d632b.js.map"],"tokens/gat/gat-input":["tokens/gat/gat-input.b310b69b354c33e29182.js","tokens/gat/gat-input.b310b69b354c33e29182.js.map"],"tokens/gat/organizations-input":["tokens/gat/organizations-input.078fadf228b67b8aa6b1.js","tokens/gat/organizations-input.078fadf228b67b8aa6b1.js.map"],"tokens/gat/organizations-section":["tokens/gat/organizations-section.38ed7a7beca2ad3bbdcc.js","tokens/gat/organizations-section.38ed7a7beca2ad3bbdcc.js.map"],"tokens/gat/packages-and-scopes-input":["tokens/gat/packages-and-scopes-input.e8c10df6d9d7b0119bad.js","tokens/gat/packages-and-scopes-input.e8c10df6d9d7b0119bad.js.map"],"tokens/gat/packages-and-scopes-section":["tokens/gat/packages-and-scopes-section.d474aa9959164886b36a.js","tokens/gat/packages-and-scopes-section.d474aa9959164886b36a.js.map"],"tokens/gat/permissions-input":["tokens/gat/permissions-input.475377290bd04efefa1d.js","tokens/gat/permissions-input.475377290bd04efefa1d.js.map"],"tokens/gat/section":["tokens/gat/section.e0dc9636ea8e7812c8d8.js","tokens/gat/section.e0dc9636ea8e7812c8d8.js.map"],"tokens/gat/section-heading":["tokens/gat/section-heading.94f068be58aaa4c88196.js","tokens/gat/section-heading.94f068be58aaa4c88196.js.map"],"tokens/gat/selected-items":["tokens/gat/selected-items.8a91f185512f7142a68f.js","tokens/gat/selected-items.8a91f185512f7142a68f.js.map"],"tokens/gat/utils":["tokens/gat/utils.5899a9e63182f15a1348.js","tokens/gat/utils.5899a9e63182f15a1348.js.map"],"tokens/generate-token":["tokens/generate-token.e07b5aec4bcfd8434b17.js","tokens/generate-token.e07b5aec4bcfd8434b17.js.map"],"tokens/list":["tokens/list.22dbac9ccc31dd63f7b0.js","tokens/list.22dbac9ccc31dd63f7b0.js.map"],"vouchers/view":["vouchers/view.4b6b7db7d0da910ce162.js","vouchers/view.4b6b7db7d0da910ce162.js.map"]},"hash":"1d2ef2cfac0b72f2323c","name":"auth/login","containerId":"app","headerName":"x-spiferack","publicPath":"https://static-production.npmjs.com/"}</script><script crossorigin="anonymous" src="https://static-production.npmjs.com/commons.1d2ef2cfac0b72f2323c.js"></script>
16
+ <script crossorigin="anonymous" src="https://static-production.npmjs.com/minicssextractbug.0a27dbd32efa7ec9e9d4.js"></script>
17
+ <script crossorigin="anonymous" src="https://static-production.npmjs.com/auth/login.2dca8e34e02695d5f7a3.js"></script>
18
+ </body>
19
+ </html>
pages/html/e53a5fe19452.html ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
+ <title>Bank of America | Page Not Found</title>
6
+ <meta name="description" content="The Bank of America page you are trying to reach is not found. We apologize for the inconvenience." />
7
+ <meta name="redirect-type" content="302, temporary" />
8
+ <meta name="robots" content="noindex, follow" />
9
+ <link href="/content/error-page/html/styles/error.css" rel="stylesheet" type="text/css" />
10
+ <script type="text/javascript" src="/content/error-page/html/script/jquery-3.6.0.js"></script>
11
+ <script type="text/javascript" src="/content/error-page/html/script/jquery-migrate-3.1.0.js"></script>
12
+ <script src="/content/error-page/html/script/error.js" type="text/javascript"></script>
13
+ </head>
14
+
15
+ <body class="fsd-layout-body" >
16
+ <a class="ada-hidden" href="#skip-to-h1">Skip to main content</a>
17
+ <div class="fsd-layout fsd-2c-700lt-layout">
18
+ <div class="fsd-border">
19
+ <div id="content-height" class="center-content">
20
+ <div class="header">
21
+ <div class="header-module">
22
+ <div class="text-w-logo-skin">
23
+ <div class="header-left">
24
+ <div class="bofa-logo">
25
+ <a href="https://www.bankofamerica.com"><img height="28" width="221" alt="Bank of America Logo" src="/content/error-page/html/images/bofa-logo.gif" /></a>
26
+ </div>
27
+ <div class="clearboth"></div>
28
+ </div>
29
+ <div class="header-right">
30
+ <ul class="header-links">
31
+ <li class="sign-in"><a href="https://www.bankofamerica.com/sitemap/hub/signin.go">Sign In</a></li>
32
+ <li> <a href="http://www.bankofamerica.com">Home</a> </li>
33
+ <li> <a href="https://locators.bankofamerica.com">Locations</a> </li>
34
+ <li> <a href="https://www.bankofamerica.com/contactus/contactus.go">Contact Us</a> </li>
35
+ <li class="last-link"> <a href="https://www.bankofamerica.com/help/overview.go">Help</a> </li>
36
+ </ul>
37
+ </div>
38
+ <div class="clearboth"></div>
39
+ </div>
40
+ </div>
41
+ <div class="page-title-fsd-module">
42
+ <div class="redbar-scart-status-skin sup-ie">
43
+ <div class="button-text-wrapper">
44
+ <div class="text-wrapper">
45
+ <h1 id="skip-to-h1">Page Not Available</h1>
46
+ </div>
47
+ <div class="clearboth"></div>
48
+ </div>
49
+ </div>
50
+ </div>
51
+ </div>
52
+ <div class="columns">
53
+ <div class="flex-col lt-col">
54
+ <h2 class="h2-fsd-red">The page you're trying to reach is not available</h2>
55
+ <p class="pad-adjust">The Bank of America page you are trying to reach is not available. We apologize for the inconvenience. There are several possible reasons you are unable to reach the page you want:</p>
56
+ <ul class="content-list">
57
+ <li>The link you used is outdated.</li>
58
+ <li>The Web address you entered is incorrect.</li>
59
+ <li>The page you want no longer exists. </li>
60
+ </ul>
61
+ <h3 class="top-element">Getting where you're going</h3>
62
+ <p class="pad-adjust">We want to help you get where you&nbsp;are going.</p>
63
+ <ul class="content-list">
64
+ <li>Check the Web address to make sure it is correct.</li>
65
+ <li><a href="https://www.bankofamerica.com">Visit our Home Page</a></li>
66
+ <li><a href="https://www.bankofamerica.com/sitemap/personal.go">View our Site Map</a></li>
67
+ </ul>
68
+ <h3 class="top-element">Still need help?</h3>
69
+ <p>If you're still not sure how to get where you're going or you need more help, please <a title="contact us" name="contact us" href="https://www.bankofamerica.com/contactus/contactus.go" target="_self">contact us</a>.</p>
70
+ </div>
71
+ <div class="flex-col rt-col"><!-- --></div>
72
+ <div class="clearboth"><!-- --></div>
73
+ </div>
74
+ <div class="footer">
75
+ <div class="footer-top">&nbsp;</div>
76
+ <div class="footer-inner" id="inner-footer">
77
+ <div class="global-footer-module">
78
+ <div class="fsd-skin">
79
+ <div class="gf-links">
80
+ <a title="Home" name="global_footer_home" href="https://www.bankofamerica.com/" target="_self">Home</a>
81
+ <a title="Privacy &amp; Security" name="global_footer_privacy__security" href="https://www.bankofamerica.com/privacy/overview.go" target="_self">Privacy &amp; Security</a>
82
+ <a title="Careers" name="global_footer_careers" href="https://careers.bankofamerica.com/en-us" target="_self">Careers</a>
83
+
84
+ <a title="Site Map" class="gf-last-link" name="global_footer_site_map" href="https://www.bankofamerica.com/sitemap/personal.go" target="_self">Site Map</a>
85
+
86
+ <div class="clearboth"></div>
87
+ </div>
88
+ <p>Bank of America, N.A. Member <acronym title="Federal Deposit Insurance Corporation">FDIC</acronym>. <a target="_blank" href="https://www.bankofamerica.com/help/equalhousing_popup.go" onclick="window.open('https://www.bankofamerica.com/help/equalhousing_popup.go','newwin','width=640,height=371,scrollbars=yes,resizable=yes,left=35,top=161'); return false;" title="Equal Housing Lender information. Link opens in new window." id="equal_housing_footer">Equal Housing Lender<img height="9" width="14" alt="Opens in new window" src="https://www.bankofamerica.com/content/images/ContextualSiteGraphics/Logos/en_US/icon_equal_housing_lender.gif"></a><br>&copy; <script type="text/javascript">
89
+ let x = new Date();
90
+ document.write(x.getFullYear());
91
+ </script> Bank of America Corporation. All rights reserved.</p>
92
+ </div>
93
+ </div>
94
+ </div>
95
+ </div>
96
+ </div>
97
+ </div>
98
+ </div>
99
+ </body>
100
+ </html>
pages/html/ebd695f528b0.html ADDED
The diff for this file is too large to render. See raw diff
 
pages/html/f71bd4e6e001.html ADDED
@@ -0,0 +1,758 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html class=" responsive DesktopUI" lang="en" >
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
+ <meta name="viewport" content="width=device-width,initial-scale=1">
6
+ <meta name="theme-color" content="#171a21">
7
+ <title>Sign In</title>
8
+ <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
9
+
10
+
11
+
12
+ <link href="https://community.fastly.steamstatic.com/public/shared/css/motiva_sans.css?v=-yZgCk0Nu7kH&amp;l=english&amp;_cdn=fastly" rel="stylesheet" type="text/css">
13
+ <link href="https://community.fastly.steamstatic.com/public/shared/css/buttons.css?v=0Ihq-pAoptBq&amp;l=english&amp;_cdn=fastly" rel="stylesheet" type="text/css">
14
+ <link href="https://community.fastly.steamstatic.com/public/shared/css/shared_global.css?v=uKH1RcGNHaGr&amp;l=english&amp;_cdn=fastly" rel="stylesheet" type="text/css">
15
+ <link href="https://community.fastly.steamstatic.com/public/css/globalv2.css?v=9RV1KkrS040q&amp;l=english&amp;_cdn=fastly" rel="stylesheet" type="text/css">
16
+ <link href="https://community.fastly.steamstatic.com/public/shared/css/login.css?v=Q076eXXOSY2M&amp;l=english&amp;_cdn=fastly" rel="stylesheet" type="text/css">
17
+ <link href="https://community.fastly.steamstatic.com/public/css/skin_1/home.css?v=0f-t7NpEduTG&amp;l=english&amp;_cdn=fastly" rel="stylesheet" type="text/css">
18
+ <link href="https://community.fastly.steamstatic.com/public/shared/css/shared_responsive.css?v=KWbVpwRCHuVv&amp;l=english&amp;_cdn=fastly" rel="stylesheet" type="text/css">
19
+ <link href="https://community.fastly.steamstatic.com/public/css/skin_1/header.css?v=EM4kCu67DNda&amp;l=english&amp;_cdn=fastly" rel="stylesheet" type="text/css">
20
+ <script type="text/javascript">
21
+ var __PrototypePreserve=[];
22
+ __PrototypePreserve[0] = Array.from;
23
+ __PrototypePreserve[1] = Array.prototype.filter;
24
+ __PrototypePreserve[2] = Array.prototype.flatMap;
25
+ __PrototypePreserve[3] = Array.prototype.find;
26
+ __PrototypePreserve[4] = Array.prototype.some;
27
+ __PrototypePreserve[5] = Function.prototype.bind;
28
+ __PrototypePreserve[6] = HTMLElement.prototype.scrollTo;
29
+ </script>
30
+ <script type="text/javascript" src="https://community.fastly.steamstatic.com/public/javascript/prototype-1.7.js?v=npJElBnrEO6W&amp;l=english&amp;_cdn=fastly"></script>
31
+ <script type="text/javascript">
32
+ Array.from = __PrototypePreserve[0] || Array.from;
33
+ Array.prototype.filter = __PrototypePreserve[1] || Array.prototype.filter;
34
+ Array.prototype.flatMap = __PrototypePreserve[2] || Array.prototype.flatMap;
35
+ Array.prototype.find = __PrototypePreserve[3] || Array.prototype.find;
36
+ Array.prototype.some = __PrototypePreserve[4] || Array.prototype.some;
37
+ Function.prototype.bind = __PrototypePreserve[5] || Function.prototype.bind;
38
+ HTMLElement.prototype.scrollTo = __PrototypePreserve[6] || HTMLElement.prototype.scrollTo;
39
+ </script>
40
+ <script type="text/javascript">
41
+ var __ScriptaculousPreserve=[];
42
+ __ScriptaculousPreserve[0] = Array.from;
43
+ __ScriptaculousPreserve[1] = Function.prototype.bind;
44
+ __ScriptaculousPreserve[2] = HTMLElement.prototype.scrollTo;
45
+ </script>
46
+ <script type="text/javascript" src="https://community.fastly.steamstatic.com/public/javascript/scriptaculous/_combined.js?v=pbdAKOcDIgbC&amp;l=english&amp;_cdn=fastly&amp;load=effects,controls,slider,dragdrop"></script>
47
+ <script type="text/javascript">
48
+ Array.from = __ScriptaculousPreserve[0] || Array.from;
49
+ Function.prototype.bind = __ScriptaculousPreserve[1] || Function.prototype.bind;
50
+ HTMLElement.prototype.scrollTo = __ScriptaculousPreserve[2] || HTMLElement.prototype.scrollTo;
51
+ delete String['__parseStyleElement']; Prototype.Browser.WebKit = true;</script>
52
+ <script type="text/javascript">VALVE_PUBLIC_PATH = "https:\/\/community.fastly.steamstatic.com\/public\/";</script><script type="text/javascript" src="https://community.fastly.steamstatic.com/public/javascript/global.js?v=cMt-H-zOgNUp&amp;l=english&amp;_cdn=fastly"></script>
53
+ <script type="text/javascript" src="https://community.fastly.steamstatic.com/public/javascript/jquery-1.11.1.min.js?v=gQHVlrK4-jX-&amp;l=english&amp;_cdn=fastly"></script>
54
+ <script type="text/javascript" src="https://community.fastly.steamstatic.com/public/shared/javascript/tooltip.js?v=LZHsOVauqTrm&amp;l=english&amp;_cdn=fastly"></script>
55
+ <script type="text/javascript" src="https://community.fastly.steamstatic.com/public/shared/javascript/shared_global.js?v=84qavQoecqcM&amp;l=english&amp;_cdn=fastly"></script>
56
+ <script type="text/javascript" src="https://community.fastly.steamstatic.com/public/shared/javascript/auth_refresh.js?v=w6QbwI-5-j2S&amp;l=english&amp;_cdn=fastly"></script>
57
+ <script type="text/javascript">Object.seal && [ Object, Array, String, Number ].map( function( builtin ) { Object.seal( builtin.prototype ); } );</script><script type="text/javascript">$J = jQuery.noConflict();
58
+ if ( typeof JSON != 'object' || !JSON.stringify || !JSON.parse ) { document.write( "<scr" + "ipt type=\"text\/javascript\" src=\"https:\/\/community.fastly.steamstatic.com\/public\/javascript\/json2.js?v=54NKNglvGTO8&amp;l=english&amp;_cdn=fastly\"><\/script>\n" ); };
59
+ </script>
60
+ <script type="text/javascript">
61
+ document.addEventListener('DOMContentLoaded', function(event) {
62
+ SetupTooltips( { tooltipCSSClass: 'community_tooltip'} );
63
+ });
64
+ </script><script type="text/javascript" src="https://community.fastly.steamstatic.com/public/shared/javascript/login.js?v=j6aIzsdOlzN9&amp;l=english&amp;_cdn=fastly"></script>
65
+ <script type="text/javascript" src="https://community.fastly.steamstatic.com/public/shared/javascript/shared_responsive_adapter.js?v=e6xwLWkl6YbR&amp;l=english&amp;_cdn=fastly"></script>
66
+
67
+ <meta name="twitter:card" content="summary_large_image">
68
+
69
+ <meta name="twitter:site" content="@steam" />
70
+
71
+ <meta property="og:title" content="Sign In">
72
+ <meta property="twitter:title" content="Sign In">
73
+ <meta property="og:type" content="website">
74
+ <meta property="fb:app_id" content="105386699540688">
75
+
76
+
77
+ <link rel="image_src" href="https://community.fastly.steamstatic.com/public/shared/images/responsive/steam_share_image.jpg">
78
+ <meta property="og:image" content="https://community.fastly.steamstatic.com/public/shared/images/responsive/steam_share_image.jpg">
79
+ <meta name="twitter:image" content="https://community.fastly.steamstatic.com/public/shared/images/responsive/steam_share_image.jpg" />
80
+ <meta property="og:image:secure" content="https://community.fastly.steamstatic.com/public/shared/images/responsive/steam_share_image.jpg">
81
+
82
+
83
+
84
+
85
+
86
+ </head>
87
+ <body class="login global responsive_page ">
88
+
89
+
90
+ <div class="responsive_page_frame with_header">
91
+ <div role="navigation" class="responsive_page_menu_ctn mainmenu" aria-label="Mobile Menu">
92
+ <div class="responsive_page_menu" id="responsive_page_menu">
93
+ <div class="mainmenu_contents">
94
+ <div class="mainmenu_contents_items">
95
+ <a class="menuitem" href="https://steamcommunity.com/login/home/?goto=login%2Fhome%2Fpaage%3Fgoto%3D">
96
+ Sign in </a>
97
+ <a class="menuitem supernav" href="https://store.steampowered.com/" data-tooltip-type="selector" data-tooltip-content=".submenu_Store">
98
+ Store </a>
99
+ <div class="submenu_Store" style="display: none;" data-submenuid="Store">
100
+ <a class="submenuitem" href="https://store.steampowered.com/">
101
+ Home </a>
102
+ <a class="submenuitem" href="https://store.steampowered.com/explore/">
103
+ Discovery Queue </a>
104
+ <a class="submenuitem" href="https://steamcommunity.com/my/wishlist/">
105
+ Wishlist </a>
106
+ <a class="submenuitem" href="https://store.steampowered.com/points/shop/">
107
+ Points Shop </a>
108
+ <a class="submenuitem" href="https://store.steampowered.com/news/">
109
+ News </a>
110
+ <a class="submenuitem" href="https://store.steampowered.com/stats/">
111
+ Charts </a>
112
+ </div>
113
+ <a class="menuitem supernav supernav_active" href="https://steamcommunity.com/" data-tooltip-type="selector" data-tooltip-content=".submenu_Community">
114
+ Community </a>
115
+ <div class="submenu_Community" style="display: none;" data-submenuid="Community">
116
+ <a class="submenuitem" href="https://steamcommunity.com/">
117
+ Home </a>
118
+ <a class="submenuitem" href="https://steamcommunity.com/discussions/">
119
+ Discussions </a>
120
+ <a class="submenuitem" href="https://steamcommunity.com/workshop/">
121
+ Workshop </a>
122
+ <a class="submenuitem" href="https://steamcommunity.com/market/">
123
+ Market </a>
124
+ <a class="submenuitem" href="https://steamcommunity.com/?subsection=broadcasts">
125
+ Broadcasts </a>
126
+ </div>
127
+ <a class="menuitem " href="https://store.steampowered.com/about/">
128
+ About </a>
129
+ <a class="menuitem " href="https://help.steampowered.com/en/">
130
+ Support </a>
131
+
132
+ <div class="minor_menu_items">
133
+ <div class="menuitem change_language_action">
134
+ Change language </div>
135
+ <a class="menuitem" href="https://store.steampowered.com/mobile" target="_blank" rel="noreferrer">Get the Steam Mobile App</a>
136
+ <div class="menuitem" role="link" onclick="Responsive_RequestDesktopView();">
137
+ View desktop website </div>
138
+ </div>
139
+ </div>
140
+ <div class="mainmenu_footer_spacer "></div>
141
+ <div class="mainmenu_footer">
142
+ <div class="mainmenu_footer_logo"><img src="https://community.fastly.steamstatic.com/public/shared/images/responsive/footerLogo_valve_new.png"></div>
143
+ © Valve Corporation. All rights reserved. All trademarks are property of their respective owners in the US and other countries. <span class="mainmenu_valve_links">
144
+ <a href="https://store.steampowered.com/privacy_agreement/" target="_blank">Privacy Policy</a>
145
+ &nbsp;| &nbsp;<a href="http://www.valvesoftware.com/legal.htm" target="_blank">Legal</a>
146
+ &nbsp;| &nbsp;<a href="https://help.steampowered.com/faqs/view/10BB-D27A-6378-4436" target="_blank">Accessibility</a>
147
+ &nbsp;| &nbsp;<a href="https://store.steampowered.com/subscriber_agreement/" target="_blank">Steam Subscriber Agreement</a>
148
+ &nbsp;| &nbsp;<a href="https://store.steampowered.com/steam_refunds/" target="_blank">Refunds</a>
149
+ &nbsp;| &nbsp;<a href="https://store.steampowered.com/account/cookiepreferences/" target="_blank">Cookies</a>
150
+ </span>
151
+ </div>
152
+ </div>
153
+ </div>
154
+ </div>
155
+
156
+ <div class="responsive_local_menu_tab"></div>
157
+
158
+ <div class="responsive_page_menu_ctn localmenu">
159
+ <div class="responsive_page_menu" id="responsive_page_local_menu" data-panel="{&quot;onOptionsActionDescription&quot;:&quot;#filter_toggle&quot;,&quot;onOptionsButton&quot;:&quot;Responsive_ToggleLocalMenu()&quot;,&quot;onCancelButton&quot;:&quot;Responsive_ToggleLocalMenu()&quot;}">
160
+ <div class="localmenu_content" data-panel="{&quot;maintainY&quot;:true,&quot;bFocusRingRoot&quot;:true,&quot;flow-children&quot;:&quot;column&quot;}">
161
+ </div>
162
+ </div>
163
+ </div>
164
+
165
+
166
+
167
+ <div class="responsive_header">
168
+ <div class="responsive_header_content">
169
+ <div id="responsive_menu_logo">
170
+ <img src="https://community.fastly.steamstatic.com/public/shared/images/responsive/header_menu_hamburger.png" height="100%">
171
+ </div>
172
+ <div class="responsive_header_logo">
173
+ <a href="https://store.steampowered.com/">
174
+ <img src="https://community.fastly.steamstatic.com/public/shared/images/responsive/header_logo.png" height="36" border="0" alt="STEAM">
175
+ </a>
176
+ </div>
177
+ </div>
178
+ </div>
179
+
180
+ <div class="responsive_page_content_overlay">
181
+
182
+ </div>
183
+
184
+ <div class="responsive_fixonscroll_ctn nonresponsive_hidden ">
185
+ </div>
186
+
187
+ <div class="responsive_page_content">
188
+
189
+ <div role="banner" id="global_header" data-panel="{&quot;flow-children&quot;:&quot;row&quot;}">
190
+ <div class="content">
191
+ <div class="logo">
192
+ <span id="logo_holder">
193
+ <a href="https://store.steampowered.com/" aria-label="Link to the Steam Homepage">
194
+ <img src="https://community.fastly.steamstatic.com/public/shared/images/header/logo_steam.svg?t=962016" width="176" height="44" alt="Link to the Steam Homepage">
195
+ </a>
196
+ </span>
197
+ </div>
198
+
199
+ <div role="navigation" class="supernav_container" aria-label="Global Menu">
200
+ <a class="menuitem supernav" href="https://store.steampowered.com/" data-tooltip-type="selector" data-tooltip-content=".submenu_Store">
201
+ STORE </a>
202
+ <div class="submenu_Store" style="display: none;" data-submenuid="Store">
203
+ <a class="submenuitem" href="https://store.steampowered.com/">
204
+ Home </a>
205
+ <a class="submenuitem" href="https://store.steampowered.com/explore/">
206
+ Discovery Queue </a>
207
+ <a class="submenuitem" href="https://steamcommunity.com/my/wishlist/">
208
+ Wishlist </a>
209
+ <a class="submenuitem" href="https://store.steampowered.com/points/shop/">
210
+ Points Shop </a>
211
+ <a class="submenuitem" href="https://store.steampowered.com/news/">
212
+ News </a>
213
+ <a class="submenuitem" href="https://store.steampowered.com/stats/">
214
+ Charts </a>
215
+ </div>
216
+ <a class="menuitem supernav supernav_active" href="https://steamcommunity.com/" data-tooltip-type="selector" data-tooltip-content=".submenu_Community">
217
+ COMMUNITY </a>
218
+ <div class="submenu_Community" style="display: none;" data-submenuid="Community">
219
+ <a class="submenuitem" href="https://steamcommunity.com/">
220
+ Home </a>
221
+ <a class="submenuitem" href="https://steamcommunity.com/discussions/">
222
+ Discussions </a>
223
+ <a class="submenuitem" href="https://steamcommunity.com/workshop/">
224
+ Workshop </a>
225
+ <a class="submenuitem" href="https://steamcommunity.com/market/">
226
+ Market </a>
227
+ <a class="submenuitem" href="https://steamcommunity.com/?subsection=broadcasts">
228
+ Broadcasts </a>
229
+ </div>
230
+ <a class="menuitem " href="https://store.steampowered.com/about/">
231
+ About </a>
232
+ <a class="menuitem " href="https://help.steampowered.com/en/">
233
+ SUPPORT </a>
234
+ </div>
235
+ <script type="text/javascript">
236
+ jQuery(function($) {
237
+ $('#global_header .supernav').v_tooltip({'location':'bottom', 'destroyWhenDone': false, 'tooltipClass': 'supernav_content', 'offsetY':-6, 'offsetX': 1, 'horizontalSnap': 4, 'tooltipParent': '#global_header .supernav_container', 'correctForScreenSize': false});
238
+ });
239
+ </script>
240
+
241
+ <div id="global_actions">
242
+ <div role="navigation" id="global_action_menu" aria-label="Account Menu">
243
+ <a class="header_installsteam_btn header_installsteam_btn_green" href="https://store.steampowered.com/about/">
244
+ <div class="header_installsteam_btn_content">
245
+ Install Steam </div>
246
+ </a>
247
+
248
+
249
+ <a class="global_action_link" href="https://steamcommunity.com/login/home/?goto=login%2Fhome%2Fpaage%3Fgoto%3D">sign in</a>
250
+ &nbsp;|&nbsp;
251
+ <span class="pulldown global_action_link" id="language_pulldown" onclick="ShowMenu( this, 'language_dropdown', 'right' );">language</span>
252
+ <div class="popup_block_new" id="language_dropdown" style="display: none;">
253
+ <div class="popup_body popup_menu">
254
+ <a class="popup_menu_item tight" href="?l=schinese&goto=" onclick="ChangeLanguage( 'schinese' ); return false;">简体中文 (Simplified Chinese)</a>
255
+ <a class="popup_menu_item tight" href="?l=tchinese&goto=" onclick="ChangeLanguage( 'tchinese' ); return false;">繁體中文 (Traditional Chinese)</a>
256
+ <a class="popup_menu_item tight" href="?l=japanese&goto=" onclick="ChangeLanguage( 'japanese' ); return false;">日本語 (Japanese)</a>
257
+ <a class="popup_menu_item tight" href="?l=koreana&goto=" onclick="ChangeLanguage( 'koreana' ); return false;">한국어 (Korean)</a>
258
+ <a class="popup_menu_item tight" href="?l=thai&goto=" onclick="ChangeLanguage( 'thai' ); return false;">ไทย (Thai)</a>
259
+ <a class="popup_menu_item tight" href="?l=bulgarian&goto=" onclick="ChangeLanguage( 'bulgarian' ); return false;">Български (Bulgarian)</a>
260
+ <a class="popup_menu_item tight" href="?l=czech&goto=" onclick="ChangeLanguage( 'czech' ); return false;">Čeština (Czech)</a>
261
+ <a class="popup_menu_item tight" href="?l=danish&goto=" onclick="ChangeLanguage( 'danish' ); return false;">Dansk (Danish)</a>
262
+ <a class="popup_menu_item tight" href="?l=german&goto=" onclick="ChangeLanguage( 'german' ); return false;">Deutsch (German)</a>
263
+ <a class="popup_menu_item tight" href="?l=spanish&goto=" onclick="ChangeLanguage( 'spanish' ); return false;">Español - España (Spanish - Spain)</a>
264
+ <a class="popup_menu_item tight" href="?l=latam&goto=" onclick="ChangeLanguage( 'latam' ); return false;">Español - Latinoamérica (Spanish - Latin America)</a>
265
+ <a class="popup_menu_item tight" href="?l=greek&goto=" onclick="ChangeLanguage( 'greek' ); return false;">Ελληνικά (Greek)</a>
266
+ <a class="popup_menu_item tight" href="?l=french&goto=" onclick="ChangeLanguage( 'french' ); return false;">Français (French)</a>
267
+ <a class="popup_menu_item tight" href="?l=italian&goto=" onclick="ChangeLanguage( 'italian' ); return false;">Italiano (Italian)</a>
268
+ <a class="popup_menu_item tight" href="?l=indonesian&goto=" onclick="ChangeLanguage( 'indonesian' ); return false;">Bahasa Indonesia (Indonesian)</a>
269
+ <a class="popup_menu_item tight" href="?l=hungarian&goto=" onclick="ChangeLanguage( 'hungarian' ); return false;">Magyar (Hungarian)</a>
270
+ <a class="popup_menu_item tight" href="?l=dutch&goto=" onclick="ChangeLanguage( 'dutch' ); return false;">Nederlands (Dutch)</a>
271
+ <a class="popup_menu_item tight" href="?l=norwegian&goto=" onclick="ChangeLanguage( 'norwegian' ); return false;">Norsk (Norwegian)</a>
272
+ <a class="popup_menu_item tight" href="?l=polish&goto=" onclick="ChangeLanguage( 'polish' ); return false;">Polski (Polish)</a>
273
+ <a class="popup_menu_item tight" href="?l=portuguese&goto=" onclick="ChangeLanguage( 'portuguese' ); return false;">Português (Portuguese - Portugal)</a>
274
+ <a class="popup_menu_item tight" href="?l=brazilian&goto=" onclick="ChangeLanguage( 'brazilian' ); return false;">Português - Brasil (Portuguese - Brazil)</a>
275
+ <a class="popup_menu_item tight" href="?l=romanian&goto=" onclick="ChangeLanguage( 'romanian' ); return false;">Română (Romanian)</a>
276
+ <a class="popup_menu_item tight" href="?l=russian&goto=" onclick="ChangeLanguage( 'russian' ); return false;">Русский (Russian)</a>
277
+ <a class="popup_menu_item tight" href="?l=finnish&goto=" onclick="ChangeLanguage( 'finnish' ); return false;">Suomi (Finnish)</a>
278
+ <a class="popup_menu_item tight" href="?l=swedish&goto=" onclick="ChangeLanguage( 'swedish' ); return false;">Svenska (Swedish)</a>
279
+ <a class="popup_menu_item tight" href="?l=turkish&goto=" onclick="ChangeLanguage( 'turkish' ); return false;">Türkçe (Turkish)</a>
280
+ <a class="popup_menu_item tight" href="?l=vietnamese&goto=" onclick="ChangeLanguage( 'vietnamese' ); return false;">Tiếng Việt (Vietnamese)</a>
281
+ <a class="popup_menu_item tight" href="?l=ukrainian&goto=" onclick="ChangeLanguage( 'ukrainian' ); return false;">Українська (Ukrainian)</a>
282
+ <a class="popup_menu_item tight" href="https://www.valvesoftware.com/en/contact?contact-person=Translation%20Team%20Feedback" target="_blank">Report a translation problem</a>
283
+ </div>
284
+ </div>
285
+ </div>
286
+ </div>
287
+ </div>
288
+ </div>
289
+ <script type="text/javascript">
290
+ g_sessionID = "6b988341bd4fe551d61c727c";
291
+ g_steamID = false;
292
+ g_strLanguage = "english";
293
+ g_SNR = '2_60_703_';
294
+ g_bAllowAppImpressions = false;
295
+ g_ContentDescriptorPreferences = [1,3,4];
296
+
297
+ $J( function() { InitCookiePreferencesPopup() } );
298
+
299
+
300
+ // We always want to have the timezone cookie set for PHP to use
301
+ setTimezoneCookies();
302
+
303
+ $J( function() {
304
+
305
+ InitMiniprofileHovers(( 'https%3A%2F%2Fsteamcommunity.com' ));
306
+ InitEmoticonHovers();
307
+ ApplyAdultContentPreferences();
308
+ });
309
+
310
+ $J( function() { InitEconomyHovers( "https:\/\/community.fastly.steamstatic.com\/public\/css\/skin_1\/economy.css?v=rbw2FTiaLS06&l=english&_cdn=fastly", "https:\/\/community.fastly.steamstatic.com\/public\/javascript\/economy_common.js?v=3TZBCEPvtfTo&l=english&_cdn=fastly", "https:\/\/community.fastly.steamstatic.com\/public\/javascript\/economy.js?v=55iGPfqTxuQB&l=english&_cdn=fastly" );});</script>
311
+ <div id="application_config" style="display: none;" data-config="{&quot;EUNIVERSE&quot;:1,&quot;WEB_UNIVERSE&quot;:&quot;public&quot;,&quot;LANGUAGE&quot;:&quot;english&quot;,&quot;COUNTRY&quot;:&quot;DE&quot;,&quot;MEDIA_CDN_COMMUNITY_URL&quot;:&quot;https:\/\/cdn.fastly.steamstatic.com\/steamcommunity\/public\/&quot;,&quot;MEDIA_CDN_URL&quot;:&quot;https:\/\/cdn.fastly.steamstatic.com\/&quot;,&quot;VIDEO_CDN_URL&quot;:&quot;https:\/\/video.fastly.steamstatic.com\/&quot;,&quot;COMMUNITY_CDN_URL&quot;:&quot;https:\/\/community.fastly.steamstatic.com\/&quot;,&quot;COMMUNITY_CDN_ASSET_URL&quot;:&quot;https:\/\/cdn.fastly.steamstatic.com\/steamcommunity\/public\/assets\/&quot;,&quot;STORE_CDN_URL&quot;:&quot;https:\/\/store.fastly.steamstatic.com\/&quot;,&quot;PUBLIC_SHARED_URL&quot;:&quot;https:\/\/community.fastly.steamstatic.com\/public\/shared\/&quot;,&quot;COMMUNITY_BASE_URL&quot;:&quot;https:\/\/steamcommunity.com\/&quot;,&quot;CHAT_BASE_URL&quot;:&quot;https:\/\/steamcommunity.com\/&quot;,&quot;STORE_BASE_URL&quot;:&quot;https:\/\/store.steampowered.com\/&quot;,&quot;STORE_CHECKOUT_BASE_URL&quot;:&quot;https:\/\/checkout.steampowered.com\/&quot;,&quot;IMG_URL&quot;:&quot;https:\/\/community.fastly.steamstatic.com\/public\/images\/&quot;,&quot;STEAMTV_BASE_URL&quot;:&quot;https:\/\/steam.tv\/&quot;,&quot;HELP_BASE_URL&quot;:&quot;https:\/\/help.steampowered.com\/&quot;,&quot;PARTNER_BASE_URL&quot;:&quot;https:\/\/partner.steamgames.com\/&quot;,&quot;STATS_BASE_URL&quot;:&quot;https:\/\/partner.steampowered.com\/&quot;,&quot;INTERNAL_STATS_BASE_URL&quot;:&quot;https:\/\/steamstats.valve.org\/&quot;,&quot;IN_CLIENT&quot;:false,&quot;USE_POPUPS&quot;:false,&quot;STORE_ICON_BASE_URL&quot;:&quot;https:\/\/shared.fastly.steamstatic.com\/store_item_assets\/steam\/apps\/&quot;,&quot;STORE_ITEM_BASE_URL&quot;:&quot;https:\/\/shared.fastly.steamstatic.com\/store_item_assets\/&quot;,&quot;WEBAPI_BASE_URL&quot;:&quot;https:\/\/api.steampowered.com\/&quot;,&quot;TOKEN_URL&quot;:&quot;https:\/\/steamcommunity.com\/chat\/clientjstoken&quot;,&quot;BUILD_TIMESTAMP&quot;:1770317494,&quot;PAGE_TIMESTAMP&quot;:1770467330,&quot;IN_TENFOOT&quot;:false,&quot;IN_GAMEPADUI&quot;:false,&quot;IN_CHROMEOS&quot;:false,&quot;IN_MOBILE_WEBVIEW&quot;:false,&quot;PLATFORM&quot;:&quot;unknown&quot;,&quot;BASE_URL_STORE_CDN_ASSETS&quot;:&quot;https:\/\/cdn.fastly.steamstatic.com\/store\/&quot;,&quot;EREALM&quot;:1,&quot;LOGIN_BASE_URL&quot;:&quot;https:\/\/login.steampowered.com\/&quot;,&quot;AVATAR_BASE_URL&quot;:&quot;https:\/\/avatars.fastly.steamstatic.com\/&quot;,&quot;FROM_WEB&quot;:true,&quot;WEBSITE_ID&quot;:&quot;Community&quot;,&quot;BASE_URL_SHARED_CDN&quot;:&quot;https:\/\/shared.fastly.steamstatic.com\/&quot;,&quot;CLAN_CDN_ASSET_URL&quot;:&quot;https:\/\/clan.fastly.steamstatic.com\/&quot;,&quot;COMMUNITY_ASSETS_BASE_URL&quot;:&quot;https:\/\/shared.fastly.steamstatic.com\/community_assets\/&quot;,&quot;SNR&quot;:&quot;2_60_703_&quot;}" data-userinfo="{&quot;logged_in&quot;:false,&quot;country_code&quot;:&quot;DE&quot;,&quot;excluded_content_descriptors&quot;:[1,3,4]}" data-community="[]" data-loyaltystore="{&quot;webapi_token&quot;:&quot;&quot;}" data-steam_notifications="null"></div><link href="https://community.fastly.steamstatic.com/public/css/applications/community/main.css?v=qiCDmVPiANv_&amp;l=english&amp;_cdn=fastly" rel="stylesheet" type="text/css">
312
+ <script type="text/javascript" src="https://community.fastly.steamstatic.com/public/javascript/applications/community/manifest.js?v=Dj0Zqkdq0-uD&amp;l=english&amp;_cdn=fastly"></script>
313
+ <script type="text/javascript" src="https://community.fastly.steamstatic.com/public/javascript/applications/community/libraries~b28b7af69.js?v=otJTfeJA4u84&amp;l=english&amp;_cdn=fastly"></script>
314
+ <script type="text/javascript" src="https://community.fastly.steamstatic.com/public/javascript/applications/community/main.js?v=5huybP_2wChQ&amp;l=english&amp;_cdn=fastly"></script>
315
+ <div id="application_root"></div>
316
+
317
+ <div role="main" class="responsive_page_template_content" id="responsive_page_template_content" data-panel="{&quot;autoFocus&quot;:true}" >
318
+
319
+
320
+
321
+
322
+ <script language="Javascript">
323
+ function StartLogin()
324
+ {
325
+ LoginManager = new CLoginPromptManager( 'https://steamcommunity.com', {
326
+ strRedirectURL: "https:\/\/steamcommunity.com\/my",
327
+ gidCaptcha: -1,
328
+ strMobileClientType: null,
329
+ strMobileClientVersion: null,
330
+ bIsMobile: false,
331
+ bMobileClientSupportsPostMessage: false } );
332
+
333
+ let form = document.forms['logon'];
334
+ if ( form ) {
335
+ form.elements['username'].focus();
336
+ }
337
+
338
+ }
339
+
340
+ $J( function() {
341
+ StartLogin();
342
+ });
343
+ </script>
344
+
345
+ <div class="page_content">
346
+
347
+
348
+ <div class="login_featuretarget_ctn" data-featuretarget="login" data-props="{&quot;redirectUrl&quot;:&quot;https://steamcommunity.com/my&quot;,&quot;disableQR&quot;:false,&quot;guest&quot;:false}"></div> <div class="login_bottom_row">
349
+ <div class="login_btn_ctn login_bottom_row_item">
350
+ <div class="headline">New to Steam?</div>
351
+ <a target="_top" href="https://store.steampowered.com/join" class="login_create_btn btn_blue_steamui btn_medium">
352
+ <span>Create an account</span>
353
+ </a>
354
+ </div>
355
+ <div class="login_bottom_row_item">
356
+ <div class="subtext">It's free and easy. Discover thousands of games to play with millions of new friends. <a class="login_join_desc about_link" href="https://store.steampowered.com/about" >Learn more about Steam</a>
357
+ </div>
358
+ </div>
359
+
360
+ </div>
361
+ </div>
362
+
363
+ <div id="loginModals">
364
+ <div class="login_modal loginAuthCodeModal" style="display: none">
365
+ <form data-ajax="false">
366
+ <div class="auth_message_area">
367
+ <div id="auth_icon" class="auth_icon auth_icon_key">
368
+ </div>
369
+ <div class="auth_messages" id="auth_messages">
370
+ <div class="auth_message" id="auth_message_entercode" style="display: none;">
371
+ <div class="auth_modal_h1">Hello!</div>
372
+ <p>We see you're logging in to Steam from a new browser or a new computer. Or maybe it's just been a while...</p>
373
+ </div>
374
+ <div class="auth_message" id="auth_message_checkspam" style="display: none;">
375
+ <div class="auth_modal_h1">Mistaken for spam?</div>
376
+ <p>Did you check your spam folder? If you don't see a recent message from Steam Support in your inbox, try looking there.</p>
377
+ </div>
378
+ <div class="auth_message" id="auth_message_success" style="display: none;">
379
+ <div class="auth_modal_h1">Success!</div>
380
+ <p>You now have access to your Steam account here.</p>
381
+ </div>
382
+ <div class="auth_message" id="auth_message_incorrectcode" style="display: none;">
383
+ <div class="auth_modal_h1">Whoops!</div>
384
+ <p>Sorry but, <br>that isn't quite right...</p>
385
+ </div>
386
+ <div class="auth_message" id="auth_message_help" style="display: none;">
387
+ <div class="auth_modal_h1">Let us help!</div>
388
+ <p>Sorry you're having trouble. We know your Steam account is valuable to you, and we're committed to helping you keep access to it in the right hands.</p>
389
+ </div>
390
+ </div>
391
+ </div>
392
+ <div id="auth_details_messages" class="auth_details_messages">
393
+ <div class="auth_details" id="auth_details_entercode" style="display: none;">
394
+ As an added account security measure, you’ll need to grant access to this browser by entering the special code we’ve just sent to your email address at <span id="emailauth_entercode_emaildomain"></span>. </div>
395
+ <div class="auth_details" id="auth_details_success" style="display: none;">
396
+ If this is a public computer, be sure to log out of Steam when you're ready to quit this browser session. </div>
397
+ <div class="auth_details" id="auth_details_help" style="display: none;">
398
+ Please contact Steam Support for assistance from a member of our staff. Legitimate claims for help with account access are our number one priority. </div>
399
+ </div>
400
+ <div class="authcode_entry_area">
401
+ <div id="authcode_entry">
402
+ <div class="authcode_entry_box">
403
+ <input class="authcode_entry_input authcode_placeholder" id="authcode" type="text" value=""
404
+ placeholder="enter your code here">
405
+
406
+ </div>
407
+ </div>
408
+ <div id="authcode_help_supportlink">
409
+ <a href="https://help.steampowered.com/en/faqs/view/06B0-26E6-2CF8-254C" data-ajax="false" data-externallink="1">Contact Steam Support for help with account access</a>
410
+ </div>
411
+ </div>
412
+ <div class="modal_buttons" id="auth_buttonsets">
413
+ <div class="auth_buttonset" id="auth_buttonset_entercode" style="display: none;">
414
+ <div data-modalstate="submit" class="auth_button leftbtn">
415
+ <div class="auth_button_h3">Submit</div>
416
+ <div class="auth_button_h5">my special access code</div>
417
+ </div>
418
+ <div data-modalstate="checkspam" class="auth_button">
419
+ <div class="auth_button_h3">What message?</div>
420
+ <div class="auth_button_h5">I don't have any message from Steam Support...</div>
421
+ </div>
422
+ <div style="clear: left;"></div>
423
+ </div>
424
+ <div class="auth_buttonset" id="auth_buttonset_checkspam" style="display: none;">
425
+ <div data-modalstate="submit" class="auth_button leftbtn">
426
+ <div class="auth_button_h3">Found it!</div>
427
+ <div class="auth_button_h5">and I've entered my special access code above</div>
428
+ </div>
429
+ <div data-modalstate="help" class="auth_button">
430
+ <div class="auth_button_h3">No luck still...</div>
431
+ <div class="auth_button_h5">I don't have any message from Steam Support...</div>
432
+ </div>
433
+ <div style="clear: left;"></div>
434
+ </div>
435
+ <div class="auth_buttonset" id="auth_buttonset_success" style="display: none;">
436
+ <div class="auth_button auth_button_spacer">
437
+ </div>
438
+ <a data-modalstate="complete" class="auth_button" id="success_continue_btn" href="javascript:void(0);">
439
+ <div class="auth_button_h3">Proceed to Steam!</div>
440
+ <div class="auth_button_h5">&nbsp;<br>&nbsp;</div>
441
+ </a>
442
+ <div style="clear: left;"></div>
443
+ </div>
444
+ <div class="auth_buttonset" id="auth_buttonset_incorrectcode" style="display: none;">
445
+ <div data-modalstate="submit" class="auth_button leftbtn">
446
+ <div class="auth_button_h3">I want to try again</div>
447
+ <div class="auth_button_h5">and I've re-entered my special access code above</div>
448
+ </div>
449
+ <div data-modalstate="help" class="auth_button">
450
+ <div class="auth_button_h3">Please help</div>
451
+ <div class="auth_button_h5">I think I need assistance from Steam Support...</div>
452
+ </div>
453
+ <div style="clear: left;"></div>
454
+ </div>
455
+ <div class="auth_buttonset" id="auth_buttonset_waiting" style="display: none;">
456
+ </div>
457
+ </div>
458
+ <div style="" id="auth_details_computer_name" class="auth_details_messages">
459
+ To easily recognize this browser among the list of devices Steam Guard has enabled, give the browser a friendly name - at least 6 characters long. <div id="friendly_name_box" class="friendly_name_box">
460
+ <input class="authcode_entry_input authcode_placeholder" id="friendlyname" type="text"
461
+ placeholder="enter a friendly name here">
462
+ </div>
463
+ </div>
464
+ <div style="display: none;">
465
+ <input type="submit">
466
+ </div>
467
+ </form>
468
+ </div>
469
+
470
+ <div class="login_modal loginIPTModal" style="display: none">
471
+ <div class="auth_message_area">
472
+ <div class="auth_icon ipt_icon">
473
+ </div>
474
+ <div class="auth_messages">
475
+ <div class="auth_message">
476
+ <div class="auth_modal_h1">Sorry</div>
477
+ <p>This account can't be accessed from this computer without additional authorization.</p>
478
+ </div>
479
+ </div>
480
+ </div>
481
+ <div class="auth_details_messages">
482
+ <div class="auth_details">
483
+ Please contact Steam Support to have a member of our staff assist you. Legitimate claims for help with account access are our number one priority. </div>
484
+ </div>
485
+ <div class="authcode_entry_area">
486
+ </div>
487
+ <div class="modal_buttons">
488
+ <div class="auth_buttonset" >
489
+ <a href="https://help.steampowered.com/" class="auth_button leftbtn" data-ajax="false" data-externallink="1">
490
+ <div class="auth_button_h3">Learn more</div>
491
+ <div class="auth_button_h5">about Intel&reg; Identity Protection Technology</div>
492
+ </a>
493
+ <a href="https://support.steampowered.com" class="auth_button" data-ajax="false" data-externallink="1">
494
+ <div class="auth_button_h3">Please help</div>
495
+ <div class="auth_button_h5">I think I need assistance from Steam Support...</div>
496
+ </a>
497
+ <div style="clear: left;"></div>
498
+ </div>
499
+ </div>
500
+ </div>
501
+
502
+
503
+
504
+ <div class="login_modal loginTwoFactorCodeModal" style="display: none;">
505
+ <form>
506
+ <div class="twofactorauth_message_area">
507
+ <div id="login_twofactorauth_icon" class="auth_icon auth_icon_key">
508
+ </div>
509
+ <div class="twofactorauth_messages" id="login_twofactorauth_messages">
510
+ <div class="twofactorauth_message" id="login_twofactorauth_message_entercode" style="display: none;">
511
+ <div class="auth_modal_h1">Hello <span id="login_twofactorauth_message_entercode_accountname"></span>!</div>
512
+ <p>This account is currently using a Steam Guard Mobile Authenticator.</p>
513
+ </div>
514
+ <div class="twofactorauth_message" id="login_twofactorauth_message_incorrectcode" style="display: none;">
515
+ <div class="auth_modal_h1">Whoops!</div>
516
+ <p>Sorry but, <br>that isn't quite right...</p>
517
+ </div>
518
+ <div class="twofactorauth_message" id="login_twofactorauth_message_selfhelp" style="display: none;">
519
+ <div class="auth_modal_h1">Let us help!</div>
520
+ <p>Sorry you're having trouble. We know your Steam account is valuable to you, and we're committed to helping you keep access to it in the right hands.</p>
521
+ </div>
522
+ <div class="twofactorauth_message" id="login_twofactorauth_message_selfhelp_sms_remove" style="display: none;">
523
+ <div class="auth_modal_h1">Confirm ownership of your account</div>
524
+ <p>We'll send a text message containing an account recovery code to your phone number ending in <span id="login_twofactorauth_selfhelp_sms_remove_last_digits"></span>. Once you enter the code, we will remove the mobile authenticator from your account and you will receive Steam Guard codes via email.</p>
525
+ </div>
526
+ <div class="twofactorauth_message" id="login_twofactorauth_message_selfhelp_sms_remove_entercode" style="display: none;">
527
+ <div class="auth_modal_h1">Confirm ownership of your account</div>
528
+ <p>We have sent a text message containing a confirmation code to your phone number ending in <span id="login_twofactorauth_selfhelp_sms_remove_entercode_last_digits"></span>. Enter the code below so we can remove the mobile authenticator from your account.</p>
529
+ </div>
530
+ <div class="twofactorauth_message" id="login_twofactorauth_message_selfhelp_sms_remove_incorrectcode" style="display: none;">
531
+ <div class="auth_modal_h1">Whoops!</div>
532
+ <p>Sorry but, <br>that isn't quite right...</p>
533
+ </div>
534
+ <div class="twofactorauth_message" id="login_twofactorauth_message_selfhelp_twofactor_removed" style="display: none;">
535
+ <div class="auth_modal_h1">Success!</div>
536
+ <p>We have removed the mobile authenticator from your account. Next time you log in, you will have to enter a Steam Guard code that is sent to your email address.</p>
537
+ </div>
538
+ <div class="twofactorauth_message" id="login_twofactorauth_message_selfhelp_twofactor_replaced" style="display: none;">
539
+ <div class="auth_modal_h1">Success!</div>
540
+ <p>You can now use this device to get mobile authenticator codes for your account. Any other device that was previously providing authenticator codes for your account will no longer be able to do so.</p>
541
+ </div>
542
+ <div class="twofactorauth_message" id="login_twofactorauth_message_selfhelp_nosms" style="display: none;">
543
+ <div class="auth_modal_h1">Do you have the recovery code?</div>
544
+ <p>You do not have a phone number associated with your Steam account, so we are unable to verify account ownership via a text message. Do you have the recovery code that you wrote down when you added the mobile authenticator? The recovery code begins with the letter 'R'.</p>
545
+ </div>
546
+ <div class="twofactorauth_message" id="login_twofactorauth_message_selfhelp_rcode" style="display: none;">
547
+ <div class="auth_modal_h1">Enter your recovery code</div>
548
+ <p>Please enter the recovery code in the box below. The recovery code begins with the letter 'R'.</p>
549
+ </div>
550
+ <div class="twofactorauth_message" id="login_twofactorauth_message_selfhelp_rcode_incorrectcode" style="display: none;">
551
+ <div class="auth_modal_h1">Whoops!</div>
552
+ <p>Sorry but, <br>that isn't quite right...</p>
553
+ </div>
554
+ <div class="twofactorauth_message" id="login_twofactorauth_message_selfhelp_rcode_incorrectcode_exhausted" style="display: none;">
555
+ <div class="auth_modal_h1">Whoops!</div>
556
+ <p>Sorry but, <br>that isn't quite right...</p>
557
+ </div>
558
+ <div class="twofactorauth_message" id="login_twofactorauth_message_selfhelp_rcode_message" style="display: none;">
559
+ <div class="auth_modal_h1">Whoops!</div>
560
+ <p>Sorry but, <br>that isn't quite right...</p>
561
+ </div>
562
+ <div class="twofactorauth_message" id="login_twofactorauth_message_selfhelp_couldnthelp" style="display: none;">
563
+ <div class="auth_modal_h1">Let us help!</div>
564
+ <p>If you have lost access to your mobile device, the mobile phone number associated with your account, and don't have the recovery code that you wrote down when you added the mobile authenticator, then please contact Steam Support for assistance recovering access to your account.</p>
565
+ </div>
566
+ <div class="twofactorauth_message" id="login_twofactorauth_message_help" style="display: none;">
567
+ <div class="auth_modal_h1">Let us help!</div>
568
+ <p>Sorry you're having trouble. We know your Steam account is valuable to you, and we're committed to helping you keep access to it in the right hands.</p>
569
+ </div>
570
+ <div class="twofactorauth_message" id="login_twofactorauth_message_selfhelp_failure" style="display: none;">
571
+ <div class="auth_modal_h1">Sorry!</div>
572
+ <p>There was an error encountered while processing your request.</p>
573
+ </div>
574
+ </div>
575
+ </div>
576
+ <div id="login_twofactorauth_details_messages" class="twofactorauth_details_messages">
577
+ <div class="twofactorauth_details" id="login_twofactorauth_details_entercode" style="display: none;">
578
+ Enter the current code displayed in the Steam Mobile app: </div>
579
+ <div class="twofactorauth_details" id="login_twofactorauth_details_selfhelp" style="display: none;">
580
+ If you have lost your mobile device or uninstalled the Steam app and can no longer receive codes, then you may remove the mobile authenticator from your account. This will reduce the security on your account, so you should add a mobile authenticator to a new mobile device afterwards. </div>
581
+ <div class="twofactorauth_details" id="login_twofactorauth_details_help" style="display: none;">
582
+ Please contact Steam Support for assistance from a member of our staff. </div>
583
+ <div class="twofactorauth_details" id="login_twofactorauth_details_selfhelp_failure" style="display: none;">
584
+ </div>
585
+ <div class="twofactorauth_details" id="login_twofactorauth_details_selfhelp_rcode_incorrectcode" style="display: none;">
586
+ </div>
587
+ <div class="twofactorauth_details" id="login_twofactorauth_details_selfhelp_rcode_incorrectcode_exhausted" style="display: none;">
588
+ </div>
589
+ </div>
590
+ <div class="twofactorauthcode_entry_area">
591
+ <div id="login_twofactor_authcode_entry">
592
+ <div class="twofactorauthcode_entry_box">
593
+ <input class="twofactorauthcode_entry_input authcode_placeholder" id="twofactorcode_entry" type="text"
594
+ placeholder="enter your code here" autocomplete="off">
595
+ </div>
596
+ </div>
597
+ <div id="login_twofactor_authcode_help_supportlink">
598
+ <a href="https://help.steampowered.com/en/faqs/view/06B0-26E6-2CF8-254C">
599
+ Contact Steam Support for help with account access </a>
600
+ </div>
601
+ </div>
602
+ <div class="modal_buttons" id="login_twofactorauth_buttonsets">
603
+ <div class="auth_buttonset" id="login_twofactorauth_buttonset_entercode" style="display: none;">
604
+ <div type="submit" class="auth_button leftbtn" data-modalstate="submit">
605
+ <div class="auth_button_h3">Submit</div>
606
+ <div class="auth_button_h5">my authenticator code</div>
607
+ </div>
608
+ <div class="auth_button" data-modalstate="selfhelp">
609
+ <div class="auth_button_h3">Please help</div>
610
+ <div class="auth_button_h5">I no longer have access to my Mobile Authenticator codes</div>
611
+ </div>
612
+ <div style="clear: left;"></div>
613
+ </div>
614
+ <div class="auth_buttonset" id="login_twofactorauth_buttonset_incorrectcode" style="display: none;">
615
+ <div class="auth_button leftbtn" data-modalstate="submit">
616
+ <div class="auth_button_h3">I want to try again</div>
617
+ <div class="auth_button_h5">and I've re-entered my authenticator code above</div>
618
+ </div>
619
+ <div class="auth_button" data-modalstate="selfhelp">
620
+ <div class="auth_button_h3">Please help</div>
621
+ <div class="auth_button_h5">I think I need assistance from Steam Support...</div>
622
+ </div>
623
+ <div style="clear: left;"></div>
624
+ </div>
625
+ <div class="auth_buttonset" id="login_twofactorauth_buttonset_selfhelp" style="display: none;">
626
+ <div class="auth_button leftbtn" data-modalstate="selfhelp_sms_remove_start">
627
+ <div class="auth_button_h3" style="font-size: 16px;">Remove authenticator</div>
628
+ <div class="auth_button_h5">and go back to receiving codes by email</div>
629
+ </div>
630
+ <div class="auth_button" data-modalstate="selfhelp_sms_reset_start">
631
+ <div class="auth_button_h3">Use this device</div>
632
+ <div class="auth_button_h5">and get authenticator codes on this app</div>
633
+ </div>
634
+ </div>
635
+ <div class="auth_buttonset" id="login_twofactorauth_buttonset_selfhelp_sms_remove" style="display: none;">
636
+ <div class="auth_button leftbtn" data-modalstate="selfhelp_sms_remove_sendcode">
637
+ <div class="auth_button_h3">OK!</div>
638
+ <div class="auth_button_h5">Send me the text message</div>
639
+ </div>
640
+ <div class="auth_button" data-modalstate="selfhelp_nosms">
641
+ <div class="auth_button_h3">I can't</div>
642
+ <div class="auth_button_h5">because I no longer have access to that phone number</div>
643
+ </div>
644
+ </div>
645
+ <div class="auth_buttonset" id="login_twofactorauth_buttonset_selfhelp_sms_remove_entercode" style="display: none;">
646
+ <div class="auth_button leftbtn" data-modalstate="selfhelp_sms_remove_checkcode">
647
+ <div class="auth_button_h3">Submit</div>
648
+ <div class="auth_button_h5">I entered the code above</div>
649
+ </div>
650
+ <div class="auth_button" data-modalstate="selfhelp_nosms">
651
+ <div class="auth_button_h3">Please help</div>
652
+ <div class="auth_button_h5">I'm not receiving the text message</div>
653
+ </div>
654
+ </div>
655
+ <div class="auth_buttonset" id="login_twofactorauth_buttonset_selfhelp_sms_remove_incorrectcode" style="display: none;">
656
+ <div class="auth_button leftbtn" data-modalstate="selfhelp_sms_remove_checkcode">
657
+ <div class="auth_button_h3">Submit</div>
658
+ <div class="auth_button_h5">I re-entered the code. Let's try again.</div>
659
+ </div>
660
+ <div class="auth_button" data-modalstate="selfhelp_nosms">
661
+ <div class="auth_button_h3">Please help</div>
662
+ <div class="auth_button_h5">I'm not receiving the text message</div>
663
+ </div>
664
+ </div>
665
+ <div class="auth_buttonset" id="login_twofactorauth_buttonset_selfhelp_twofactor_removed" style="display: none;">
666
+ <div class="auth_button leftbtn" data-modalstate="selfhelp_sms_remove_complete">
667
+ <div class="auth_button_h3">Log in</div>
668
+ <div class="auth_button_h5">with the mobile authenticator removed</div>
669
+ </div>
670
+ </div>
671
+ <div class="auth_buttonset" id="login_twofactorauth_buttonset_selfhelp_twofactor_replaced" style="display: none;">
672
+ <div class="auth_button leftbtn" data-modalstate="selfhelp_sms_remove_complete">
673
+ <div class="auth_button_h3">Log in</div>
674
+ <div class="auth_button_h5">to the Steam Mobile app</div>
675
+ </div>
676
+ </div>
677
+ <div class="auth_buttonset" id="login_twofactorauth_buttonset_selfhelp_nosms" style="display: none;">
678
+ <div class="auth_button leftbtn" data-modalstate="selfhelp_rcode">
679
+ <div class="auth_button_h3">Yes</div>
680
+ <div class="auth_button_h5">I have the recovery code that begins with 'R'</div>
681
+ </div>
682
+ <div class="auth_button" data-modalstate="selfhelp_couldnthelp">
683
+ <div class="auth_button_h3">No</div>
684
+ <div class="auth_button_h5">I don't have a code like that</div>
685
+ </div>
686
+ </div>
687
+ <div class="auth_buttonset" id="login_twofactorauth_buttonset_selfhelp_rcode" style="display: none;">
688
+ <div class="auth_button leftbtn" data-modalstate="selfhelp_rcode_checkcode">
689
+ <div class="auth_button_h3">Submit</div>
690
+ <div class="auth_button_h5">my recovery code</div>
691
+ </div>
692
+ <div class="auth_button" data-modalstate="selfhelp_couldnthelp">
693
+ <div class="auth_button_h3">Please help</div>
694
+ <div class="auth_button_h5">I think I need assistance from Steam Support...</div>
695
+ </div>
696
+ </div>
697
+ <div class="auth_buttonset" id="login_twofactorauth_buttonset_selfhelp_rcode_incorrectcode" style="display: none;">
698
+ <div class="auth_button leftbtn" data-modalstate="selfhelp_rcode_checkcode">
699
+ <div class="auth_button_h3">Submit</div>
700
+ <div class="auth_button_h5">I re-entered the code. Let's try again.</div>
701
+ </div>
702
+ <div class="auth_button" data-modalstate="selfhelp_couldnthelp">
703
+ <div class="auth_button_h3">Please help</div>
704
+ <div class="auth_button_h5">I think I need assistance from Steam Support...</div>
705
+ </div>
706
+ </div>
707
+ <div class="auth_buttonset" id="login_twofactorauth_buttonset_selfhelp_rcode_incorrectcode_exhausted" style="display: none;">
708
+ <div class="auth_button" data-modalstate="selfhelp_couldnthelp">
709
+ <div class="auth_button_h3">Please help</div>
710
+ <div class="auth_button_h5">I think I need assistance from Steam Support...</div>
711
+ </div>
712
+ </div>
713
+ <div class="auth_buttonset" id="login_twofactorauth_buttonset_selfhelp_couldnthelp" style="display: none;">
714
+ <a class="auth_button leftbtn" href="https://help.steampowered.com/">
715
+ <div class="auth_button_h3">Contact us</div>
716
+ <div class="auth_button_h5">for help with account access</div>
717
+ </a>
718
+ </div>
719
+ <div class="auth_buttonset" id="login_twofactorauth_buttonset_waiting" style="display: none;">
720
+ </div>
721
+ </div>
722
+ <div style="display: none;">
723
+ <input type="submit">
724
+ </div>
725
+ </form>
726
+ </div>
727
+ </div>
728
+
729
+ </div> <!-- responsive_page_legacy_content -->
730
+
731
+ <div id="footer_spacer" class=""></div>
732
+ <div id="footer_responsive_optin_spacer"></div>
733
+ <div id="footer">
734
+ <div class="footer_content">
735
+ <span id="footerLogo"><img src="https://community.fastly.steamstatic.com/public/images/skin_1/footerLogo_valve.png?v=1" width="96" height="26" border="0" alt="Valve Logo" /></span>
736
+ <span id="footerText">
737
+ &copy; Valve Corporation. All rights reserved. All trademarks are property of their respective owners in the US and other countries.<br/>Some geospatial data on this website is provided by <a href="https://steamcommunity.com/linkfilter/?u=http%3A%2F%2Fwww.geonames.org" target="_blank" rel=" noopener">geonames.org</a>. <br>
738
+ <span class="valve_links">
739
+ <a href="http://store.steampowered.com/privacy_agreement/" target="_blank">Privacy Policy</a>
740
+ &nbsp; | &nbsp;<a href="https://store.steampowered.com/legal/" target="_blank">Legal</a>
741
+ &nbsp; | &nbsp;<a href="https://help.steampowered.com/faqs/view/10BB-D27A-6378-4436" target="_blank">Accessibility</a>
742
+ &nbsp;| &nbsp;<a href="http://store.steampowered.com/subscriber_agreement/" target="_blank">Steam Subscriber Agreement</a>
743
+ &nbsp;| &nbsp;<a href="http://store.steampowered.com/account/cookiepreferences/" target="_blank">Cookies</a>
744
+ </span>
745
+ </span>
746
+ </div>
747
+ <div class="responsive_optin_link">
748
+ <div class="btn_medium btnv6_grey_black" role="link" onclick="Responsive_RequestMobileView()">
749
+ <span>View mobile website</span>
750
+ </div>
751
+ </div>
752
+ </div>
753
+
754
+ </div> <!-- responsive_page_content -->
755
+
756
+ </div> <!-- responsive_page_frame -->
757
+ </body>
758
+ </html>
pages/html/ffda3ab09860.html ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang=en>
3
+ <meta charset=utf-8>
4
+ <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
5
+ <title>Error 404 (Not Found)!!1</title>
6
+ <style>
7
+ *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}
8
+ </style>
9
+ <a href=//www.google.com/><span id=logo aria-label=Google></span></a>
10
+ <p><b>404.</b> <ins>That’s an error.</ins>
11
+ <p>The requested URL <code>/intl/de/arbout.html</code> was not found on this server. <ins>That’s all we know.</ins>
pages/index.json ADDED
The diff for this file is too large to render. See raw diff
 
pages/seeds.jsonl ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"url": "https://github.com/login", "expected_type": "lg"}
2
+ {"url": "https://accounts.google.com/signin", "expected_type": "lg"}
3
+ {"url": "https://www.facebook.com/login", "expected_type": "lg"}
4
+ {"url": "https://twitter.com/i/flow/login", "expected_type": "lg"}
5
+ {"url": "https://login.microsoftonline.com/", "expected_type": "lg"}
6
+ {"url": "https://www.reddit.com/login/", "expected_type": "lg"}
7
+ {"url": "https://www.linkedin.com/login", "expected_type": "lg"}
8
+ {"url": "https://bitbucket.org/account/signin/", "expected_type": "lg"}
9
+ {"url": "https://discord.com/login", "expected_type": "lg"}
10
+ {"url": "https://stackoverflow.com/users/login", "expected_type": "lg"}
11
+ {"url": "https://gitlab.com/users/sign_in", "expected_type": "lg"}
12
+ {"url": "https://hub.docker.com/sso/start", "expected_type": "lg"}
13
+ {"url": "https://github.com/signup", "expected_type": "rg"}
14
+ {"url": "https://signup.live.com/", "expected_type": "rg"}
15
+ {"url": "https://www.reddit.com/register/", "expected_type": "rg"}
16
+ {"url": "https://www.linkedin.com/signup", "expected_type": "rg"}
17
+ {"url": "https://gitlab.com/users/sign_up", "expected_type": "rg"}
18
+ {"url": "https://discord.com/register", "expected_type": "rg"}
19
+ {"url": "https://bitbucket.org/account/signup/", "expected_type": "rg"}
20
+ {"url": "https://www.google.com/", "expected_type": "sr"}
21
+ {"url": "https://duckduckgo.com/", "expected_type": "sr"}
22
+ {"url": "https://search.yahoo.com/", "expected_type": "sr"}
23
+ {"url": "https://www.bing.com/", "expected_type": "sr"}
24
+ {"url": "https://www.google.com/search?q=test", "expected_type": "sr"}
25
+ {"url": "https://github.com/search", "expected_type": "sr"}
26
+ {"url": "https://example.com/", "expected_type": "ln", "mangle": true}
27
+ {"url": "https://www.cloudflare.com/", "expected_type": "ln", "mangle": true}
28
+ {"url": "https://www.github.com/", "expected_type": "ln", "mangle": true}
29
+ {"url": "https://www.digitalocean.com/", "expected_type": "ln", "mangle": true}
30
+ {"url": "https://www.heroku.com/", "expected_type": "ln", "mangle": true}
31
+ {"url": "https://www.netlify.com/", "expected_type": "ln", "mangle": true}
32
+ {"url": "https://www.vercel.com/", "expected_type": "ln", "mangle": true}
33
+ {"url": "https://www.docker.com/", "expected_type": "ln", "mangle": true}
34
+ {"url": "https://stripe.com/", "expected_type": "ln", "mangle": true}
35
+ {"url": "https://www.shopify.com/", "expected_type": "ln", "mangle": true}
36
+ {"url": "https://wordpress.com/", "expected_type": "ln", "mangle": true}
37
+ {"url": "https://httpstat.us/404", "expected_type": "er"}
38
+ {"url": "https://github.com/this-page-does-not-exist-xyz123", "expected_type": "er"}
39
+ {"url": "https://stackoverflow.com/this-does-not-exist-abc", "expected_type": "er"}
40
+ {"url": "https://www.reddit.com/r/thissubredditdoesnotexist999/", "expected_type": "er"}
41
+ {"url": "https://www.amazon.com/dp/DOESNOTEXIST999", "expected_type": "er"}
42
+ {"url": "https://docs.github.com/en/nonexistent-page-xyz", "expected_type": "er"}
43
+ {"url": "https://developer.mozilla.org/en-US/docs/nonexistent-xyz", "expected_type": "er"}
44
+ {"url": "https://en.wikipedia.org/wiki/Dsjkfhsdkjfhsdkjfh_nonexistent", "expected_type": "er"}
45
+ {"url": "https://www.npmjs.com/package/this-package-absolutely-does-not-exist-xyz123", "expected_type": "er"}
46
+ {"url": "https://github.com/contact", "expected_type": "ct"}
47
+ {"url": "https://www.cloudflare.com/contact/", "expected_type": "ct"}
48
+ {"url": "https://www.digitalocean.com/company/contact", "expected_type": "ct"}
49
+ {"url": "https://wordpress.com/support/contact/", "expected_type": "ct"}
50
+ {"url": "https://github.com/password_reset", "expected_type": "pr"}
51
+ {"url": "https://www.facebook.com/login/identify", "expected_type": "pr"}
52
+ {"url": "https://www.reddit.com/password", "expected_type": "pr"}
53
+ {"url": "https://gitlab.com/users/password/new", "expected_type": "pr"}
54
+ {"url": "https://www.amazon.com/dp/B0CHX3QBCH", "expected_type": "pd"}
55
+ {"url": "https://www.ebay.com/itm/123456789", "expected_type": "pd"}
56
+ {"url": "https://github.blog/", "expected_type": "bl"}
57
+ {"url": "https://blog.cloudflare.com/", "expected_type": "bl"}
58
+ {"url": "https://engineering.fb.com/", "expected_type": "bl"}
59
+ {"url": "https://netflixtechblog.com/", "expected_type": "bl"}
60
+ {"url": "https://blog.google/", "expected_type": "bl"}
pages/seeds_v2.jsonl ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Additional login pages (need ~15 more)
2
+ {"url": "https://www.instagram.com/accounts/login/", "expected_type": "lg"}
3
+ {"url": "https://login.yahoo.com/", "expected_type": "lg"}
4
+ {"url": "https://www.pinterest.com/login/", "expected_type": "lg"}
5
+ {"url": "https://www.tumblr.com/login", "expected_type": "lg"}
6
+ {"url": "https://www.dropbox.com/login", "expected_type": "lg"}
7
+ {"url": "https://slack.com/signin", "expected_type": "lg"}
8
+ {"url": "https://www.notion.so/login", "expected_type": "lg"}
9
+ {"url": "https://trello.com/login", "expected_type": "lg"}
10
+ {"url": "https://www.figma.com/login", "expected_type": "lg"}
11
+ {"url": "https://app.asana.com/-/login", "expected_type": "lg"}
12
+ {"url": "https://www.spotify.com/login/", "expected_type": "lg"}
13
+ {"url": "https://www.twitch.tv/login", "expected_type": "lg"}
14
+ {"url": "https://account.jetbrains.com/login", "expected_type": "lg"}
15
+ {"url": "https://id.atlassian.com/login", "expected_type": "lg"}
16
+ {"url": "https://www.npmjs.com/login", "expected_type": "lg"}
17
+ # Additional registration pages (need ~18 more)
18
+ {"url": "https://www.instagram.com/accounts/emailsignup/", "expected_type": "rg"}
19
+ {"url": "https://signup.wordpress.com/signup/", "expected_type": "rg"}
20
+ {"url": "https://www.pinterest.com/", "expected_type": "rg"}
21
+ {"url": "https://www.tumblr.com/register", "expected_type": "rg"}
22
+ {"url": "https://www.dropbox.com/register", "expected_type": "rg"}
23
+ {"url": "https://trello.com/signup", "expected_type": "rg"}
24
+ {"url": "https://www.figma.com/signup", "expected_type": "rg"}
25
+ {"url": "https://www.twitch.tv/signup", "expected_type": "rg"}
26
+ {"url": "https://www.spotify.com/signup/", "expected_type": "rg"}
27
+ {"url": "https://stackoverflow.com/users/signup", "expected_type": "rg"}
28
+ {"url": "https://www.npmjs.com/signup", "expected_type": "rg"}
29
+ {"url": "https://hub.docker.com/signup", "expected_type": "rg"}
30
+ {"url": "https://www.notion.so/signup", "expected_type": "rg"}
31
+ {"url": "https://medium.com/m/signin?operation=register", "expected_type": "rg"}
32
+ {"url": "https://www.quora.com/", "expected_type": "rg"}
33
+ {"url": "https://account.jetbrains.com/signup", "expected_type": "rg"}
34
+ {"url": "https://app.slack.com/get-started", "expected_type": "rg"}
35
+ {"url": "https://id.atlassian.com/signup", "expected_type": "rg"}
36
+ # Additional search pages (need ~19 more)
37
+ {"url": "https://www.google.com/search?q=weather", "expected_type": "sr"}
38
+ {"url": "https://www.bing.com/search?q=hello", "expected_type": "sr"}
39
+ {"url": "https://search.yahoo.com/search?p=test", "expected_type": "sr"}
40
+ {"url": "https://duckduckgo.com/?q=hello+world", "expected_type": "sr"}
41
+ {"url": "https://www.google.com/search?q=python+tutorial", "expected_type": "sr"}
42
+ {"url": "https://www.bing.com/search?q=weather+today", "expected_type": "sr"}
43
+ {"url": "https://search.brave.com/", "expected_type": "sr"}
44
+ {"url": "https://search.brave.com/search?q=test", "expected_type": "sr"}
45
+ {"url": "https://www.ecosia.org/", "expected_type": "sr"}
46
+ {"url": "https://www.ecosia.org/search?q=hello", "expected_type": "sr"}
47
+ {"url": "https://yandex.com/", "expected_type": "sr"}
48
+ {"url": "https://www.startpage.com/", "expected_type": "sr"}
49
+ {"url": "https://www.google.com/search?q=best+restaurants", "expected_type": "sr"}
50
+ {"url": "https://stackoverflow.com/search?q=golang+error+handling", "expected_type": "sr"}
51
+ {"url": "https://www.reddit.com/search/?q=golang", "expected_type": "sr"}
52
+ {"url": "https://www.amazon.com/s?k=laptop", "expected_type": "sr"}
53
+ {"url": "https://www.ebay.com/sch/i.html?_nkw=phone", "expected_type": "sr"}
54
+ {"url": "https://www.npmjs.com/search?q=express", "expected_type": "sr"}
55
+ {"url": "https://en.wikipedia.org/wiki/Special:Search?search=golang", "expected_type": "sr"}
56
+ # Additional landing pages with mangle (need ~14 more, also generates error/soft_404)
57
+ {"url": "https://www.twilio.com/", "expected_type": "ln", "mangle": true}
58
+ {"url": "https://www.atlassian.com/", "expected_type": "ln", "mangle": true}
59
+ {"url": "https://www.hashicorp.com/", "expected_type": "ln", "mangle": true}
60
+ {"url": "https://www.elastic.co/", "expected_type": "ln", "mangle": true}
61
+ {"url": "https://www.mongodb.com/", "expected_type": "ln", "mangle": true}
62
+ {"url": "https://www.postgresql.org/", "expected_type": "ln", "mangle": true}
63
+ {"url": "https://www.nginx.com/", "expected_type": "ln", "mangle": true}
64
+ {"url": "https://www.jetbrains.com/", "expected_type": "ln", "mangle": true}
65
+ {"url": "https://www.figma.com/", "expected_type": "ln", "mangle": true}
66
+ {"url": "https://www.notion.so/", "expected_type": "ln", "mangle": true}
67
+ {"url": "https://www.datadog.com/", "expected_type": "ln", "mangle": true}
68
+ {"url": "https://www.grafana.com/", "expected_type": "ln", "mangle": true}
69
+ {"url": "https://www.sentry.io/", "expected_type": "ln", "mangle": true}
70
+ {"url": "https://www.pagerduty.com/", "expected_type": "ln", "mangle": true}
71
+ {"url": "https://www.slack.com/", "expected_type": "ln", "mangle": true}
72
+ {"url": "https://www.zoom.us/", "expected_type": "ln", "mangle": true}
73
+ {"url": "https://www.dropbox.com/", "expected_type": "ln", "mangle": true}
74
+ {"url": "https://www.hubspot.com/", "expected_type": "ln", "mangle": true}
75
+ {"url": "https://www.salesforce.com/", "expected_type": "ln", "mangle": true}
76
+ {"url": "https://www.zendesk.com/", "expected_type": "ln", "mangle": true}
77
+ {"url": "https://www.intercom.com/", "expected_type": "ln", "mangle": true}
78
+ {"url": "https://www.postman.com/", "expected_type": "ln", "mangle": true}
79
+ {"url": "https://www.supabase.com/", "expected_type": "ln", "mangle": true}
80
+ # Additional blog pages (need ~20 more)
81
+ {"url": "https://blog.golang.org/", "expected_type": "bl"}
82
+ {"url": "https://blogs.microsoft.com/", "expected_type": "bl"}
83
+ {"url": "https://blog.twitter.com/", "expected_type": "bl"}
84
+ {"url": "https://slack.engineering/", "expected_type": "bl"}
85
+ {"url": "https://medium.com/netflix-techblog", "expected_type": "bl"}
86
+ {"url": "https://medium.com/airbnb-engineering", "expected_type": "bl"}
87
+ {"url": "https://dropbox.tech/", "expected_type": "bl"}
88
+ {"url": "https://engineering.linkedin.com/blog", "expected_type": "bl"}
89
+ {"url": "https://uber.com/blog/", "expected_type": "bl"}
90
+ {"url": "https://blog.discord.com/", "expected_type": "bl"}
91
+ {"url": "https://stripe.com/blog", "expected_type": "bl"}
92
+ {"url": "https://www.hashicorp.com/blog", "expected_type": "bl"}
93
+ {"url": "https://aws.amazon.com/blogs/", "expected_type": "bl"}
94
+ {"url": "https://blog.jetbrains.com/", "expected_type": "bl"}
95
+ {"url": "https://vercel.com/blog", "expected_type": "bl"}
96
+ {"url": "https://www.docker.com/blog/", "expected_type": "bl"}
97
+ {"url": "https://blog.rust-lang.org/", "expected_type": "bl"}
98
+ {"url": "https://nodejs.org/en/blog/", "expected_type": "bl"}
99
+ {"url": "https://grafana.com/blog/", "expected_type": "bl"}
100
+ {"url": "https://www.mongodb.com/blog", "expected_type": "bl"}
101
+ # Additional contact pages (need ~21 more)
102
+ {"url": "https://stripe.com/contact", "expected_type": "ct"}
103
+ {"url": "https://www.heroku.com/contact", "expected_type": "ct"}
104
+ {"url": "https://www.netlify.com/contact/", "expected_type": "ct"}
105
+ {"url": "https://www.docker.com/company/contact/", "expected_type": "ct"}
106
+ {"url": "https://www.mongodb.com/contact", "expected_type": "ct"}
107
+ {"url": "https://www.elastic.co/contact", "expected_type": "ct"}
108
+ {"url": "https://www.jetbrains.com/company/contacts/", "expected_type": "ct"}
109
+ {"url": "https://www.atlassian.com/company/contact", "expected_type": "ct"}
110
+ {"url": "https://www.twilio.com/help/contact", "expected_type": "ct"}
111
+ {"url": "https://www.hubspot.com/contact-sales", "expected_type": "ct"}
112
+ {"url": "https://www.salesforce.com/form/contact/contactme/", "expected_type": "ct"}
113
+ {"url": "https://www.zendesk.com/contact/", "expected_type": "ct"}
114
+ {"url": "https://www.datadog.com/contact/", "expected_type": "ct"}
115
+ {"url": "https://sentry.io/contact/", "expected_type": "ct"}
116
+ {"url": "https://www.pagerduty.com/contact-us/", "expected_type": "ct"}
117
+ {"url": "https://www.intercom.com/contact", "expected_type": "ct"}
118
+ {"url": "https://www.grafana.com/contact/", "expected_type": "ct"}
119
+ {"url": "https://www.nginx.com/contact/", "expected_type": "ct"}
120
+ {"url": "https://www.hashicorp.com/contact", "expected_type": "ct"}
121
+ {"url": "https://www.postman.com/company/contact-us/", "expected_type": "ct"}
122
+ {"url": "https://about.gitlab.com/sales/", "expected_type": "ct"}
123
+ # Additional password reset pages (need ~21 more)
124
+ {"url": "https://www.instagram.com/accounts/password/reset/", "expected_type": "pr"}
125
+ {"url": "https://login.yahoo.com/forgot", "expected_type": "pr"}
126
+ {"url": "https://www.pinterest.com/password/reset/", "expected_type": "pr"}
127
+ {"url": "https://stackoverflow.com/users/account-recovery", "expected_type": "pr"}
128
+ {"url": "https://discord.com/reset", "expected_type": "pr"}
129
+ {"url": "https://www.dropbox.com/forgot", "expected_type": "pr"}
130
+ {"url": "https://trello.com/forgot", "expected_type": "pr"}
131
+ {"url": "https://www.tumblr.com/forgot_password", "expected_type": "pr"}
132
+ {"url": "https://www.spotify.com/password-reset/", "expected_type": "pr"}
133
+ {"url": "https://bitbucket.org/account/password/reset/", "expected_type": "pr"}
134
+ {"url": "https://id.atlassian.com/login/resetpassword", "expected_type": "pr"}
135
+ {"url": "https://www.npmjs.com/forgot", "expected_type": "pr"}
136
+ {"url": "https://account.jetbrains.com/forgot-password", "expected_type": "pr"}
137
+ {"url": "https://www.figma.com/forgot_password", "expected_type": "pr"}
138
+ {"url": "https://app.asana.com/-/forgot_password", "expected_type": "pr"}
139
+ {"url": "https://slack.com/forgot-password", "expected_type": "pr"}
140
+ {"url": "https://www.notion.so/login?mode=passwordReset", "expected_type": "pr"}
141
+ {"url": "https://accounts.google.com/signin/recovery", "expected_type": "pr"}
142
+ {"url": "https://www.twitch.tv/user/account-recovery", "expected_type": "pr"}
143
+ {"url": "https://medium.com/m/signin?operation=resetPassword", "expected_type": "pr"}
144
+ {"url": "https://account.live.com/ResetPassword.aspx", "expected_type": "pr"}
145
+ # Additional product pages (need ~23 more)
146
+ {"url": "https://www.amazon.com/dp/B09V3KXJPB", "expected_type": "pd"}
147
+ {"url": "https://www.amazon.com/dp/B0BSHF7WHW", "expected_type": "pd"}
148
+ {"url": "https://www.amazon.com/dp/B0D1XD1ZV3", "expected_type": "pd"}
149
+ {"url": "https://www.amazon.com/dp/B0CX23V2ZK", "expected_type": "pd"}
150
+ {"url": "https://www.amazon.com/dp/B0DFCWV3F4", "expected_type": "pd"}
151
+ {"url": "https://www.ebay.com/itm/256789012345", "expected_type": "pd"}
152
+ {"url": "https://www.etsy.com/listing/1234567890/", "expected_type": "pd"}
153
+ {"url": "https://www.walmart.com/ip/123456789", "expected_type": "pd"}
154
+ {"url": "https://www.bestbuy.com/site/apple-macbook-air/6509650.p", "expected_type": "pd"}
155
+ {"url": "https://www.target.com/p/airpods/-/A-54191097", "expected_type": "pd"}
156
+ {"url": "https://www.newegg.com/p/N82E16834233", "expected_type": "pd"}
157
+ {"url": "https://www.amazon.com/dp/B09JQL3NWT", "expected_type": "pd"}
158
+ {"url": "https://www.amazon.com/dp/B0BT9CXXXX", "expected_type": "pd"}
159
+ {"url": "https://www.amazon.com/dp/B08N5WRWNW", "expected_type": "pd"}
160
+ {"url": "https://www.amazon.com/dp/B0BTPZ9Z1N", "expected_type": "pd"}
161
+ {"url": "https://www.amazon.com/dp/B0C8PSQJ61", "expected_type": "pd"}
162
+ {"url": "https://www.amazon.com/dp/B0CRMZHDG1", "expected_type": "pd"}
163
+ {"url": "https://www.amazon.com/dp/B0D77BX616", "expected_type": "pd"}
164
+ {"url": "https://www.amazon.com/dp/B0DFHY98GP", "expected_type": "pd"}
165
+ {"url": "https://www.amazon.com/dp/B0DGXSDL8R", "expected_type": "pd"}
166
+ {"url": "https://www.amazon.com/dp/B0BDJ279KF", "expected_type": "pd"}
167
+ {"url": "https://www.amazon.com/dp/B0CS5TLGD5", "expected_type": "pd"}
168
+ {"url": "https://www.amazon.com/dp/B0CG5KK1G3", "expected_type": "pd"}
pages/seeds_v3.jsonl ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # More product pages - use real ASINs from popular items
2
+ {"url": "https://www.amazon.com/dp/B0CJCL81HS", "expected_type": "pd"}
3
+ {"url": "https://www.amazon.com/dp/B0CL61F39H", "expected_type": "pd"}
4
+ {"url": "https://www.amazon.com/dp/B0DDFG3VY2", "expected_type": "pd"}
5
+ {"url": "https://www.amazon.com/dp/B0C8G9LMVT", "expected_type": "pd"}
6
+ {"url": "https://www.amazon.com/dp/B0DCNV42BH", "expected_type": "pd"}
7
+ {"url": "https://www.amazon.com/dp/B0DB68ZFYC", "expected_type": "pd"}
8
+ {"url": "https://www.amazon.com/dp/B0CX23V2ZK", "expected_type": "pd"}
9
+ {"url": "https://www.amazon.com/dp/B0DGRM55NF", "expected_type": "pd"}
10
+ {"url": "https://www.amazon.com/dp/B0D5BFVB8D", "expected_type": "pd"}
11
+ {"url": "https://www.amazon.com/dp/B0DBQHJJFJ", "expected_type": "pd"}
12
+ {"url": "https://www.amazon.com/dp/B0DPB1CM51", "expected_type": "pd"}
13
+ {"url": "https://www.amazon.com/dp/B0DB2JP4DY", "expected_type": "pd"}
14
+ {"url": "https://www.amazon.com/dp/B0CHX3TBP6", "expected_type": "pd"}
15
+ {"url": "https://www.amazon.com/dp/B0D5B9VN1K", "expected_type": "pd"}
16
+ {"url": "https://www.amazon.com/dp/B0D9GP1R77", "expected_type": "pd"}
17
+ {"url": "https://www.amazon.com/dp/B0DHJ9MXL3", "expected_type": "pd"}
18
+ # More landing pages with mangle=true (to get soft_404 samples)
19
+ {"url": "https://www.spotify.com/", "expected_type": "ln", "mangle": true}
20
+ {"url": "https://www.twitch.tv/", "expected_type": "ln", "mangle": true}
21
+ {"url": "https://www.medium.com/", "expected_type": "ln", "mangle": true}
22
+ {"url": "https://www.reddit.com/", "expected_type": "ln", "mangle": true}
23
+ {"url": "https://www.stackoverflow.com/", "expected_type": "ln", "mangle": true}
24
+ {"url": "https://www.wikipedia.org/", "expected_type": "ln", "mangle": true}
25
+ {"url": "https://www.linkedin.com/", "expected_type": "ln", "mangle": true}
26
+ {"url": "https://www.pinterest.com/", "expected_type": "ln", "mangle": true}
27
+ {"url": "https://www.tumblr.com/", "expected_type": "ln", "mangle": true}
28
+ {"url": "https://www.quora.com/", "expected_type": "ln", "mangle": true}
29
+ {"url": "https://www.instagram.com/", "expected_type": "ln", "mangle": true}
30
+ {"url": "https://www.twitter.com/", "expected_type": "ln", "mangle": true}
31
+ {"url": "https://www.facebook.com/", "expected_type": "ln", "mangle": true}
32
+ {"url": "https://www.amazon.com/", "expected_type": "ln", "mangle": true}
33
+ {"url": "https://www.ebay.com/", "expected_type": "ln", "mangle": true}
34
+ {"url": "https://www.apple.com/", "expected_type": "ln", "mangle": true}
35
+ {"url": "https://www.microsoft.com/", "expected_type": "ln", "mangle": true}
36
+ {"url": "https://www.tesla.com/", "expected_type": "ln", "mangle": true}
37
+ {"url": "https://www.paypal.com/", "expected_type": "ln", "mangle": true}
38
+ {"url": "https://www.airbnb.com/", "expected_type": "ln", "mangle": true}
pages/sites.txt ADDED
@@ -0,0 +1,1021 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ google.com
2
+ youtube.com
3
+ facebook.com
4
+ baidu.com
5
+ yahoo.com
6
+ amazon.com
7
+ wikipedia.org
8
+ google.co.in
9
+ twitter.com
10
+ qq.com
11
+ live.com
12
+ taobao.com
13
+ bing.com
14
+ google.co.jp
15
+ msn.com
16
+ yahoo.co.jp
17
+ linkedin.com
18
+ sina.com.cn
19
+ instagram.com
20
+ weibo.com
21
+ vk.com
22
+ yandex.ru
23
+ google.de
24
+ google.ru
25
+ hao123.com
26
+ ebay.com
27
+ reddit.com
28
+ google.co.uk
29
+ google.com.br
30
+ mail.ru
31
+ t.co
32
+ gmw.cn
33
+ pinterest.com
34
+ amazon.co.jp
35
+ google.fr
36
+ netflix.com
37
+ tmall.com
38
+ 360.cn
39
+ google.it
40
+ microsoft.com
41
+ onclickads.net
42
+ google.es
43
+ paypal.com
44
+ sohu.com
45
+ wordpress.com
46
+ tumblr.com
47
+ imgur.com
48
+ blogspot.com
49
+ chinadaily.com.cn
50
+ naver.com
51
+ xvideos.com
52
+ google.com.mx
53
+ stackoverflow.com
54
+ apple.com
55
+ aliexpress.com
56
+ fc2.com
57
+ google.co.kr
58
+ google.ca
59
+ github.com
60
+ imdb.com
61
+ ok.ru
62
+ google.com.hk
63
+ pornhub.com
64
+ whatsapp.com
65
+ jd.com
66
+ diply.com
67
+ amazon.de
68
+ google.com.tr
69
+ rakuten.co.jp
70
+ craigslist.org
71
+ amazon.in
72
+ office.com
73
+ tianya.cn
74
+ google.co.id
75
+ kat.cr
76
+ blogger.com
77
+ google.pl
78
+ soso.com
79
+ nicovideo.jp
80
+ alibaba.com
81
+ pixnet.net
82
+ go.com
83
+ amazon.co.uk
84
+ google.com.au
85
+ cnn.com
86
+ xinhuanet.com
87
+ xhamster.com
88
+ dropbox.com
89
+ outbrain.com
90
+ google.com.tw
91
+ cntv.cn
92
+ googleusercontent.com
93
+ booking.com
94
+ coccoc.com
95
+ ask.com
96
+ bbc.co.uk
97
+ youth.cn
98
+ popads.net
99
+ twitch.tv
100
+ microsoftonline.com
101
+ chase.com
102
+ wikia.com
103
+ quora.com
104
+ adobe.com
105
+ 163.com
106
+ 360.com
107
+ haosou.com
108
+ google.co.th
109
+ google.com.eg
110
+ google.com.pk
111
+ bbc.com
112
+ youku.com
113
+ google.com.ar
114
+ google.com.sa
115
+ alipay.com
116
+ bongacams.com
117
+ flipkart.com
118
+ nytimes.com
119
+ google.nl
120
+ adf.ly
121
+ txxx.com
122
+ sogou.com
123
+ daum.net
124
+ ettoday.net
125
+ livedoor.jp
126
+ espn.go.com
127
+ amazon.cn
128
+ ebay.co.uk
129
+ bankofamerica.com
130
+ china.com
131
+ bilibili.com
132
+ indiatimes.com
133
+ myway.com
134
+ walmart.com
135
+ china.com.cn
136
+ godaddy.com
137
+ ebay.de
138
+ xnxx.com
139
+ dailymail.co.uk
140
+ salesforce.com
141
+ zillow.com
142
+ wellsfargo.com
143
+ buzzfeed.com
144
+ detail.tmall.com
145
+ dailymotion.com
146
+ steampowered.com
147
+ steamcommunity.com
148
+ theguardian.com
149
+ indeed.com
150
+ google.co.ve
151
+ google.com.ua
152
+ etsy.com
153
+ ameblo.jp
154
+ aol.com
155
+ google.co.za
156
+ globo.com
157
+ yelp.com
158
+ amazonaws.com
159
+ tudou.com
160
+ huffingtonpost.com
161
+ nametests.com
162
+ zhihu.com
163
+ so.com
164
+ tripadvisor.com
165
+ soundcloud.com
166
+ google.gr
167
+ cnzz.com
168
+ onlinesbi.com
169
+ directrev.com
170
+ avito.ru
171
+ uol.com.br
172
+ cnet.com
173
+ uptodown.com
174
+ vice.com
175
+ varzesh3.com
176
+ weather.com
177
+ washingtonpost.com
178
+ mediafire.com
179
+ bet365.com
180
+ force.com
181
+ stackexchange.com
182
+ goo.ne.jp
183
+ gfycat.com
184
+ taboola.com
185
+ google.com.co
186
+ dmm.co.jp
187
+ feedly.com
188
+ vimeo.com
189
+ tuberel.com
190
+ google.com.ng
191
+ naver.jp
192
+ redtube.com
193
+ homedepot.com
194
+ pixiv.net
195
+ foxnews.com
196
+ detik.com
197
+ terraclicks.com
198
+ google.ro
199
+ torrentz.eu
200
+ amazon.it
201
+ taringa.net
202
+ theladbible.com
203
+ hclips.com
204
+ google.com.pe
205
+ target.com
206
+ amazon.fr
207
+ slideshare.net
208
+ ifeng.com
209
+ google.be
210
+ flickr.com
211
+ udn.com
212
+ 9gag.com
213
+ ikea.com
214
+ kakaku.com
215
+ blogspot.in
216
+ iqiyi.com
217
+ mega.nz
218
+ web.de
219
+ americanexpress.com
220
+ google.com.ph
221
+ orange.fr
222
+ bp.blogspot.com
223
+ fbcdn.net
224
+ comcast.net
225
+ google.com.sg
226
+ youm7.com
227
+ gmx.net
228
+ youporn.com
229
+ putlocker.is
230
+ roblox.com
231
+ nih.gov
232
+ deviantart.com
233
+ google.com.vn
234
+ capitalone.com
235
+ tistory.com
236
+ hdfcbank.com
237
+ 51.la
238
+ zol.com.cn
239
+ babytree.com
240
+ google.cn
241
+ leboncoin.fr
242
+ douyu.com
243
+ tribunnews.com
244
+ google.se
245
+ forbes.com
246
+ spotify.com
247
+ handycafe.com
248
+ adnetworkperformance.com
249
+ wix.com
250
+ onet.pl
251
+ doubleclick.net
252
+ upornia.com
253
+ wikihow.com
254
+ google.at
255
+ mozilla.org
256
+ ozock.com
257
+ w3schools.com
258
+ snapdeal.com
259
+ livejournal.com
260
+ bestbuy.com
261
+ xfinity.com
262
+ skype.com
263
+ groupon.com
264
+ github.io
265
+ google.dz
266
+ allegro.pl
267
+ paytm.com
268
+ twimg.com
269
+ icicibank.com
270
+ t-online.de
271
+ onedio.com
272
+ usps.com
273
+ thepiratebay.org
274
+ telegraph.co.uk
275
+ webtretho.com
276
+ popcash.net
277
+ trello.com
278
+ wikimedia.org
279
+ wp.pl
280
+ google.ch
281
+ blastingnews.com
282
+ citi.com
283
+ huanqiu.com
284
+ blog.jp
285
+ xywy.com
286
+ rdsa2013.com
287
+ irctc.co.in
288
+ yesky.com
289
+ google.pt
290
+ isanalyze.com
291
+ ups.com
292
+ bitauto.com
293
+ shutterstock.com
294
+ 1688.com
295
+ tokopedia.com
296
+ rediff.com
297
+ slither.io
298
+ ltn.com.tw
299
+ loading-delivery2.com
300
+ pandora.com
301
+ imzog.com
302
+ slack.com
303
+ google.cl
304
+ speedtest.net
305
+ eksisozluk.com
306
+ files.wordpress.com
307
+ about.com
308
+ 2ch.net
309
+ seznam.cz
310
+ google.ae
311
+ chaturbate.com
312
+ google.cz
313
+ caijing.com.cn
314
+ mercadolivre.com.br
315
+ ebay-kleinanzeigen.de
316
+ google.co.il
317
+ adexc.net
318
+ goodreads.com
319
+ amazon.es
320
+ wordpress.org
321
+ softonic.com
322
+ doorblog.jp
323
+ battle.net
324
+ slickdeals.net
325
+ icloud.com
326
+ accuweather.com
327
+ fedex.com
328
+ mbc.net
329
+ google.hu
330
+ livejasmin.com
331
+ ndtv.com
332
+ att.com
333
+ giphy.com
334
+ wittyfeed.com
335
+ mlb.com
336
+ google.ie
337
+ usatoday.com
338
+ messenger.com
339
+ kaskus.co.id
340
+ csdn.net
341
+ sberbank.ru
342
+ abs-cbn.com
343
+ 1905.com
344
+ viralthread.com
345
+ mama.cn
346
+ oracle.com
347
+ archive.org
348
+ zendesk.com
349
+ hp.com
350
+ media.tumblr.com
351
+ hulu.com
352
+ sourceforge.net
353
+ lowes.com
354
+ kompas.com
355
+ 39.net
356
+ pinimg.com
357
+ reimageplus.com
358
+ digikala.com
359
+ samsung.com
360
+ youtube-mp3.org
361
+ kinogo.co
362
+ 51yes.com
363
+ badoo.com
364
+ airbnb.com
365
+ cnnic.cn
366
+ businessinsider.com
367
+ uefa.com
368
+ weebly.com
369
+ rambler.ru
370
+ wordreference.com
371
+ dell.com
372
+ hurriyet.com.tr
373
+ webmd.com
374
+ bloomberg.com
375
+ gizmodo.com
376
+ ign.com
377
+ evernote.com
378
+ verizonwireless.com
379
+ gsmarena.com
380
+ liputan6.com
381
+ enet.com.cn
382
+ sabah.com.tr
383
+ secureserver.net
384
+ blogspot.com.br
385
+ eastday.com
386
+ sharepoint.com
387
+ blkget.com
388
+ repubblica.it
389
+ mailchimp.com
390
+ xcar.com.cn
391
+ urdupoint.com
392
+ ontests.me
393
+ medium.com
394
+ nyaa.se
395
+ billdesk.com
396
+ milliyet.com.tr
397
+ dmm.com
398
+ wsj.com
399
+ intuit.com
400
+ naukri.com
401
+ friv.com
402
+ expedia.com
403
+ tube8.com
404
+ libero.it
405
+ livedoor.biz
406
+ macys.com
407
+ kinopoisk.ru
408
+ taleo.net
409
+ google.az
410
+ google.fi
411
+ google.no
412
+ avg.com
413
+ addthis.com
414
+ ancestry.com
415
+ sahibinden.com
416
+ answers.com
417
+ savefrom.net
418
+ kissanime.to
419
+ google.sk
420
+ daikynguyenvn.com
421
+ likes.com
422
+ marca.com
423
+ bild.de
424
+ wetransfer.com
425
+ spiegel.de
426
+ ask.fm
427
+ ebay.in
428
+ livedoor.com
429
+ nownews.com
430
+ ouo.io
431
+ elpais.com
432
+ k618.cn
433
+ independent.co.uk
434
+ adplxmd.com
435
+ nbcnews.com
436
+ rt.com
437
+ akamaihd.net
438
+ box.com
439
+ reuters.com
440
+ gearbest.com
441
+ amazon.ca
442
+ ck101.com
443
+ thesaurus.com
444
+ themeforest.net
445
+ freepik.com
446
+ google.dk
447
+ suning.com
448
+ newegg.com
449
+ haber7.com
450
+ openload.co
451
+ clickadu.com
452
+ thesportbible.com
453
+ playstation.com
454
+ scribd.com
455
+ acfun.tv
456
+ kickstarter.com
457
+ telegram.org
458
+ blogfa.com
459
+ engadget.com
460
+ impress.co.jp
461
+ shopify.com
462
+ rutracker.org
463
+ goal.com
464
+ conservativetribune.com
465
+ cloudfront.net
466
+ hm.com
467
+ tabelog.com
468
+ xe.com
469
+ siteadvisor.com
470
+ upwork.com
471
+ asos.com
472
+ usaa.com
473
+ mashable.com
474
+ ci123.com
475
+ abcnews.go.com
476
+ hatena.ne.jp
477
+ kohls.com
478
+ realtor.com
479
+ albawabhnews.com
480
+ zoho.com
481
+ atlassian.net
482
+ southwest.com
483
+ videomega.tv
484
+ espncricinfo.com
485
+ olx.pl
486
+ fidelity.com
487
+ costco.com
488
+ moneycontrol.com
489
+ extratorrent.cc
490
+ ameba.jp
491
+ yallakora.com
492
+ sh.st
493
+ lifebuzz.com
494
+ ebay.it
495
+ souq.com
496
+ google.by
497
+ kapanlagi.com
498
+ hatenablog.com
499
+ cnblogs.com
500
+ lifehacker.com
501
+ gamer.com.tw
502
+ hotels.com
503
+ webex.com
504
+ doublepimp.com
505
+ exoclick.com
506
+ zippyshare.com
507
+ nikkei.com
508
+ rednet.cn
509
+ discovercard.com
510
+ theverge.com
511
+ wunderground.com
512
+ gismeteo.ru
513
+ 17ok.com
514
+ baike.com
515
+ 4shared.com
516
+ zomato.com
517
+ bhaskar.com
518
+ blogimg.jp
519
+ jabong.com
520
+ gamefaqs.com
521
+ infusionsoft.com
522
+ gamepedia.com
523
+ list-manage.com
524
+ ebay.com.au
525
+ gamersky.com
526
+ hespress.com
527
+ beeg.com
528
+ umblr.com
529
+ ibm.com
530
+ clipconverter.cc
531
+ ticketmaster.com
532
+ surveymonkey.com
533
+ trulia.com
534
+ aparat.com
535
+ mercadolibre.com.ar
536
+ elmundo.es
537
+ behance.net
538
+ adidas.tmall.com
539
+ zing.vn
540
+ rbc.ru
541
+ gap.com
542
+ google.bg
543
+ airtel.in
544
+ donga.com
545
+ meetup.com
546
+ huaban.com
547
+ ca.gov
548
+ nike.com
549
+ npr.org
550
+ free.fr
551
+ google.lk
552
+ okezone.com
553
+ wayfair.com
554
+ mi.com
555
+ panda.tv
556
+ adp.com
557
+ list.tmall.com
558
+ fiverr.com
559
+ google.kz
560
+ blogspot.jp
561
+ allrecipes.com
562
+ nifty.com
563
+ blackboard.com
564
+ mobile.de
565
+ seesaa.net
566
+ netteller.com
567
+ nordstrom.com
568
+ asahi.com
569
+ bookmyshow.com
570
+ lenta.ru
571
+ redirectvoluum.com
572
+ kooora.com
573
+ coursera.org
574
+ hotmovs.com
575
+ drudgereport.com
576
+ google.com.kw
577
+ tutorialspoint.com
578
+ korabia.com
579
+ trackingclick.net
580
+ weblio.jp
581
+ xda-developers.com
582
+ tradeadexchange.com
583
+ chaoshi.tmall.com
584
+ watsons.tmall.com
585
+ norton.com
586
+ change.org
587
+ youdao.com
588
+ csgolounge.com
589
+ yandex.ua
590
+ blog.me
591
+ kayak.com
592
+ hootsuite.com
593
+ merdeka.com
594
+ sq.cn
595
+ hotstar.com
596
+ hdzog.com
597
+ elmogaz.com
598
+ japanpost.jp
599
+ kijiji.ca
600
+ thefreedictionary.com
601
+ 11st.co.kr
602
+ gmarket.co.kr
603
+ reddituploads.com
604
+ makemytrip.com
605
+ researchgate.net
606
+ yaolan.com
607
+ emol.com
608
+ streamcloud.eu
609
+ dictionary.com
610
+ ebates.com
611
+ prothom-alo.com
612
+ subscene.com
613
+ alicdn.com
614
+ momoshop.com.tw
615
+ justdial.com
616
+ olx.in
617
+ sakura.ne.jp
618
+ woot.com
619
+ shaparak.ir
620
+ corriere.it
621
+ overstock.com
622
+ asus.com
623
+ alexa.cn
624
+ y8.com
625
+ cookpad.com
626
+ patch.com
627
+ cnmo.com
628
+ so-net.ne.jp
629
+ bleacherreport.com
630
+ wattpad.com
631
+ 4399.com
632
+ thewatchseries.to
633
+ retailmenot.com
634
+ ytimg.com
635
+ le.com
636
+ shopclues.com
637
+ clien.net
638
+ disqus.com
639
+ udemy.com
640
+ mirror.co.uk
641
+ adbooth.com
642
+ dropbooks.tv
643
+ 123cha.com
644
+ interia.pl
645
+ cbsnews.com
646
+ prjcq.com
647
+ leagueoflegends.com
648
+ line.me
649
+ www.gov.uk
650
+ namu.wiki
651
+ lapatilla.com
652
+ verizon.com
653
+ mercadolibre.com.ve
654
+ aa.com
655
+ instructables.com
656
+ yadi.sk
657
+ sabq.org
658
+ nhk.or.jp
659
+ nba.com
660
+ e-hentai.org
661
+ yodobashi.com
662
+ aliyun.com
663
+ uploaded.net
664
+ vk.me
665
+ people.com
666
+ time.com
667
+ usbank.com
668
+ 104.com.tw
669
+ youboy.com
670
+ asana.com
671
+ pof.com
672
+ indianexpress.com
673
+ cnbc.com
674
+ investing.com
675
+ jrj.com.cn
676
+ xunlei.com
677
+ cisco.com
678
+ yandex.com.tr
679
+ eyny.com
680
+ latimes.com
681
+ houzz.com
682
+ glassdoor.com
683
+ ppomppu.co.kr
684
+ delta.com
685
+ ensonhaber.com
686
+ nikkeibp.co.jp
687
+ inquirer.net
688
+ rottentomatoes.com
689
+ biglobe.ne.jp
690
+ lenovo.com
691
+ zulily.com
692
+ teepr.com
693
+ alwafd.org
694
+ nextdoor.com
695
+ offerhaus.link
696
+ yts.ag
697
+ azlyrics.com
698
+ blogspot.com.es
699
+ united.com
700
+ voc.com.cn
701
+ custhelp.com
702
+ heroquizz.com
703
+ myfitnesspal.com
704
+ gyazo.com
705
+ google.com.do
706
+ aastocks.com
707
+ bidverdrd.com
708
+ xbox.com
709
+ biobiochile.cl
710
+ zone-telechargement.com
711
+ slate.com
712
+ pch.com
713
+ chinaso.com
714
+ paytm.in
715
+ seasonvar.ru
716
+ oeeee.com
717
+ itmedia.co.jp
718
+ jimdo.com
719
+ eskimi.com
720
+ sears.com
721
+ wikiwiki.jp
722
+ bomb01.com
723
+ bs.to
724
+ discover.com
725
+ pantip.com
726
+ intoday.in
727
+ chinaz.com
728
+ google.rs
729
+ thekitchn.com
730
+ 4chan.org
731
+ google.co.nz
732
+ okcupid.com
733
+ 4dsply.com
734
+ myntra.com
735
+ howtogeek.com
736
+ redfin.com
737
+ photobucket.com
738
+ google.com.my
739
+ squarespace.com
740
+ elfagr.org
741
+ mixi.jp
742
+ pogo.com
743
+ buy.tmall.com
744
+ quanjing.com
745
+ fitbit.com
746
+ zhanqi.tv
747
+ 3dmgame.com
748
+ as.com
749
+ himado.in
750
+ zara.com
751
+ lequipe.fr
752
+ infoseek.co.jp
753
+ instructure.com
754
+ gazetaexpress.com
755
+ chip.de
756
+ gamespot.com
757
+ manoramaonline.com
758
+ drom.ru
759
+ westernjournalism.com
760
+ urbandictionary.com
761
+ mit.edu
762
+ vporn.com
763
+ swagbucks.com
764
+ google.com.ec
765
+ kdnet.net
766
+ ero-advertising.com
767
+ olx.com.br
768
+ cdiscount.com
769
+ discuss.com.hk
770
+ gameforge.com
771
+ subito.it
772
+ buzzfil.net
773
+ superuser.com
774
+ timeanddate.com
775
+ axisbank.co.in
776
+ meaww.com
777
+ nexusmods.com
778
+ issuu.com
779
+ bhphotovideo.com
780
+ panet.co.il
781
+ spankbang.com
782
+ tmz.com
783
+ 58.com
784
+ twoo.com
785
+ mercadolibre.com.mx
786
+ tsite.jp
787
+ quikr.com
788
+ nypost.com
789
+ torcache.net
790
+ priceline.com
791
+ creditkarma.com
792
+ java.com
793
+ gigazine.net
794
+ sky.com
795
+ nydailynews.com
796
+ filehippo.com
797
+ 4pda.ru
798
+ audible.com
799
+ google.com.bd
800
+ syosetu.com
801
+ mint.com
802
+ agar.io
803
+ livescore.com
804
+ vodlocker.com
805
+ mynavi.jp
806
+ olx.ua
807
+ atwiki.jp
808
+ bitbucket.org
809
+ sciencedirect.com
810
+ ero-video.net
811
+ mapquest.com
812
+ blogspot.mx
813
+ givemesport.com
814
+ rarbg.to
815
+ incometaxindiaefiling.gov.in
816
+ foodnetwork.com
817
+ lun.com
818
+ jcpenney.com
819
+ hotnewhiphop.com
820
+ tim.it
821
+ weather.gov
822
+ android.com
823
+ lemonde.fr
824
+ brightonclick.com
825
+ stockstar.com
826
+ yomiuri.co.jp
827
+ eventbrite.com
828
+ gmanetwork.com
829
+ anitube.se
830
+ politico.com
831
+ uber.com
832
+ constantcontact.com
833
+ marriott.com
834
+ 51sole.com
835
+ thehindu.com
836
+ php.net
837
+ europa.eu
838
+ battlefield.com
839
+ getpocket.com
840
+ google.hr
841
+ prpops.com
842
+ sfgate.com
843
+ sankei.com
844
+ pcmag.com
845
+ prezi.com
846
+ hilton.com
847
+ misrjournal.com
848
+ liveinternet.ru
849
+ agoda.com
850
+ rightmove.co.uk
851
+ 123movies.to
852
+ n121adserv.com
853
+ wiktionary.org
854
+ techcrunch.com
855
+ slimspots.com
856
+ breitbart.com
857
+ india.com
858
+ sfr.fr
859
+ reverso.net
860
+ appledaily.com.tw
861
+ kotaku.com
862
+ ria.ru
863
+ bankmellat.ir
864
+ cctv.com
865
+ yjc.ir
866
+ google.lt
867
+ basecamp.com
868
+ cpasbien.cm
869
+ bodybuilding.com
870
+ irs.gov
871
+ blogspot.com.eg
872
+ thedailybeast.com
873
+ duckduckgo.com
874
+ thisav.com
875
+ zappos.com
876
+ 126.com
877
+ duolingo.com
878
+ bt.com
879
+ marktplaats.nl
880
+ staples.com
881
+ dcinside.com
882
+ eroterest.net
883
+ topix.com
884
+ sozcu.com.tr
885
+ wp.com
886
+ geocities.jp
887
+ hh.ru
888
+ youjizz.com
889
+ fanfiction.net
890
+ fanpage.gr
891
+ marketwatch.com
892
+ pnc.com
893
+ jin115.com
894
+ p92mygames.com
895
+ neobux.com
896
+ stumbleupon.com
897
+ acunn.com
898
+ microsoftstore.com
899
+ thatviralfeed.com
900
+ sex.com
901
+ ebay.fr
902
+ farsnews.com
903
+ walgreens.com
904
+ chron.com
905
+ gazeta.pl
906
+ auction.co.kr
907
+ t-mobile.com
908
+ exblog.jp
909
+ cbssports.com
910
+ ryanair.com
911
+ 123rf.com
912
+ lazada.co.id
913
+ gazzetta.it
914
+ gofundme.com
915
+ ampclicks.com
916
+ idnes.cz
917
+ diep.io
918
+ to8to.com
919
+ mega.co.nz
920
+ lacaixa.es
921
+ citibank.co.in
922
+ tripadvisor.co.uk
923
+ intel.com
924
+ tomshardware.com
925
+ ctrip.com
926
+ mcafee.com
927
+ hbogo.com
928
+ gawker.com
929
+ chosun.com
930
+ indianrail.gov.in
931
+ labanquepostale.fr
932
+ fatosdesconhecidos.com.br
933
+ mataharimall.com
934
+ dailypakistan.com.pk
935
+ vox.com
936
+ wowhead.com
937
+ credit-agricole.fr
938
+ ew.com
939
+ eonline.com
940
+ todayhumor.co.kr
941
+ parentanswercentre.com
942
+ ultimate-guitar.com
943
+ banggood.com
944
+ telekom.com
945
+ myanimelist.net
946
+ digitaltrends.com
947
+ match.com
948
+ familydoctor.com.cn
949
+ 360doc.com
950
+ blog-newstime.com
951
+ vnexpress.net
952
+ rapidgator.net
953
+ otto.de
954
+ fandango.com
955
+ hubspot.com
956
+ onlinecreditcenter6.com
957
+ 6pm.com
958
+ state.gov
959
+ thethao247.vn
960
+ garmin.com
961
+ telegram.me
962
+ whitepages.com
963
+ popsugar.com
964
+ bedbathandbeyond.com
965
+ bola.net
966
+ liveleak.com
967
+ elevenia.co.id
968
+ uzone.id
969
+ minecraft.net
970
+ uptobox.com
971
+ panasonic.jp
972
+ babycenter.com
973
+ primewire.ag
974
+ drive2.ru
975
+ duowan.com
976
+ bestadbid.com
977
+ icolor.com.cn
978
+ indiamart.com
979
+ flashx.tv
980
+ novinky.cz
981
+ chouftv.ma
982
+ wav.tv
983
+ abril.com.br
984
+ hepsiburada.com
985
+ mayoclinic.org
986
+ habrahabr.ru
987
+ ptt.cc
988
+ wwwpromoter.com
989
+ niuche.com
990
+ qvc.com
991
+ yourofferplace.com
992
+ genius.com
993
+ milanuncios.com
994
+ wiley.com
995
+ pixabay.com
996
+ legacy.com
997
+ pole-emploi.fr
998
+ g2a.com
999
+ kuronekoyamato.co.jp
1000
+ vetogate.com
1001
+ lego.com
1002
+ omelet.com
1003
+ readytogosurvival.com
1004
+ carwow.co.uk
1005
+ gymbox.com
1006
+ pixar.com
1007
+ 20thcenturystudios.com
1008
+ cloudsigma.com
1009
+ pointepest.com
1010
+ waaark.com
1011
+ vspicer.com
1012
+ voltafootwear.com
1013
+ hsbc.com
1014
+ moz.com
1015
+ broadcom.com
1016
+ eharmony.com
1017
+ orangecoat.com
1018
+ tsheets.com
1019
+ betabrand.com
1020
+ notfound.org
1021
+ disneyland.disney.go.com