All Projects → saagarjha → OpenAdBlock

saagarjha / OpenAdBlock

Licence: Apache-2.0 license
The free, open-source Content Blocker for 32- and 64-bit iOS devices

Programming Languages

swift
15916 projects
objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to OpenAdBlock

ArvernOS
💾 A minimal, experimental and "toy" monolithic kernel to learn about OS development // Work In Progress
Stars: ✭ 313 (+281.71%)
Mutual labels:  64-bit, 32-bit
natick
natickOS - A minimal, lightweight, research Linux Distribution
Stars: ✭ 33 (-59.76%)
Mutual labels:  64-bit
alg-releases
Release Engineering for ALG
Stars: ✭ 98 (+19.51%)
Mutual labels:  64-bit
PrntrBoardV2
32-bit 3D Printer controller board using STM32F407 and replaceable TMC2660/2209 stepper drivers.
Stars: ✭ 31 (-62.2%)
Mutual labels:  32-bit
MeetixOS
An hobby OS written in modern C++20 which aims to be Unix-like. Currently based on EvangelionNG, a GhostOS derived kernel
Stars: ✭ 179 (+118.29%)
Mutual labels:  32-bit
Hush
Noiseless Browsing – Content Blocker for Safari
Stars: ✭ 1,987 (+2323.17%)
Mutual labels:  content-blocker
MiddleClick-BigSur
 "Wheel click" with three-finger click/tap for Trackpad and Magic Mouse.
Stars: ✭ 431 (+425.61%)
Mutual labels:  64-bit
polyclip
R package polyclip: a port of the Clipper library for polygon geometry
Stars: ✭ 18 (-78.05%)
Mutual labels:  64-bit
chess22k
Chessengine written in Java
Stars: ✭ 26 (-68.29%)
Mutual labels:  64-bit
cbc-ubuntu-64bit
Cb (C flat) compiler. Cb is simplified C.
Stars: ✭ 158 (+92.68%)
Mutual labels:  64-bit
bcmrpi3-kernel-bis
Automated weekly build of the default branch 64-bit bcmrpi3_defconfig (+ tweaks) Linux kernel for the RPi3 B / B+
Stars: ✭ 22 (-73.17%)
Mutual labels:  64-bit
PSMemory
Automation Capable Multi Search 64 Bit Windows Memory Scanner
Stars: ✭ 25 (-69.51%)
Mutual labels:  64-bit
SnifferIH
DLL Hooking Packet Sniffer
Stars: ✭ 15 (-81.71%)
Mutual labels:  32-bit
aes
Fast constant-time AES implementations on 32-bit architectures
Stars: ✭ 44 (-46.34%)
Mutual labels:  32-bit
WMI
C++ WMI class library
Stars: ✭ 52 (-36.59%)
Mutual labels:  32-bit
ARM9-compatible-soft-CPU-core
This ARMv4-compatible CPU core is written in synthesiable verilog.It could launch uCLinux and Linux in MODELSIM. It has high Dhrystone benchmark value: 1.2 DMIPS/MHz. It could be utilized in your FPGA design as one submodule, if you master the interface of this .v file. This IP core is very compact. It is one .v file and has only less 1800 lines.
Stars: ✭ 42 (-48.78%)
Mutual labels:  32-bit

Open AdBlock Build Status license Gitter

Open AdBlock is a free and open source content blocker for iOS that has been written from the ground up to support both 32- and 64-bit devices.

How does it work?

As you may be aware, Apple blocked the ability to load content blockers for 32-bit devices (those with a A6 chip or older) in a late developer beta of iOS 9. Open AdBlock circumvents this restriction by redirecting Apple's loading checks and making them succeed, using Facebook's excellent fishhook library. Once the verification is bypassed, Open AdBlock simply uses private SafariServices APIs to load and enable the extension. Unfortunately, this makes it impossible for Open AdBlock to be available on the App Store–if you'd like to try it out, you'll have to build it youself.

Contributors

A shoutout to those who helped work on Open AdBlock, back when it was released:

TODO: update installation steps

How to install the app (works for iPhone 5 and 5c!)

Since we haven't released OpenAdBlock to the App Store yet, here's how to install the app at the moment. Keep in mind you will have to make a 3.6 GB download and have about 8GB of free space on your HD.

  1. Download Xcode 7 from here.
  2. Install it (and the Developer Tools).
  3. Download the .zip from this repo
  4. Open the .zip file and open the OpenAdBlock folder, then open OpenAdBlock.xcodeproj. This will open it in Xcode.
  5. Go to Xcode > Preferences. Open the Accounts tab and add your Apple ID (the one you used to sign to be a developer). Close Preferences.
  6. On the left side there will be a sidebar with one file called OpenAdBlock. Select it and click on the arrow to the left of it.
  7. This will cause a bunch of stuff like Identity, Version, etc. to appear in the centre. Select the Team: Unknown Name [Some garbage here] and change it to your account from the drop down menu. Afterwards click on the “Fix Issue” button.
  8. Above it, you will find the Bundle Identifier text field. Change this text to contain your name/nickname instead of “saagarjha” (e.g. if your name is Bob Joe, change it to bobjoe.[whatever was there originally]; therefore making it look like this –> bobjoe.org.OpenAdBlock.OpenAdBlock)
  9. In the centre screen on the top left (right above the identity field), there will be a dropdown menu with the app icon and name. Click it and select the Extension build target (It has an "E" next to it) and repeat step 8 (!! Remember to only change the beginning of the text !!) (example –> bobjoe.org.OpenAdBlock.OpenAdBlock.OpenAdBlockextension)
  10. Plug in your iPhone, and click the iPhone 6 next to the stop button on the top and select your iOS device (not the model, the name of your device).
  11. Click the play button, hit “fix issue” when it pops up, unlock your iPhone.
  12. On your iPhone go to Setting > General > Profiles. Scroll down and click on a field with you Apple ID email address and hit "Trust"
  13. Now the app is installed on your iPhone, run it and enjoy :)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].