https://github.com/code-charity/text.js
Browse pure hypertext. Media & GUI are optional (visually more intrusive /less voluntary than text)
https://github.com/code-charity/text.js
Last synced: 5 days ago
JSON representation
Browse pure hypertext. Media & GUI are optional (visually more intrusive /less voluntary than text)
- Host: GitHub
- URL: https://github.com/code-charity/text.js
- Owner: code-charity
- Created: 2024-01-31T00:20:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-08T04:25:59.000Z (about 1 month ago)
- Last Synced: 2026-02-08T12:15:14.211Z (about 1 month ago)
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### TEXT.js
'Vision' (back to the roots actually):
One should be able to view browse pure (hyper)text at times. "Console mode"
Media & GUI are optional (visually more intrusive /less efficient and voluntary than text only).
### Compare /Combine:
#### 1. [/public-apis/public-apis](https://github.com/public-apis/public-apis)
2. [/mendel5/alternative-front-ends](https://github.com/mendel5/alternative-front-ends) 3. [/Rolstenhouse/unofficial-apis](https://github.com/Rolstenhouse/unofficial-apis ) 4. ... 5. ... 6. ...
#### >=50% of the web:
| mostly.. | | |
Local |
|-|-|-|-|
| ..Text | Public | Google.com Twitter.com wikipedia.org Reddit.com Mastodon.social Quora.com Medium.com Reuters.com linkedin.com bing.com yahoo.com weather.com msn.com duckduckgo.com urbandictionary.com news.ycombinator.com | baidu.com yandex.ru naver.com news.yahoo.co.jp |
| | Shopping | amazon.com ebay.com craiglist.org etsy.com | aajtak.in ok.ru |
| | Personal | web.whatsapp.com Messenger.com web.Telegram.org Translate.Google.com mail.google.com live.com office.com zoom.us samsung.com | qq.com mail.ru globo.com docomo.ne.jp |
| ..Media| Music | Spotify.com Music.Apple.com Music.YouTube.com Bandcamp.com Shazam.com | |
|| Photo | instagram.com pinterest.com Imgur | |
|| Video | YouTube.com netflix.com TikTok Twitch.tv IMDb.com roblox.com | bilibili.com |
| ..Mix | Social | Facebook.com Discord.com fandom.com | vk.com |
#### Compare:
- RSS & RSS generators
- Mobile view, Printing version, ..?
- **Text browsers**: [elinks](https://github.com/rkd77/elinks/) & [links](https://github.com/spartrekus/links2) ; - [lynx](https://github.com/ThomasDickey/lynx-snapshots) ; - [emacs/w3m](https://github.com/emacs-w3m/emacs-w3m) & emacs/w3
- [browsh](https://github.com/browsh-org/browsh) (newer, based on Firefox headless(=without GUI) )
- /**Browser automation**: Puppeteer (Node.js), Playwright (.js/.py):
- /'Web-testing': Selenium, iMacros ( _keyboard browsing: Vimium_ )
- /'Web-scraping': MechanicalSoup (.py) (built on "Beautiful Soup"); "Web crawling": Scrapy (.py), wget, curl & commercial ones
- [/w3c/webextensions/issues/506 Firefox' webRequest.FilterResponse...for all browsers. Against waste](https://github.com/w3c/webextensions/issues/506)
---
( **.js** because:
-Popular websites often use complicated JS constructions.
- Everyone with a browser can run it personally without installing anything or logging in again where logged-in already.
- It can be part of any other browser extension or app or website or marcro/bookmarklet or called as a sheduled task/cronjob/autostart. )