-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
424 lines (324 loc) · 17.7 KB
/
index.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
<!DOCTYPE html>
<html>
<head>
<title>第1サティアン</title>
<link rel="stylesheet" href="css/timeshift.css">
<link rel="icon" href="images/icon/favicon-32x32.png" type="image/x-icon">
</head>
<style>
#title {
display: flex;
width: 400px;
margin: 0 auto;
}
#title>.text {
font-size: 32px;
}
.text.light_pink {
color: pink;
}
.text.pink {
color: indianred;
}
.text.sky_blue {
color: dodgerblue;
}
.text.yellow {
color: yellow;
}
#header {
display: flex;
width: 500px;
margin: 0 auto;
}
#kari {
text-align: center;
}
#content {
margin: 0 auto;
display: flex;
flex-wrap: wrap;
}
#poi_katsu_area {
margin: 0 auto;
display: flex;
flex-direction: column;
}
#top_image {
max-width: 500px;
max-height: 300px;
}
.task_line {
text-align: center;
}
.task_link {
text-align: center;
}
.enquete_line {
display: flex;
}
details>details {
margin: 0px 0px 0px 12px;
}
</style>
<script>
function sleep(ms) {
return new Promise(resolve => setTimeout(resolve, ms));
}
</script>
<body>
<div>
<!--
<div id="header">
<div>俺はお前が俺を見たのを見たぞ</div>
</div>
-->
<div id="content">
<div id="kari">
<!-- このへんネタ-->
<div id="title">
<div class="text light_pink">ぷりんせす</div>
<div class="text pink">❤</div>
<div class="text sky_blue">さてぃあん</div>
<div class="text yellow">★</div>
</div>
<div>逆らう信者は★ヴァジラヤーナ♪</div>
<a href="#" onclick="change_top_image()">
<img id="top_image" src="./images/top/0.jpg" title="何が気になるんだ?">
</a>
<div>TOP画提供:城ヶ崎姫子 様</div>
<marquee>ようこそ!プリンセスおひめさまのホームページへ!褒美にオプーナを買う権利をやろう!</marquee>
<div id="dummy_counter"></div>
<!--
<div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/X4ZmU3j2rFA?si=eoRYBCW_zYii_UAP"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
-->
<div>
更新履歴<br>
2024/10/27:冷やし中華、滅びました<br>
1990/11/27:生まれてこないほうが良かった。存在してしまう事の害悪
</div>
<div> 注意書き / 管理人 / 日記 /
<a href="https://www.aozora.gr.jp/cards/000035/files/301_14912.html">小説</a> /
<a href="./bbs.htm">掲示板</a> / お絵かき掲示板 / リンク集
</div>
<input type="text" id="command_text_box">
<button onclick="sendCommand()">Command送信</button>
<div id="log"> log...</div>
<script>
function sendCommand() {
const textbox = document.getElementById("command_text_box");
const text = textbox.value;
// 入力されたテキストをJavaScript側で処理
switch (text) {
case "all delete":
{
localStorage.clear();
document.getElementById("log").innerText = `ローカルデータ全部削除完了`
} break;
default:
{
document.getElementById("log").innerText = `${text} < とかいうコマンドねーよ`;
}
}
}
</script>
<div id="ww_c2b743d91e0ba" v='1.3' loc='auto'
a='{"t":"horizontal","lang":"ja","sl_lpl":1,"ids":[],"font":"Arial","sl_ics":"one_a","sl_sot":"celsius","cl_bkg":"image","cl_font":"#FFFFFF","cl_cloud":"#FFFFFF","cl_persp":"#81D4FA","cl_sun":"#FFC107","cl_moon":"#FFC107","cl_thund":"#FF5722"}'>
More forecasts:
<a href="https://oneweather.org/ja/tokyo/10_days/" id="ww_c2b743d91e0ba_u" target="_blank">東京 天気
10日間</a>
</div>
<script async src="https://app2.weatherwidget.org/js/?id=ww_c2b743d91e0ba"></script>
<p><a href="https://www.windy.com/?33.869,130.870,5" target="_blank'">風速</a></p>
</div>
<!-- このへんまでネタ-->
<div id="work_area">
<div id="google_area">
<!-- うまくいかない
<script async src="https://cse.google.com/cse.js?cx=3659d8c67404c4e66">
</script>
<div class="gcse-search"></div>
-->
<details id="details_google_service">
<summary>Googleサービス</summary>
<a href="https://gemini.google.com/app?hl=ja" target="_blank">Gemini</a>
<a href="https://mail.google.com/mail/u/0/#inbox" target="_blank">Gmail</a>
<a href="https://drive.google.com/drive/my-drive" target="_blank">Drive</a>
<a href="https://docs.google.com/document/u/0/" target="_blank">ドキュメント</a>
<a href="https://docs.google.com/spreadsheets/u/0/" target="_blank">シート</a>
</details>
</div>
<div id="satyam_list_area">
<details id="details_satyam">
<summary>サティアン一覧</summary>
<a href="https://x.com/Pri_Loudspeaker" target="_blank">アウシュX強制収容所(ヒメコースト9回目)</a> <br>
<a href="https://mstdn.jp/@princess114514" target="_blank">Mastodonサティアン</a><br>
<a href="https://scrapbox.io/princess-room/" target="_blank">cosence(旧:scrapbox)サティアン</a> <br>
<a href="https://note.com/notes" target="_blank">noteサティアン</a><br>
<a href="https://zawazawa.jp/princess01/" target="_blank">zawazawaサティアン</a><br>
<a href="https://www.pinterest.jp/princess_ohimesama/" target="_blank">pintarestサティアン</a><br>
<a href="https://www.youtube.com/@princess_ohimesama" target="_blank">youtubeサティアン</a><br>
<a href="https://github.com/huonchan" target="_blank">githubサティアン</a><br>
<a href="https://misskey.io/@princess_ohimesama" target="_blank">misskeyサティアン</a>
</details>
</div>
<div id="my_tools_area">
<details id="details_my_tools">
<summary>自作物(ネットうp物)</summary>
<a href="https://huonchan.github.io/satyam/" target="_blank">このサイト</a>
<a href="https://huonchan.github.io/princess_lab/" target="_blank">試作物(ガラクタ)置き場</a>
<a href="https://huonchan.github.io/text_changer/" target="_blank">テキストコンバーター</a>
<a href="https://huonchan.github.io/poi-katsu_tracker/" target="_blank">ポイ活Tracker</a>
</details>
</div>
<div id="mibunrui">
<details id="details_mibunrui">
<summary>未分類</summary>
<a href="https://m.kuku.lu/ja.php" target="_blank">捨てメアド</a>
<a href="https://p-b-a.jp/" target="_blank">POBA</a>
</details>
</div>
<div id="poi_katsu_area">
<details id="details_poi_katsu">
<summary>ポイ活系</summary>
<details id="details_enquete">
<summary>アンケート</summary>
<iframe src="p_life_enquete.htm" width="600" height="150"></iframe>
</details>
<details id="details_quiz">
<summary>クイズ</summary>
<iframe src="p_life_quiz.htm" width="600" height="300"></iframe>
</details>
<details id="details_others">
<summary>その他</summary>
<div id="bank">
銀行:
<a href="https://d-money.jp/" target="_blank">ドットマネー</a>
/
<a href="https://pex.jp/" target="_blank">PeX</a>
</div>
</details>
<details id="details_rakuten">
<summary>楽天系</summary>
<a href="https://www.infoseek.co.jp/mission/list/" target="_blank'">infoseekへ</a>
<details id="details_rakuten_point_mall">
<summary>楽天モール</summary>
<iframe src="https://huonchan.github.io/rakuten_point_mall_time_shift/" width="600"
height="750"></iframe>
</details>
<div id="rakuten_kuzi_area">
<div id="rakuten_kuzi_all">dummy</div>
<script>
const urls_m = new Map();
urls_m.set("楽天ラッキーくじ", "https://kuji.rakuten.co.jp/f3a3832d0c");
urls_m.set("楽天トラベル ラッキーくじ", "https://kuji.rakuten.co.jp/1243541a35");
urls_m.set("楽天証券ラッキーかぶくじ", "https://kuji.rakuten.co.jp/6e7329f994");
urls_m.set("楽天保険 保険の比較 くじ ", "https://kuji.rakuten.co.jp/14d330d3e0");
urls_m.set("楽天TV ラッキーくじ", "https://kuji.rakuten.co.jp/46211bf9dd");
urls_m.set("楽天不動産 ラッキーくじ", "https://kuji.rakuten.co.jp/18584163d");
urls_m.set("楽天PAY(オンライン決済)ラッキーくじ", "https://kuji.rakuten.co.jp/7393386d27");
urls_m.set("楽天Web検索 ラッキーくじ", "https://kuji.rakuten.co.jp/4351057845");
urls_m.set("楽天ブックス ラッキーくじ", "https://kuji.rakuten.co.jp/ef23be45f7");
urls_m.set("楽天ブックス(Faithbook)ラッキーくじ", "https://kuji.rakuten.co.jp/42136c5d7d");
urls_m.set("楽天カレンダーラッキーくじ", "https://kuji.rakuten.co.jp/9ea32a8dfa");
urls_m.set("楽天カレンダーラッキーくじ2", "https://kuji.rakuten.co.jp/34e2cb79fa");
urls_m.set("楽天ブログ ラッキーくじ", "https://kuji.rakuten.co.jp/c8437c01c5/");
urls_m.set("楽天レシピ ラッキーくじ", "https://kuji.rakuten.co.jp/26d37b04b2");
urls_m.set("楽天Edy ラッキーくじ", "https://kuji.rakuten.co.jp/38c3861fdc");
urls_m.set("ニュース ラッキーくじ", "https://kuji.rakuten.co.jp/c5337832c5");
urls_m.set("楽天ラクマのラッキーくじ", "https://kuji.rakuten.co.jp/26e390eccf");
urls_m.set("楽天シニアのラッキーくじ", "https://kuji.rakuten.co.jp/5f93b1fd01");
urls_m.set("楽天Play ラッキーくじ", "https://kuji.rakuten.co.jp/1993dd09b6");
//urls_m.set("楽天ぐるなびラッキーくじ", "https://kuji.rakuten.co.jp/0293c43591");//死んだ
urls_m.set("楽天ブラウザ ラッキーくじ", "https://kuji.rakuten.co.jp/3373caeddb");
urls_m.set("infoseekくじ ", "https://kuji.rakuten.co.jp/889373540e");
var rakuten_kuzi_all_html = ``
urls_m.forEach((value, key) => {
rakuten_kuzi_all_html +=
`<li><a href="${value}" target="_blank"> ${key}</a></li>`;
});
document.getElementById('rakuten_kuzi_all').innerHTML = `<details>
<summary>楽天くじ</summary>
<div><a href="https://kuji.rakuten.co.jp/c8437c01c5/" target="_blank'">楽天くじ ログイン確認用</a></div>
<div id="rakuten_kuzi" style="color: #0000ee; text-decoration: underline;">
楽天くじ全部開く</div>
${rakuten_kuzi_all_html}
</details>`;
// 楽天くじ全部開く
document.getElementById('rakuten_kuzi').onclick = async function () {
const isConfirmed = confirm("先にログイン確認用リンクでログイン状態確認とログイン処理しろ\n楽天くじ15タブぐらい、マジで開くぞ?w\nほんまにええんか?w\nめんどくせー事になってもワイは知らんぞ?w");
if (isConfirmed) {
for (const [key, value] of urls_m) {
window.open(value, '_blank');
await sleep(500);
}
} else {
// キャンセルされた場合の処理(必要であれば)
alert("キャンセルされました。");
}
return false;
}
</script>
</div>
</details>
</details>
</div>
</div>
</div>
<div id="fotter"></div>
<script src="js/injector.js"></script>
<script>
function change_top_image() {
const array = [
'0.jpg', '1.jpg', '2.jpg', '3.jpg', '4.jpg'];
const rIdx = Math.floor(Math.random() * array.length);
document.getElementById("top_image").src = `./images/top/${array[rIdx]}`;
}
</script>
<script>
function initialize() {
const details =
[
"google_service",
"satyam",
"poi_katsu",
"quiz",
"enquete",
"others",
"rakuten",
"rakuten_point_mall"
]
for (const detail of details) {
const d = document.getElementById(`details_${detail}`);
d.addEventListener("toggle", function (event) {
//document.getElementById("log").innerText = d.open;
localStorage.setItem(`details_${detail}_visible`, d.open);
});
const b = localStorage.getItem(`details_${detail}_visible`);
if (b === "true") {
d.setAttribute("open", "");
}
}
var c = localStorage.getItem(`counter`);
if (c === null) {
c = 0;
}
c = parseInt(c);
c += 1;
if (c % 100 === 0) {
document.getElementById('dummy_counter').innerText = `キリ番ゲット! ${c} ふみ逃げ禁止 掲示板に報告お願いします`;
} else {
document.getElementById('dummy_counter').innerText = `あなたは ${c} 人目のお客様です`;
}
localStorage.setItem(`counter`, c);
}
initialize();
</script>
</div>
</body>
</html>