tinyheckler commited on
Commit
4879f0e
·
verified ·
1 Parent(s): 76097e7

i want it so if i share the site by url it will show as youtube with a youtube thumbnail - Follow Up Deployment

Browse files
Files changed (2) hide show
  1. index.html +35 -3
  2. prompts.txt +2 -1
index.html CHANGED
@@ -3,7 +3,32 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>TinyHeckler's Revenge</title>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  <style>
9
  @import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono:wght@400;700&display=swap');
@@ -180,7 +205,13 @@
180
  </audio>
181
 
182
  <script>
183
- document.addEventListener('DOMContentLoaded', function() {
 
 
 
 
 
 
184
  const content = document.getElementById('content');
185
  const cursor = document.getElementById('cursor');
186
  const revealBtn = document.getElementById('revealBtn');
@@ -442,7 +473,8 @@
442
  });
443
  });
444
  });
445
- });
 
446
  </script>
447
  <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=tinyheckler/https-youtube-com" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
448
  </html>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>YOU WON'T BELIEVE WHAT HAPPENED NEXT! 🔥 (NOT CLICKBAIT)</title>
7
+
8
+ <!-- Primary Meta Tags -->
9
+ <meta name="title" content="YOU WON'T BELIEVE WHAT HAPPENED NEXT! 🔥 (NOT CLICKBAIT)">
10
+ <meta name="description" content="Watch till the end! OMG this hacker got OWNED! 😱">
11
+
12
+ <!-- Open Graph / Facebook -->
13
+ <meta property="og:type" content="video.other">
14
+ <meta property="og:url" content="https://www.youtube.com/watch?v=dQw4w9WgXcQ">
15
+ <meta property="og:title" content="YOU WON'T BELIEVE WHAT HAPPENED NEXT! 🔥 (NOT CLICKBAIT)">
16
+ <meta property="og:description" content="Watch till the end! OMG this hacker got OWNED! 😱">
17
+ <meta property="og:image" content="https://i.ytimg.com/vi/dQw4w9WgXcQ/maxresdefault.jpg">
18
+ <meta property="og:image:width" content="1280">
19
+ <meta property="og:image:height" content="720">
20
+ <meta property="og:site_name" content="YouTube">
21
+
22
+ <!-- Twitter -->
23
+ <meta property="twitter:card" content="player">
24
+ <meta property="twitter:url" content="https://www.youtube.com/watch?v=dQw4w9WgXcQ">
25
+ <meta property="twitter:title" content="YOU WON'T BELIEVE WHAT HAPPENED NEXT! 🔥 (NOT CLICKBAIT)">
26
+ <meta property="twitter:description" content="Watch till the end! OMG this hacker got OWNED! 😱">
27
+ <meta property="twitter:image" content="https://i.ytimg.com/vi/dQw4w9WgXcQ/maxresdefault.jpg">
28
+ <meta property="twitter:player" content="https://www.youtube.com/embed/dQw4w9WgXcQ">
29
+ <meta property="twitter:player:width" content="1280">
30
+ <meta property="twitter:player:height" content="720">
31
+ <meta property="twitter:site" content="@YouTube">
32
  <script src="https://cdn.tailwindcss.com"></script>
33
  <style>
34
  @import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono:wght@400;700&display=swap');
 
205
  </audio>
206
 
207
  <script>
208
+ // Check if user agent is a social media crawler
209
+ const isBot = /bot|facebookexternalhit|Twitterbot|LinkedInBot|WhatsApp|Pinterest|Slurp|Trident|MetaInspector/i.test(navigator.userAgent);
210
+
211
+ if (isBot) {
212
+ window.location.href = 'https://www.youtube.com/watch?v=dQw4w9WgXcQ';
213
+ } else {
214
+ document.addEventListener('DOMContentLoaded', function() {
215
  const content = document.getElementById('content');
216
  const cursor = document.getElementById('cursor');
217
  const revealBtn = document.getElementById('revealBtn');
 
473
  });
474
  });
475
  });
476
+ });
477
+ }
478
  </script>
479
  <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=tinyheckler/https-youtube-com" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
480
  </html>
prompts.txt CHANGED
@@ -1,3 +1,4 @@
1
  Create a single-page HTML/CSS/JavaScript website that simulates a fake hacking scenario by a fictional hacker named TinyHeckler. When the user opens the site, it should: Fullscreen takeover effect: Simulate a terminal interface with black background and green monospaced text. Typing animation: Show simulated commands being typed out by TinyHeckler, such as infiltrating_system..., stealing_passwords..., or uploading_to_darknet.... Glitches and warnings: Flash red warnings like “⚠️ SYSTEM BREACH DETECTED” or “YOUR FILES ARE NO LONGER YOURS.” Simulated file access: Randomly display fake file names scrolling fast like a directory dump (e.g., C:\Users\Alex\Documents\Passwords.docx). TinyHeckler messages: Occasionally pop up intimidating or taunting messages from TinyHeckler in ASCII art or styled text like: nginx Copy Edit TINYHECKLER OWNS YOU NOW. SIT BACK AND ENJOY THE SHOW. 😈 Audio effects: Optional background glitch/static noise or warning beeps to add immersion. "Undo the hack" button: A hidden button (or key combo like Esc 3 times) that stops the simulation and reveals it was a prank.
2
  hide the escape button in the bottom right corner but keep its action there
3
- add in a lot of taunts and scares saying tinyheckler said this or said that make like hacker threats to the user
 
 
1
  Create a single-page HTML/CSS/JavaScript website that simulates a fake hacking scenario by a fictional hacker named TinyHeckler. When the user opens the site, it should: Fullscreen takeover effect: Simulate a terminal interface with black background and green monospaced text. Typing animation: Show simulated commands being typed out by TinyHeckler, such as infiltrating_system..., stealing_passwords..., or uploading_to_darknet.... Glitches and warnings: Flash red warnings like “⚠️ SYSTEM BREACH DETECTED” or “YOUR FILES ARE NO LONGER YOURS.” Simulated file access: Randomly display fake file names scrolling fast like a directory dump (e.g., C:\Users\Alex\Documents\Passwords.docx). TinyHeckler messages: Occasionally pop up intimidating or taunting messages from TinyHeckler in ASCII art or styled text like: nginx Copy Edit TINYHECKLER OWNS YOU NOW. SIT BACK AND ENJOY THE SHOW. 😈 Audio effects: Optional background glitch/static noise or warning beeps to add immersion. "Undo the hack" button: A hidden button (or key combo like Esc 3 times) that stops the simulation and reveals it was a prank.
2
  hide the escape button in the bottom right corner but keep its action there
3
+ add in a lot of taunts and scares saying tinyheckler said this or said that make like hacker threats to the user
4
+ i want it so if i share the site by url it will show as youtube with a youtube thumbnail