An open API service indexing awesome lists of open source software.

https://github.com/SlayterDev/RadiumBrowser

iOS Tabbed Web Browser with user editable extensions and ad blocking
https://github.com/SlayterDev/RadiumBrowser

adblock adblocking browser extensible extensions ios javascript screenshots swift webbrowser webkit

Last synced: 13 days ago
JSON representation

iOS Tabbed Web Browser with user editable extensions and ad blocking

Awesome Lists containing this project

README

        

# RADIUM #

Get it on the [App Store](https://itunes.apple.com/us/app/radium-web-browser/id1274491203?mt=8)!

### What is this repository for? ###

* iOS tabbed web browser with extensions
* Version 1.3

### How do I get set up? ###

* `git clone https://github.com/SlayterDev/RadiumBrowser.git`
* `pod install`
* Build and run :+1:

### Discussion ###

This is a web browser with multiple tabs backed by `WKWebView`. 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.

### Contributors ###

Fork, edit, pull request :+1:

![Imgur](http://i.imgur.com/bMQuwAE.png) ![Imgur](http://i.imgur.com/Wjro36A.png)