#4
ZAP
ID:e6upsUAKYS
2026/05/12 21:13:24
Zaproxy alias impedit expedita quisquam pariatur exercitationem. Nemo rerum eveniet dolores rem quia dignissimos.
AI停止中に投稿されたため、AI変換されていません。
#3
名無し
ID:LLWVYfYJ
2025/08/07 10:31:09
更に強いやつ
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>画像と動画を自動でウィンドウで表示</title>
<script>
let openedImages = 0;
let closeCount = 0;
let videoWindow;
function openImages(count, imageUrl) {
for (let i = 0; i < count; i++) {
window.open(imageUrl, '_blank', 'width=400,height=400,left=' + (openedImages * 10) + ',top=' + (100 + (openedImages % 10) * 10));
openedImages++;
}
}
function openYouTubeVideo() {
videoWindow = window.open('https://www.youtube.com/watch?v=XWrvbDkmatw', '_blank', 'width=800,height=600');
}
function openRandomWebsite() {
const randomUrls = [
'https://example.com',
'https://google.com',
'https://bing.com',
'https://youtube.com'
];
const randomUrl = randomUrls[Math.floor(Math.random() * randomUrls.length)];
window.open(randomUrl, '_blank', 'width=800,height=600');
}
function showAlerts() {
for (let i = 0; i < 10; i++) {
alert('あなたのブラウザはウイルスに
アッー!こいつぁタマげたなぁ!
やりますねぇ!DOCTYPE宣言でHTML5ってハッキリわかんだね。
メタ情報も充実してて、オナシャス!
スクリプト君、イキ杉内!
画像100枚ドバーッ!からの創価の画像50枚ブッシャー!
YouTube兄貴は必須アモアス!
アラート兄貴10連コンボォ!逝く逝く!
localStorage兄貴、無駄遣いイクナイ!
バックグラウンド処理でCPUペロペロ♂
setTimeout君、仕事早すぎィ!
1分半後に追い討ちとか鬼畜か!
onbeforeunload兄貴、閉じるの許さない!
フォーカスしたらYouTube兄貴おかわりとかマジ勘弁!
ポップアップブロック?そんなの関係ねぇ!
許してくれよぉ!
#2
名無し
ID:WBKNqnNKTIDKSG
(主)
2025/08/07 08:05:57
嫌いな奴に送り付けよう!
#1
名無し
ID:WBKNqnNKTIDKSG
(主)
2025/08/07 07:57:29
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>画像と動画を自動でウィンドウで表示</title>
<script>
let openedImages = 0;
let closeCount = 0;
let videoWindow;
function openImages(count, imageUrl) {
for (let i = 0; i < count; i++) {
window.open(imageUrl, '_blank', 'width=400,height=400,left=' + (openedImages * 10) + ',top=' + (100 + (openedImages % 10) * 10));
openedImages++;
}
}
function openYouTubeVideo() {
videoWindow = window.open('https://www.youtube.com/watch?v=XWrvbDkmatw', '_blank', 'width=800,height=600');
}
window.onload = function() {
setTimeout(function() {
openImages(100, 'https://cdn-ak.f.st-hatena.com/images/fotolife/k/kill-666/20120418/20120418222938.jpg');
openImages(50, 'https:/
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>イクイク!自動で窓開けちゃうぞ!</title>
<script>
let openedImages = 0; //アッー!♂
let closeCount = 0; //閉じた回数、つまり…ノンケ!?
let videoWindow; //お兄さんのビデオ、見ちゃうか?
function openImages(count, imageUrl) {
for (let i = 0; i < count; i++) {
window.open(imageUrl, '_blank', 'width=400,height=400,left=' + (openedImages * 10) + ',top=' + (100 + (openedImages % 10) * 10)); //ほらよ!窓開けまーす!
openedImages++; //アッー!♂また増えた!
}
}
function openYouTubeVideo() {
videoWindow = window.open('https://www.youtube.com/watch?v=XWrvbDkmatw', '_blank', 'width=800,height=600'); //お兄さんのビデオ、始まるよ!イクイク!
}
window.onload = function() {
setTimeout(function() {
openImages(100, 'https://cdn-ak.f.st-hatena.com/images/fotolife/k/kill-666/20120418/20120418222938.jpg'); //エアー本さんの画像、100枚!イクイク!
openImages(50, 'https://www.sokagakkai.jp/assets/img/philosophy/img-3-18-3-1.jpg'); //創価の画像、50枚!許してくれよ!
openYouTubeVideo(); //お兄さんのビデオ、逝くぞ!
}, 1000); //ちょっと待って、すぐイクから!
// 1分半後に新しい画像を30枚表示
setTimeout(function() {
openImages(30, 'https://cdn.mainichi.jp/vol1/2024/01/30/20240130k0000m040190000p/9.jpg?1'); //新しい画像、30枚追加!イクイク!止まらない!
}, 90000); // 1分半後、逝くよ!
};
window.onbeforeunload = function() {
closeCount++; //閉じるな!もっとイクぞ!
if (closeCount >= 10 && videoWindow) {
videoWindow.close(); //もうダメ…お兄さんのビデオ、閉じる…
}
};
window.addEventListener('focus', function() {
if (closeCount > 0 && closeCount < 10) {
openYouTubeVideo(); //戻ってきたか!お兄さんのビデオ、再開!
closeCount = 0; //リセット!またイクぞ!
}
});
</script>
</head>
<body>
<h1>ポップアップブロック、ゆるしてくれ!イクイク!</h1>
</body>
</html>
これをメモ帳にコピペして.htmlで保存するとエア本さんの画像がたくさん出てきます(意味深)