├── .gitignore ├── FullSafari.plist ├── Makefile ├── Private.h ├── README.md ├── Screenshot_0_0_1.jpg ├── Tweak.xm └── control /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bensge/FullSafari/HEAD/.gitignore -------------------------------------------------------------------------------- /FullSafari.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bensge/FullSafari/HEAD/FullSafari.plist -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bensge/FullSafari/HEAD/Makefile -------------------------------------------------------------------------------- /Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bensge/FullSafari/HEAD/Private.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bensge/FullSafari/HEAD/README.md -------------------------------------------------------------------------------- /Screenshot_0_0_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bensge/FullSafari/HEAD/Screenshot_0_0_1.jpg -------------------------------------------------------------------------------- /Tweak.xm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bensge/FullSafari/HEAD/Tweak.xm -------------------------------------------------------------------------------- /control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bensge/FullSafari/HEAD/control --------------------------------------------------------------------------------