[email protected]:~/pinescripts
connected
(function(){ const lines = [ '> initializing...', ' ', '> tradingview/pine_scripts/deployments/all', '> strategy backtest: verified', '> validating entry + exit logic...', ' ', '', '', ' ', '> custom pine scripts loaded', ' ', ' ', '', '', '> scroll down to proceed ' ]; const container = document.getElementById('term-content'); const charSpeed = 50; const lineDelay = 300; let lineIndex = 0; function typeLine() { if (lineIndex >= lines.length) { showCursor(); return; } const text = lines[lineIndex++]; const lineElem = document.createElement('div'); container.appendChild(lineElem); let i = 0; function typeChar() { if (i < text.length) { lineElem.textContent += text.charAt(i++); setTimeout(typeChar, charSpeed); } else { setTimeout(typeLine, lineDelay); } } typeChar(); } function showCursor() { const span = document.createElement('span'); span.className = 'cursor'; span.textContent = '█'; container.lastChild.appendChild(span); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', typeLine); } else { typeLine(); } })();

TradingView Custom PineScripts

Indicators

Strategies

Text

Text

Pricing

Contact

Just Launched

Reader+

The beautifully clean, distraction-free reading overlay for Safari. Instant activation, Markdown export, and premium typography – all within your browser.

Get Reader+ Pro — $1
FreePro
© 2025 Kevin Kent • All rights reserved
const features = { free: [ { title: "Clean Article Mode:", text: " Convert pages into focused reading format from Safari." }, { title: "5 Visual Themes:", text: " Enjoy light, dark, sepia, graphite, and solarized options." }, { title: "Standard Fonts & Sizing:", text: " Includes six of the most readable fonts and sizing presets." }, { title: "1-Tap Launch:", text: " Instant activation from Safari’s share sheet — no app needed." }, { title: "Built for Privacy:", text: "bNo ads, no tracking — everything runs locally on-device." } ], pro: [ { title: "20 Expert-Designed Themes:", text: " Carefully crafted color palettes for any reading environment." }, { title: "15 Reading Fonts:", text: " Premium typography including IBM Plex, Merriweather, Charter and more." }, { title: "Markdown Export:", text: " Save cleaned articles in portable .md format — great for research & writing." }, { title: "Smart Share:", text: " Copy content with attribution and pro styling in one tap." }, { title: "Polished Reader UX:", text: " Animated buttons, blur layers, smooth interactions, and full customization." } ] }; const featureToggle = document.getElementById("featureToggle"); const featuresDiv = document.getElementById("features"); const ctaButton = document.getElementById("ctaButton"); function renderFeatures(mode) { featuresDiv.innerHTML = ""; features[mode].forEach(f => { const card = document.createElement("div"); card.className = "feature-card"; card.innerHTML = `${f.title}${f.text}`; featuresDiv.appendChild(card); }); ctaButton.textContent = mode === "pro" ? "Get Reader+ Pro — $1" : "Get Reader+ Free"; ctaButton.href = mode === "pro" ? "https://buy.stripe.com/bIY6pXedZeXXd3OcN0" : "https://routinehub.co/shortcut/22246/"; } featureToggle.addEventListener("change", () => { renderFeatures(featureToggle.checked ? "pro" : "free"); }); renderFeatures("free");

Safari Reader vs. Reader+ Pro

FeatureSafari ReaderReader+ Pro
Activation MethodSafari menuShare Sheet (1-tap)
Themes4 (White, Sepia, Gray, Black)20+ expert-designed
Fonts915+ premium fonts
Font SizeA / a toggleDropdown: 14px–28px
Markdown ExportNot availableClean .md download
Listen to PageYesNot included
SummaryYesNot included
PrivacyOn-device100% local

⚡️You're In.


Welcome to Reader+ Pro — the elite Safari reading experience is now yours. Thank you for supporting this indie project.

All the best,
Kevin

Download Reader+ Pro Now

Need help? Email support or reply to your receipt.

© 2025 Kevin Kent • All rights reserved

Frameworks in a Box

The Ultimate Prompt Framework Toolkit

Frameworks in a Box gives you high-leverage prompt templates for TikTok, Notion, LinkedIn, X, and more — built for speed, structure, and results.

  • ✅ 5 ready-to-use frameworks
  • ✅ Designed for creators & builders
  • ✅ Copy/paste or customize instantly
  • ✅ Enhances your workflow
Get the Pack →

Thanks for grabbing Frameworks in a Box 🎉

Your purchase was successful. You’re now unlocked and ready to prompt like a pro.

Open Your Download →