- Notifications
You must be signed in to change notification settings - Fork25
iOS Tabbed Web Browser with user editable extensions and ad blocking
License
SlayterDev/RadiumBrowser
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Get it on theApp Store!
- iOS tabbed web browser with extensions
- Version 1.3
git clone https://github.com/SlayterDev/RadiumBrowser.git
pod install
- Build and run 👍
This is a web browser with multiple tabs backed byWKWebView
. The unique feature of this browser is the ability for the user to add their own JavaScript extensions to the browser. The app is also capable of using its own builtin extensions. Currently the only one is a script to look for the touch icons of a website and return it back to the app to use for the icon on the tab and favorites. The app uses the Realm database to store extensions, history, favorites, and browsing sessions.
The code editor for the extensions has syntax highlighting and auto indentation. So that's pretty neat.
Fork, edit, pull request 👍
About
iOS Tabbed Web Browser with user editable extensions and ad blocking