Add bloatcat instance and autofocus to search input bar #1

Merged
cobra merged 4 commits from :main into main 2023-05-20 16:32:01 +00:00
2 changed files with 10 additions and 1 deletions
Showing only changes of commit 9c427e11f9 - Show all commits

View File

@ -7,6 +7,7 @@ We're rural, not urban. A privacy respecting urban dictionary client, powered by
| URL | Country | Ownername | Owner Website |
|--------------------+---------+-----------+-----------------|
| https://rd.vern.cc + [[http://rd.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion][Tor]] + [[http://vern5cxiaufqvhv4hu5ypkvw3tiwvuinae4evdbqzrioql6s2sha.b32.i2p][I2P]] | US | ~vern | https://vern.cc |
| https://rd.bloatcat.tk | IS | bloatcat | https://bloatcat.tk |
* About
Rural Dictionary scrapes urban dictionary for data and then displays it in html.

View File

@ -6,5 +6,13 @@
"country": "US",
"owner_name": "~vern",
"owner_website": "https://vern.cc"
}
},
{
"clearnet": "https://rd.bloatcat.tk",
"tor": null,
"i2p": null,
"country": "IS",
"owner_name": "bloatcat",
"owner_website": "https://bloatcat.tk"
}
]