This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
## Script by /u/TomLube and improved by @AppleBetasDev | |
# | |
rm -f /usr/bin/lzmainfo | |
rm -f /usr/bin/iomfsetgamma | |
rm -f /usr/bin/gpgv | |
rm -f /usr/bin/toe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// UIApplication+GracefulExit.swift | |
// | |
// Created by AppleBetas on 2017-05-28. | |
// | |
import UIKit | |
extension UIApplication { | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
document['\x62\x6f\x64\x79']['\x69\x6e\x6e\x65\x72\x48\x54\x4d\x4c']=document['\x62\x6f\x64\x79']['\x69\x6e\x6e\x65\x72\x48\x54\x4d\x4c']['\x72\x65\x70\x6c\x61\x63\x65'](/Dynastic( Development)?/gi,'\x44\x6f\x75\x62\x6c\x65\x20\x44\x69\x63\x6b\x69\x6e\x67')['\x72\x65\x70\x6c\x61\x63\x65'](/development/gi,'\x6c\x61\x72\x67\x65\x20\x73\x65\x74\x20\x6f\x66')['\x72\x65\x70\x6c\x61\x63\x65'](/people/gi,'\x73\x68\x69\x74\x73')['\x72\x65\x70\x6c\x61\x63\x65'](/(quality|talent(s)?)/,'\x6c\x65\x6e\x67\x74\x68\x73')['\x72\x65\x70\x6c\x61\x63\x65'](/software|theme(s)?|team|app(s)?/gi,'\x63\x6f\x63\x6b\x73')['\x72\x65\x70\x6c\x61\x63\x65'](/(tweak(s)?|service(s)?|project(s))/gi,'\x64\x69\x6c\x64\x6f\x73')['\x72\x65\x70\x6c\x61\x63\x65']('\x47\x6f\x6c\x64\x65\x6e\x20\x52\x69\x6e\x67\x73','\x47\x6f\x6c\x64\x65\x6e\x20\x43\x6f\x63\x6b\x20\x52\x69\x6e\x67\x73')['\x72\x65\x70\x6c\x61\x63\x65'](/Coming Soon/gi,'\x73\x75\x63\x6b\x20\x61\x20\x64\x69\x63\x6b\x21')['\x72\x65\x70\x6c\x61\x63\x65'](/Developer/gi,'\x50\x69\x65\x63\x6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
typedef NS_ENUM(NSUInteger, UIBackgroundStyle) { | |
UIBackgroundStyleDefault, | |
UIBackgroundStyleTransparent, | |
UIBackgroundStyleLightBlur, | |
UIBackgroundStyleDarkBlur, | |
UIBackgroundStyleDarkTranslucent, | |
UIBackgroundStyleExtraDarkBlur, | |
UIBackgroundStyleBlur | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// UIViewController+CurrentViewController.swift | |
// | |
// Created by AppleBetas on 2017-01-24. | |
// Copyright © 2017 AppleBetas. All rights reserved. | |
// | |
import UIKit | |
extension UIViewController { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// API.swift | |
// | |
// Created by AppleBetas on 2017-01-15. | |
// Copyright © 2017 AppleBetas. All rights reserved. | |
// | |
import Foundation | |
class API { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// WatchInfo.swift | |
// | |
// Created by AppleBetas on 2016-12-10. | |
// Copyright © 2016 AppleBetas. All rights reserved. | |
// | |
import Foundation | |
import WatchConnectivity |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// NETFLIX PIP BOOKMARKLET | |
// Paste the following into a bookmarklet, and from the Safari Develop menu, check "Allow JavaScript from Smart Search Field". Whenever you open this bookmarklet with a Netflix video playing, it will pop into Picture in Picture. | |
// Some accounts have different UIs for some reason so use the one that matches yours | |
// New UI: | |
javascript:document.querySelector(".NFPlayer > .video-container > div > video").webkitSetPresentationMode("picture-in-picture"); | |
// Old UI: | |
javascript:document.querySelector(".player-video-wrapper video").webkitSetPresentationMode("picture-in-picture"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Randoms.swift | |
// | |
// Created by AppleBetas on 2016-02-21. | |
// Copyright © 2016 AppleBetas. All rights reserved. | |
// | |
import Foundation | |
extension Array { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// NSAlert+QuickAlert.swift | |
// | |
// Created by AppleBetas on 2016-10-24. | |
// Copyright © 2016 AppleBetas. All rights reserved. | |
// | |
import Cocoa | |
extension NSAlert { |
NewerOlder