Skip to content

pajamaclaws21/WBIB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WBIB

A baby "web browser" in your browser1. I got this idea when I was trying to make a SpaceTraders-API-based game in Snap!, but got stuck when there were so so so many features. It's changed so much over the course of many many many commits and was largely written on W3Schools' TryIt editor. It currently uses AllOrigins as a CORS proxy. To go to different websites, type in a website without the www, www1, etc. and/or https://, http:// (i.e. reddit.com or google.com) to the input and then press enter! I have a nice formatter for searching on Google, called WBIB-Google, although that's all it's used for. NOTE THAT TO USE THIS PROPERLY, YOU NEED TO HAVE SOME SENSE OF HOW THE INTERNET WORKS! I don't have all of Google's data, or Reddit's, and my website can't handle their redirects, so you're gonna need to do a lot of link editing to use this well. Sorry about that.

1 Not a fully-fledged web browser, just something to show webpages inside a webpage.


IMPORTANT RESOURCES USED

the W3Schools TryIt editor
https://allorigins.win/
CORS Anywhere (not being used anymore)
https://www.delftstack.com/howto/javascript/javascript-get-html-from-url/ (not being used anymore)
I also utilized countless Stack Overflow articles- too many to list here.