Page 1 of 1

Open in AdBlock Browser?

Posted: Tue Sep 15, 2015 12:03 am
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".

Re: Open in AdBlock Browser?

Posted: Tue Sep 15, 2015 5:32 pm
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.

Re: Open in AdBlock Browser?

Posted: Tue Sep 15, 2015 6:16 pm
by dfiel
That works, thanks!