View login.txt
POST /api/start_phone_number_auth HTTP/1.1 | |
Host: zhuowei-clubhouse.ngrok.io | |
Accept: application/json | |
CH-UserID: (null) | |
CH-Languages: en-US | |
CH-Locale: en_US | |
Accept-Encoding: gzip, deflate, br | |
Accept-Language: en-US;q=1 | |
CH-AppBuild: 269 | |
CH-AppVersion: 0.1.25 |
View alltheendpoints.txt
record_action_trails | |
start_phone_number_auth | |
call_phone_number_auth | |
resend_phone_number_auth | |
complete_phone_number_auth | |
check_waitlist_status | |
get_release_notes | |
get_all_topics | |
get_topic | |
get_clubs_for_topic |
View mce_urls.txt
/adventures/scrolls/{itemId} | |
/adventures/scrolls | |
/boosts/minifigs/{productId}/{id}/activate | |
/boosts/potions/{itemId}/activate | |
/boosts/{instanceId}/deactivate | |
/boosts/players/{playerId}/latest | |
/boosts/{instanceId} | |
/buildplates/shared/{id} | |
/buildplates/{id}/file | |
/buildplates |
View build-xnu-6153.141.1.sh
#! /bin/bash | |
# build-xnu-6153.141.1.sh | |
# tested with Xcode 11.7 on macOS 11 | |
# Changes: | |
# update to 10.15.6's kernel | |
# specify an Xcode | |
# force host OS version to 10.15 so Xcode's clang doesn't complain | |
# | |
# based on | |
# |
View otool_metal_lib.dylib
output_metal.dylib (architecture cputype (16777235) cpusubtype (290)): | |
Load command 0 | |
cmd LC_UUID | |
cmdsize 24 | |
uuid A35935E6-3E43-C4AE-C3A6-652B12204A21 | |
Load command 1 | |
cmd LC_SEGMENT_64 | |
cmdsize 152 | |
segname __TEXT | |
vmaddr 0x0000000100000000 |
View WDBSetWebSecurityEnabled.m
// Allows disabling Same-Origin Policy on iOS WKWebView. | |
// Tested on iOS 12.4. | |
// Uses private API; obviously can't be used on app store. | |
@import WebKit; | |
@import ObjectiveC; | |
void WKPreferencesSetWebSecurityEnabled(id, bool); | |
@interface WDBFakeWebKitPointer: NSObject |
View bootingintolaunchd.txt
QEMU 5.0.92 monitor - type 'help' for more information | |
(qemu) kprintf initialized | |
Serial mode specified: 00000007 | |
WARNING: Forcing uart driver to output synchronously.printf()s/IOLogs will impact kernel performance. | |
You are advised to avoid using 'drain_uart_sync' boot-arg. | |
initialize_screen: b=00000000, w=00000000, h=00000000, r=00000000, d=00000000 | |
initialize_screen: No video - forcing serial mode | |
pe_arm_init_interrupts: args: <ptr> | |
pe_arm_map_interrupt_controller: soc_phys: 0x200000000 | |
pe_arm_map_interrupt_controller: found interrupt-controller |
View bootlogalmostlaunchd.txt
QEMU 5.0.92 monitor - type 'help' for more information | |
(qemu) kprintf initialized | |
Serial mode specified: 00000007 | |
WARNING: Forcing uart driver to output synchronously.printf()s/IOLogs will impact kernel performance. | |
You are advised to avoid using 'drain_uart_sync' boot-arg. | |
initialize_screen: b=00000000, w=00000000, h=00000000, r=00000000, d=00000000 | |
initialize_screen: No video - forcing serial mode | |
pe_arm_init_interrupts: args: <ptr> | |
pe_arm_map_interrupt_controller: soc_phys: 0x200000000 | |
pe_arm_map_interrupt_controller: found interrupt-controller |
View bootloghang2.txt
QEMU 5.0.92 monitor - type 'help' for more information | |
(qemu) kprintf initialized | |
Serial mode specified: 00000007 | |
WARNING: Forcing uart driver to output synchronously.printf()s/IOLogs will impact kernel performance. | |
You are advised to avoid using 'drain_uart_sync' boot-arg. | |
initialize_screen: b=00000000, w=00000000, h=00000000, r=00000000, d=00000000 | |
initialize_screen: No video - forcing serial mode | |
pe_arm_init_interrupts: args: <ptr> | |
pe_arm_map_interrupt_controller: soc_phys: 0x200000000 | |
pe_arm_map_interrupt_controller: found interrupt-controller |
View hidephrases.js
(function() { | |
if (document.getElementById("zhuowei-hidephrase")) { | |
document.getElementById("zhuowei-hidephrase").remove(); | |
} | |
const elem = document.createElement("style"); | |
elem.id = "zhuowei-hidephrase"; | |
// TODO(zhuowei): autodetect the classes by going through all of the CSS | |
elem.textContent = ` | |
._3YBKO *, ._2rXtz .phrase * { | |
color: white !important; |
NewerOlder