Changes to phd2of1.scroll.pub

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

PhD or OnlyFans?

+

Let the numbers guide your decision

+
+
+
+
+

Decision Calculator

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Results

+

PhD Total Earnings: $180,000

+

OnlyFans Total Earnings: $180,000

+

Decision: It's a tie!

+
+
+
+
+

Pros & Cons

+
+
+

PhD

+
    +
  • Prestige and recognition
  • +
  • Stable career path
  • +
  • Intellectual fulfillment
  • +
  • Potential for academic freedom
  • +
    +
    +
    +

    OnlyFans

    +
      +
    • Potential for high earnings
    • +
    • Flexible schedule
    • +
    • Creative freedom
    • +
    • Direct connection with audience
    • +
      +
      +
      +
      +
      +
      +
      +

      Remember, this is just a tool. Follow your heart and consider all factors before making life-changing decisions.

      +
      index.scroll
      Changed around line 1
      + buildHtml
      + baseUrl https://phd2of.scroll.pub
      + metaTags
      + editButton /edit.html
      + title Should I Drop My PhD for OnlyFans?
      + style.css
      + body.html
      + script.js
      prompt.json
      Changed around line 1
      + {
      + "id": "7d841c32-1332-469e-afb8-e48467a01566",
      + "object": "chat.completion",
      + "created": 1735333946,
      + "model": "deepseek-chat",
      + "choices": [
      + {
      + "index": 0,
      + "message": {
      + "role": "assistant",
      + "content": "---domain---\nphd2of.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://phd2of.scroll.pub\nmetaTags\neditButton /edit.html\ntitle Should I Drop My PhD for OnlyFans?\nstyle.css\nbody.html\nscript.js\n---body.html---\n
      \n

      PhD or OnlyFans?

      \n

      Let the numbers guide your decision

      \n
      \n\n
      \n
      \n

      Decision Calculator

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

      Results

      \n

      PhD Total Earnings: $180,000

      \n

      OnlyFans Total Earnings: $180,000

      \n

      Decision: It's a tie!

      \n
      \n
      \n\n
      \n

      Pros & Cons

      \n
      \n
      \n

      PhD

      \n
        \n
      • Prestige and recognition
      • \n
      • Stable career path
      • \n
      • Intellectual fulfillment
      • \n
      • Potential for academic freedom
      • \n
      \n
      \n
      \n

      OnlyFans

      \n
        \n
      • Potential for high earnings
      • \n
      • Flexible schedule
      • \n
      • Creative freedom
      • \n
      • Direct connection with audience
      • \n
      \n
      \n
      \n
      \n
      \n\n
      \n

      Remember, this is just a tool. Follow your heart and consider all factors before making life-changing decisions.

      \n
      \n---style.css---\n:root {\n --primary-color: #6a1b9a;\n --secondary-color: #ab47bc;\n --accent-color: #ff4081;\n --text-color: #333;\n --bg-color: #f5f5f5;\n --font-family: 'Segoe UI', system-ui, sans-serif;\n}\n\n* {\n box-sizing: border-box;\n margin: 0;\n padding: 0;\n}\n\nbody {\n font-family: var(--font-family);\n color: var(--text-color);\n background-color: var(--bg-color);\n line-height: 1.6;\n padding: 20px;\n max-width: 800px;\n margin: 0 auto;\n}\n\nheader {\n text-align: center;\n margin-bottom: 2rem;\n padding: 2rem;\n background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));\n color: white;\n border-radius: 15px;\n}\n\nh1 {\n font-size: 2.5rem;\n margin-bottom: 0.5rem;\n}\n\nh2 {\n color: var(--primary-color);\n margin-bottom: 1rem;\n}\n\n.calculator {\n background: white;\n padding: 2rem;\n border-radius: 15px;\n box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n margin-bottom: 2rem;\n}\n\n.input-group {\n margin-bottom: 1.5rem;\n}\n\nlabel {\n display: block;\n margin-bottom: 0.5rem;\n font-weight: bold;\n}\n\ninput {\n width: 100%;\n padding: 0.8rem;\n border: 2px solid #ddd;\n border-radius: 8px;\n font-size: 1rem;\n}\n\nbutton {\n background-color: var(--accent-color);\n color: white;\n border: none;\n padding: 1rem 2rem;\n border-radius: 8px;\n cursor: pointer;\n font-size: 1rem;\n width: 100%;\n transition: background-color 0.3s;\n}\n\nbutton:hover {\n background-color: #e91e63;\n}\n\n.results {\n margin-top: 2rem;\n padding: 1.5rem;\n background: #f8f8f8;\n border-radius: 8px;\n}\n\n.decision-text {\n font-size: 1.2rem;\n font-weight: bold;\n margin-top: 1rem;\n color: var(--primary-color);\n}\n\n.pros-cons {\n background: white;\n padding: 2rem;\n border-radius: 15px;\n box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n}\n\n.columns {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 2rem;\n}\n\n.column h3 {\n color: var(--secondary-color);\n margin-bottom: 1rem;\n}\n\nul {\n list-style: none;\n padding-left: 1rem;\n}\n\nli {\n margin-bottom: 0.8rem;\n position: relative;\n}\n\nli::before {\n content: \"•\";\n color: var(--accent-color);\n position: absolute;\n left: -1rem;\n}\n\nfooter {\n text-align: center;\n margin-top: 2rem;\n padding: 1rem;\n color: #666;\n}\n\n@media (max-width: 600px) {\n h1 {\n font-size: 2rem;\n }\n \n .calculator, .pros-cons {\n padding: 1.5rem;\n }\n}\n---script.js---\ndocument.addEventListener('DOMContentLoaded', function() {\n const calculateBtn = document.getElementById('calculate');\n const phdSalaryInput = document.getElementById('phd-salary');\n const ofEarningsInput = document.getElementById('of-earnings');\n const phdYearsInput = document.getElementById('phd-years');\n const phdTotalSpan = document.getElementById('phd-total');\n const ofTotalSpan = document.getElementById('of-total');\n const decisionSpan = document.getElementById('decision');\n\n calculateBtn.addEventListener('click', function() {\n const phdSalary = parseFloat(phdSalaryInput.value);\n const ofEarnings = parseFloat(ofEarningsInput.value);\n const phdYears = parseFloat(phdYearsInput.value);\n\n const phdTotal = phdSalary * phdYears;\n const ofTotal = ofEarnings * 12 * phdYears;\n\n phdTotalSpan.textContent = `$${phdTotal.toLocaleString()}`;\n ofTotalSpan.textContent = `$${ofTotal.toLocaleString()}`;\n\n if (phdTotal > ofTotal) {\n decisionSpan.textContent = \"Stick with the PhD!\";\n decisionSpan.style.color = \"#6a1b9a\";\n } else if (ofTotal > phdTotal) {\n decisionSpan.textContent = \"Go for OnlyFans!\";\n decisionSpan.style.color = \"#ff4081\";\n } else {\n decisionSpan.textContent = \"It's a tie!\";\n decisionSpan.style.color = \"#666\";\n }\n });\n\n // Trigger initial calculation\n calculateBtn.click();\n});\n---end---"
      + },
      + "logprobs": null,
      + "finish_reason": "stop"
      + }
      + ],
      + "usage": {
      + "prompt_tokens": 271,
      + "completion_tokens": 1774,
      + "total_tokens": 2045,
      + "prompt_cache_hit_tokens": 0,
      + "prompt_cache_miss_tokens": 271
      + },
      + "system_fingerprint": "fp_f1afce2943"
      + }
      readme.scroll
      Changed around line 1
      + # phd2of1.scroll.pub
      + Website generated by DeepSeek from prompt: I want a website that will help me decide if i should drop out of my phd program to do onlyfans. it should have some numerical tools and interactivity. be creative
      script.js
      Changed around line 1
      + document.addEventListener('DOMContentLoaded', function() {
      + const calculateBtn = document.getElementById('calculate');
      + const phdSalaryInput = document.getElementById('phd-salary');
      + const ofEarningsInput = document.getElementById('of-earnings');
      + const phdYearsInput = document.getElementById('phd-years');
      + const phdTotalSpan = document.getElementById('phd-total');
      + const ofTotalSpan = document.getElementById('of-total');
      + const decisionSpan = document.getElementById('decision');
      +
      + calculateBtn.addEventListener('click', function() {
      + const phdSalary = parseFloat(phdSalaryInput.value);
      + const ofEarnings = parseFloat(ofEarningsInput.value);
      + const phdYears = parseFloat(phdYearsInput.value);
      +
      + const phdTotal = phdSalary * phdYears;
      + const ofTotal = ofEarnings * 12 * phdYears;
      +
      + phdTotalSpan.textContent = `$${phdTotal.toLocaleString()}`;
      + ofTotalSpan.textContent = `$${ofTotal.toLocaleString()}`;
      +
      + if (phdTotal > ofTotal) {
      + decisionSpan.textContent = "Stick with the PhD!";
      + decisionSpan.style.color = "#6a1b9a";
      + } else if (ofTotal > phdTotal) {
      + decisionSpan.textContent = "Go for OnlyFans!";
      + decisionSpan.style.color = "#ff4081";
      + } else {
      + decisionSpan.textContent = "It's a tie!";
      + decisionSpan.style.color = "#666";
      + }
      + });
      +
      + // Trigger initial calculation
      + calculateBtn.click();
      + });
      style.css
      Changed around line 1
      + :root {
      + --primary-color: #6a1b9a;
      + --secondary-color: #ab47bc;
      + --accent-color: #ff4081;
      + --text-color: #333;
      + --bg-color: #f5f5f5;
      + --font-family: 'Segoe UI', system-ui, sans-serif;
      + }
      +
      + * {
      + box-sizing: border-box;
      + margin: 0;
      + padding: 0;
      + }
      +
      + body {
      + font-family: var(--font-family);
      + color: var(--text-color);
      + background-color: var(--bg-color);
      + line-height: 1.6;
      + padding: 20px;
      + max-width: 800px;
      + margin: 0 auto;
      + }
      +
      + header {
      + text-align: center;
      + margin-bottom: 2rem;
      + padding: 2rem;
      + background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
      + color: white;
      + border-radius: 15px;
      + }
      +
      + h1 {
      + font-size: 2.5rem;
      + margin-bottom: 0.5rem;
      + }
      +
      + h2 {
      + color: var(--primary-color);
      + margin-bottom: 1rem;
      + }
      +
      + .calculator {
      + background: white;
      + padding: 2rem;
      + border-radius: 15px;
      + box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      + margin-bottom: 2rem;
      + }
      +
      + .input-group {
      + margin-bottom: 1.5rem;
      + }
      +
      + label {
      + display: block;
      + margin-bottom: 0.5rem;
      + font-weight: bold;
      + }
      +
      + input {
      + width: 100%;
      + padding: 0.8rem;
      + border: 2px solid #ddd;
      + border-radius: 8px;
      + font-size: 1rem;
      + }
      +
      + button {
      + background-color: var(--accent-color);
      + color: white;
      + border: none;
      + padding: 1rem 2rem;
      + border-radius: 8px;
      + cursor: pointer;
      + font-size: 1rem;
      + width: 100%;
      + transition: background-color 0.3s;
      + }
      +
      + button:hover {
      + background-color: #e91e63;
      + }
      +
      + .results {
      + margin-top: 2rem;
      + padding: 1.5rem;
      + background: #f8f8f8;
      + border-radius: 8px;
      + }
      +
      + .decision-text {
      + font-size: 1.2rem;
      + font-weight: bold;
      + margin-top: 1rem;
      + color: var(--primary-color);
      + }
      +
      + .pros-cons {
      + background: white;
      + padding: 2rem;
      + border-radius: 15px;
      + box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      + }
      +
      + .columns {
      + display: grid;
      + grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      + gap: 2rem;
      + }
      +
      + .column h3 {
      + color: var(--secondary-color);
      + margin-bottom: 1rem;
      + }
      +
      + ul {
      + list-style: none;
      + padding-left: 1rem;
      + }
      +
      + li {
      + margin-bottom: 0.8rem;
      + position: relative;
      + }
      +
      + li::before {
      + content: "•";
      + color: var(--accent-color);
      + position: absolute;
      + left: -1rem;
      + }
      +
      + footer {
      + text-align: center;
      + margin-top: 2rem;
      + padding: 1rem;
      + color: #666;
      + }
      +
      + @media (max-width: 600px) {
      + h1 {
      + font-size: 2rem;
      + }
      +
      + .calculator, .pros-cons {
      + padding: 1.5rem;
      + }
      + }