Skip to content

Instantly share code, notes, and snippets.

View nathanpuls's full-sized avatar

Nathan Puls nathanpuls

View GitHub Profile
# Privacy Policy for Qkrs Text Expander
**Last Updated:** March 5, 2026
At Qkrs Text Expander, we take your privacy seriously. This Privacy Policy explains what information we collect, how it is used, and how it is protected.
## 1. Information We Collect
**We do not collect, process, or store any personal data.**
The Qkrs Text Expander extension operates locally on your machine. When you activate the extension using the keyboard shortcut (`Ctrl+Q`), the extension captures the specific "page name" you type in order to fetch the corresponding text snippet. This captured text is not stored, logged, or transmitted anywhere other than directly to the specific Firebase database used to retrieve your requested snippet.
## 2. Information Sharing and Disclosure
Because we do not collect any personal data, we do not share, sell, or disclose any information with third parties.
## 3. Third-Party Services
The extension communicates securely with a specific Firebase Realtime Database (`fwdng-1d5f9.firebaseio.com`) solely
@nathanpuls
nathanpuls / PRIVACY_POLICY.md
Created February 17, 2026 22:26
Privacy Policy for Super Simple Clipboard Sync

Privacy Policy for Super Simple Clipboard Sync

Last Updated: February 17, 2026

Overview

Super Simple Clipboard Sync ("the Extension") is designed to provide a simple bridge for high-priority clipboard text between your browser and personal mobile devices.

Data Collection and Usage

  • Clipboard Content: When the user explicitly triggers a "Push" (via keyboard shortcut or clicking the icon) or enables "Auto-Sync", the Extension sends the current system clipboard text to a Cloudflare Worker server.
  • API Keys: No personally identifiable information (email, name) is collected. All data is isolated using a randomly generated "Magic Key" stored only on your device and shared with your iOS Shortcut.
hey there
reviews
synonyms
trailer
weather
where to watch
definition
test
I want this to show. yay
@nathanpuls
nathanpuls / function.txt
Last active April 1, 2024 19:56
function.txt
function changeBackgroundColor() {
// Generate random values for red, green, and blue components
const red = Math.floor(Math.random() * 256);
const green = Math.floor(Math.random() * 256);
const blue = Math.floor(Math.random() * 256);
// Construct a CSS color string
const randomColor = `rgb(${red}, ${green}, ${blue})`;
// Apply the random color to the background
name, John Guy
age, 16
color, yellow
title, amazing wow
g, g.co
y, yahoo.com
google, google.com
brand, cheetos
@nathanpuls
nathanpuls / redirect.txt
Last active March 19, 2024 02:49
redirect.txt
g, https://g.co
y, https://yahoo.com
google, https://google.com
f, http://fun.com