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
# NAME: Claude | |
# AUTHOR: blackmatrix7 | |
# REPO: https://github.com/blackmatrix7/ios_rule_script | |
# UPDATED: 2024-07-03 16:18:28 | |
# DOMAIN: 1 | |
# DOMAIN-SUFFIX: 5 | |
# TOTAL: 6 | |
DOMAIN,cdn.usefathom.com | |
DOMAIN-SUFFIX,anthropic.com | |
DOMAIN-SUFFIX,claude.ai |
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
# | |
# Set the build number to the current git commit count. | |
# If we're using the Dev scheme, then we'll suffix the build | |
# number with the current branch name, to make collisions | |
# far less likely across feature branches. | |
# Based on: http://w3facility.info/question/how-do-i-force-xcode-to-rebuild-the-info-plist-file-in-my-project-every-time-i-build-the-project/ | |
# | |
# Updated with dSYM handling from http://yellowfeather.co.uk/blog/auto-incrementing-build-number-in-xcode-revisited/ | |
# |
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
require! \debug | |
require! \fs | |
require! \multiparty | |
_ = require \lodash | |
{isArray} = require \util | |
AV = require \leanengine | |
log = debug "carlive:formHelper" |
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/bash | |
# Please run this shell with "sudo ..." | |
SERVICE=Wi-Fi | |
# You could change the service. List all network services via: | |
# networksetup -listallnetworkservices | |
echo "" | |
echo "Current DNS on ${SERVICE}:" |