andrewarrow/jengod

Show HN: My wife is mobile safari wikipedia editor with a capital issue

0

stars

5

commits

Swift

primary language

Sep 3, 2026

updated

README

Capital Safari

A minimal iOS host app and Safari Web Extension that changes the exact text “Jengod” to “jengod” on wikipedia.org.

Run it

  1. Open CapitalSafari.xcodeproj in Xcode.
  2. Select the CapitalSafari scheme and an iPhone or iPad simulator (or a signed device), then Run.
  3. In Safari, open Settings → Safari → Extensions → Capital Safari and allow access to the websites you want to transform.
  4. Open or reload a wikipedia.org webpage. Any exact “Jengod” text is changed to “jengod”, including text added later by client-side rendering.

The extension uses a Manifest V3 content.js script and only requests access to wikipedia.org and its subdomains. Matching is case-sensitive: “Jengod” changes, while “jengod” and “JENGOD” remain unchanged.

Contributors

andrewarrow

5 commits

andrewarrow/jengod

Show HN: My wife is mobile safari wikipedia editor with a capital issue

0

stars

5

commits

Swift

primary language

Sep 3, 2026

updated

README

Capital Safari

A minimal iOS host app and Safari Web Extension that changes the exact text “Jengod” to “jengod” on wikipedia.org.

Run it

  1. Open CapitalSafari.xcodeproj in Xcode.
  2. Select the CapitalSafari scheme and an iPhone or iPad simulator (or a signed device), then Run.
  3. In Safari, open Settings → Safari → Extensions → Capital Safari and allow access to the websites you want to transform.
  4. Open or reload a wikipedia.org webpage. Any exact “Jengod” text is changed to “jengod”, including text added later by client-side rendering.

The extension uses a Manifest V3 content.js script and only requests access to wikipedia.org and its subdomains. Matching is case-sensitive: “Jengod” changes, while “jengod” and “JENGOD” remain unchanged.

Contributors

andrewarrow

5 commits

Languages

Swift

54.5%

JavaScript

45.5%