|
8 | 8 | 'twitch': 'E5554D43-23CC-1982-971D-6A2262A2CA24', // Pick the dice pair whose top sides add up to 5/6/7/8 |
9 | 9 | 'demo1': '804380F4-6844-FFA1-ED4E-5877CA1F1EA4', // Pick the image that is the correct way up |
10 | 10 | 'demo2': 'D39B0EE3-2973-4147-98EF-C92F93451E2D', // Pick the clipart object |
11 | | - // 'demo3': '69A21A01-CC7B-B9C6-0F9A-E7FA06677FFC', // Pick the clipart object |
| 11 | + // 'octocaptcha': '69A21A01-CC7B-B9C6-0F9A-E7FA06677FFC', // Pick the clipart object |
12 | 12 | // 'outlook': 'B7D8911C-5CC8-A9A3-35B0-554ACEE604DA', |
13 | 13 | // 'roblox': 'A2A14B1D-1AF3-C791-9BBC-EE33CC7A0A6F', |
14 | 14 | // 'roblox': '9F35E182-C93C-EBCC-A31D-CF8ED317B996', |
15 | 15 | // 'roblox': '476068BF-9607-4799-B53D-966BE98E2B81', |
16 | 16 | 'ea signup': '73BEC076-3E53-30F5-B1EB-84F494D43DBA', // Pick one square that shows two identical objects. / Pick the mouse that can reach all the cheese in the maze / Pick the matching cards |
17 | 17 | 'ea signin': '0F5FE186-B3CA-4EDB-A39B-9B9A3397D01D', |
| 18 | + 'myprepaidcenter': '0F941BF0-7303-D94B-B76A-EAA2E2048124', // Pick the image where all animals are walking in the same direction as the arrow |
| 19 | + 'twitter': '2CB16598-CB82-4CF7-B332-5990DB66F3AB', // Pick the shadow with a different object silhouette |
18 | 20 | }; |
19 | 21 | const SRCS = { |
20 | 22 | 'outlook': 'https://iframe.arkoselabs.com/B7D8911C-5CC8-A9A3-35B0-554ACEE604DA/index.html?mkt=en', // Pick the penguin |
21 | 23 | 'outlook auth': 'https://iframe-auth.arkoselabs.com/B7D8911C-5CC8-A9A3-35B0-554ACEE604DA/index.html?mkt=en', // Pick one square that shows two identical objects. |
22 | | - } |
23 | | - let nframes = 14; |
| 24 | + }; |
| 25 | + const MAX_BTNS_PER_ROW = 7; |
| 26 | + |
| 27 | + let nframes = 10; |
24 | 28 |
|
25 | 29 |
|
26 | 30 | reset(); |
| 31 | + // open_all(); |
27 | 32 | // open_frame_token('ea signup', 0, nframes); |
28 | | - open_all(); |
| 33 | + open_frame_token('twitter', 0, nframes); |
29 | 34 |
|
30 | 35 |
|
31 | 36 | function reset() { |
|
76 | 81 | flex-wrap: wrap; |
77 | 82 | justify-content: center; |
78 | 83 | }`, |
| 84 | + // `.iframe_wrap { |
| 85 | + // background-color: #eee; |
| 86 | + // width: 350px; |
| 87 | + // height: 300px; |
| 88 | + // padding: 0; |
| 89 | + // overflow: hidden; |
| 90 | + // }`, |
| 91 | + // `iframe { |
| 92 | + // width: 350px; |
| 93 | + // height: 300px; |
| 94 | + // }`, |
79 | 95 | `.iframe_wrap { |
80 | 96 | background-color: #eee; |
81 | 97 | width: 175px; |
|
84 | 100 | overflow: hidden; |
85 | 101 | }`, |
86 | 102 | `iframe { |
87 | | - width: 350px; |
88 | | - height: 300px; |
89 | | - border: none; |
90 | | - -ms-zoom: 0.5; |
91 | | - -moz-transform: scale(0.5); |
92 | | - -moz-transform-origin: 0 0; |
93 | | - -o-transform: scale(0.5); |
94 | | - -o-transform-origin: 0 0; |
95 | | - -webkit-transform: scale(0.5); |
96 | | - -webkit-transform-origin: 0 0; |
| 103 | + width: 350px !important; |
| 104 | + height: 300px !important; |
| 105 | + border: none !important; |
| 106 | + -ms-zoom: 0.5 !important; |
| 107 | + -moz-transform: scale(0.5) !important; |
| 108 | + -moz-transform-origin: 0 0 !important; |
| 109 | + -o-transform: scale(0.5) !important; |
| 110 | + -o-transform-origin: 0 0 !important; |
| 111 | + -webkit-transform: scale(0.5) !important; |
| 112 | + -webkit-transform-origin: 0 0 !important; |
97 | 113 | }`, |
98 | 114 | ]; |
99 | 115 | const sheet = document.body.appendChild(document.createElement('style')).sheet; |
100 | 116 | for (const i in STYLES) { |
101 | 117 | sheet.insertRule(STYLES[i], i); |
102 | 118 | } |
103 | 119 |
|
104 | | - const MAX_BTNS_PER_ROW = 6; |
105 | 120 | let i = 0; |
106 | 121 | let row = 1; |
107 | 122 | const $rows = {}; |
|
168 | 183 | open_frame_token('blizzard', 0, 1); |
169 | 184 | open_frame_token('twitch', 0, 1); |
170 | 185 | open_frame_token('paypal', 0, 1); |
171 | | - open_frame_src('outlook auth', 1, 1); |
172 | | - open_frame_token('github', 1, 1); |
173 | | - open_frame_token('demo2', 1, 1); |
174 | | - // open_frame_token('demo3', 1, 1); |
175 | | - open_frame_src('outlook', 1, 1); |
176 | | - open_frame_token('ea signup', 1, 1); |
177 | | - open_frame_token('ea signin', 1, 1); |
| 186 | + open_frame_src('outlook auth', 0, 1); |
| 187 | + open_frame_token('github', 0, 1); |
| 188 | + open_frame_token('demo2', 0, 1); |
| 189 | + // open_frame_token('octocaptcha', 0, 1); |
| 190 | + open_frame_src('outlook', 0, 1); |
| 191 | + open_frame_token('ea signup', 0, 1); |
| 192 | + open_frame_token('ea signin', 0, 1); |
| 193 | + open_frame_token('myprepaidcenter', 0, 1); |
| 194 | + open_frame_token('twitter', 0, 1); |
178 | 195 | } |
179 | 196 |
|
180 | 197 | function open_frame_token(k, row, n) { |
181 | 198 | if (!n) { |
182 | 199 | n = nframes; |
183 | 200 | } |
184 | | - console.log('open_frame_token', k, n); |
| 201 | + // console.log('open_frame_token', k, n); |
185 | 202 | for (let i = 0; i < n; i++) { |
186 | 203 | load_captcha(k, row); |
187 | 204 | } |
|
191 | 208 | if (!n) { |
192 | 209 | n = nframes; |
193 | 210 | } |
194 | | - console.log('open_frame_src', k, n); |
| 211 | + // console.log('open_frame_src', k, n); |
195 | 212 | for (let i = 0; i < n; i++) { |
196 | 213 | create_frame(k, row, SRCS[k]); |
197 | 214 | } |
|
0 commit comments