Changes to scitweets.scroll.pub

root
root
25 days ago
Initial commit
body.html
Changed around line 1
+
+

SciTechJunkie's Tweets

+

Stay updated with the latest in science and technology.

+
+
+
+
+

Explore the world of science and technology with SciTechJunkie.

+
+
+
+ Your browser does not support the audio element.
+
index.scroll
Changed around line 1
+ buildHtml
+ baseUrl https://scitweets.scroll.pub
+ metaTags
+ editButton /edit.html
+ title SciTechJunkie's Tweets
+ style.css
+ body.html
+ script.js
prompt.json
Changed around line 1
+ {
+ "id": "286790ae-a3a9-4f3e-9959-ff5c0ac24348",
+ "object": "chat.completion",
+ "created": 1735362670,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "---domain---\nscitweets.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://scitweets.scroll.pub\nmetaTags\neditButton /edit.html\ntitle SciTechJunkie's Tweets\nstyle.css\nbody.html\nscript.js\n---body.html---\n
\n

SciTechJunkie's Tweets

\n

Stay updated with the latest in science and technology.

\n
\n
\n \n
\n
\n

Explore the world of science and technology with SciTechJunkie.

\n
\n\n---style.css---\nbody {\n font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n margin: 0;\n padding: 0;\n background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);\n color: #fff;\n line-height: 1.6;\n}\n\nheader {\n text-align: center;\n padding: 2rem;\n background: rgba(0, 0, 0, 0.7);\n margin-bottom: 2rem;\n}\n\nheader h1 {\n font-size: 2.5rem;\n margin: 0;\n}\n\nheader p {\n font-size: 1.2rem;\n margin: 0.5rem 0 0;\n}\n\nmain {\n padding: 1rem;\n max-width: 800px;\n margin: 0 auto;\n}\n\n#tweet-widget {\n background: rgba(255, 255, 255, 0.1);\n border-radius: 10px;\n padding: 1rem;\n box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n}\n\nfooter {\n text-align: center;\n padding: 1rem;\n background: rgba(0, 0, 0, 0.7);\n margin-top: 2rem;\n}\n\nfooter p {\n margin: 0;\n}\n\naudio {\n display: none;\n}\n\n@media (max-width: 768px) {\n header h1 {\n font-size: 2rem;\n }\n\n header p {\n font-size: 1rem;\n }\n\n main {\n padding: 0.5rem;\n }\n}\n---script.js---\nwindow.onload = function() {\n // Load Twitter widget\n !function(d, s, id) {\n var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https';\n if (!d.getElementById(id)) {\n js = d.createElement(s);\n js.id = id;\n js.src = p + \"://platform.twitter.com/widgets.js\";\n fjs.parentNode.insertBefore(js, fjs);\n }\n }(document, \"script\", \"twitter-wjs\");\n\n // Start music player\n document.getElementById('music-player').play();\n};\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 272,
+ "completion_tokens": 774,
+ "total_tokens": 1046,
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 272
+ },
+ "system_fingerprint": "fp_f1afce2943"
+ }
readme.scroll
Changed around line 1
+ # scitweets.scroll.pub
+ Website generated by DeepSeek from prompt: A single page that contains an embedded widget of all @SciTechJunkie's tweets on X.com. Have an invisible music player automatically playing "who are you" by mehro.
script.js
Changed around line 1
+ window.onload = function() {
+ // Load Twitter widget
+ !function(d, s, id) {
+ var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https';
+ if (!d.getElementById(id)) {
+ js = d.createElement(s);
+ js.id = id;
+ js.src = p + "://platform.twitter.com/widgets.js";
+ fjs.parentNode.insertBefore(js, fjs);
+ }
+ }(document, "script", "twitter-wjs");
+
+ // Start music player
+ document.getElementById('music-player').play();
+ };
style.css
Changed around line 1
+ body {
+ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
+ margin: 0;
+ padding: 0;
+ background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
+ color: #fff;
+ line-height: 1.6;
+ }
+
+ header {
+ text-align: center;
+ padding: 2rem;
+ background: rgba(0, 0, 0, 0.7);
+ margin-bottom: 2rem;
+ }
+
+ header h1 {
+ font-size: 2.5rem;
+ margin: 0;
+ }
+
+ header p {
+ font-size: 1.2rem;
+ margin: 0.5rem 0 0;
+ }
+
+ main {
+ padding: 1rem;
+ max-width: 800px;
+ margin: 0 auto;
+ }
+
+ #tweet-widget {
+ background: rgba(255, 255, 255, 0.1);
+ border-radius: 10px;
+ padding: 1rem;
+ box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
+ }
+
+ footer {
+ text-align: center;
+ padding: 1rem;
+ background: rgba(0, 0, 0, 0.7);
+ margin-top: 2rem;
+ }
+
+ footer p {
+ margin: 0;
+ }
+
+ audio {
+ display: none;
+ }
+
+ @media (max-width: 768px) {
+ header h1 {
+ font-size: 2rem;
+ }
+
+ header p {
+ font-size: 1rem;
+ }
+
+ main {
+ padding: 0.5rem;
+ }
+ }