Open in AdBlock Browser?

Everything about using Adblock Browser on iOS
Post Reply
dfiel
Posts: 2
Joined: Mon Sep 14, 2015 11:56 pm

Open in AdBlock Browser?

Post by dfiel »

Is there a way to open URLs from Safari in the AdBlock browser without jailbreaking? It can be done for Chrome with a bookmark like this:

Code: Select all

javascript:location.href="googlechrome"+location.href.substring(4);
http://blog.jonabrams.com/post/26099585 ... -in-chrome

Something like

Code: Select all

javascript:location.href="adblock"+location.href.substring(4);
might work if we knew the right code instead of "adblock".
p_hill
Posts: 438
Joined: Mon Feb 03, 2014 5:26 pm
Location: Cologne

Re: Open in AdBlock Browser?

Post by p_hill »

You can simply use the iOS/Safari sharing extenion by tapping the middle icon in the Safari toolbar, then swiping the middle row from right to left, tap "More" and enable Adblock to be displayed. Once you have done so, you can tap the Adblock icon in that list and see an iOS popup asking if you want to share the URL with Adblock Browser.
dfiel
Posts: 2
Joined: Mon Sep 14, 2015 11:56 pm

Re: Open in AdBlock Browser?

Post by dfiel »

That works, thanks!
Post Reply