Skip to content

Instantly share code, notes, and snippets.

@thebaske
thebaske / PRIVACY_POLICY.md
Created February 25, 2026 20:52
Privacy Policy

Privacy Policy — English Simplified

Last updated: February 25, 2026

English Simplified is a browser extension that simplifies English text on webpages to help language learners. This policy explains what data the extension accesses, how it is used, and how it is protected.

Data We Access

Webpage Text

When you click "Simplify This Page," the extension reads the visible text content (paragraphs) of the current webpage. This text is sent to our server for AI-powered simplification and is returned to you in simplified form.

using System.Collections;
using System;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Events;
public delegate void Command();
public class ServiceTicker : MonoBehaviour
{
public delegate void OnServiceTickDelegate();