Skip to content

Instantly share code, notes, and snippets.

@ltlnx
ltlnx / dcard-blocklist.txt
Last active May 9, 2023 23:09
Dcard 繞過擋留言彈出式對話框
! Title: Dcard Comment View Block Bypass
! Description: Bypasses the "log in to view more" dialog
! Last modified: 2023-05-10
www.dcard.tw##.o1vu1mcp.atm_qmnscc_brmitn.atm_1n7jq2f_1y0kvok.atm_pjn85y_idpfg4.atm_ufo9zp_kb7nvz.atm_rlvvn4_brmitn.atm_tsdq1_1y0kvok.atm_1c4nadj_kb7nvz.atm_oa4bei_idpfg4.atm_5u0gto_brmitn.atm_18ld7kn_1y0kvok.atm_7an4mz_kb7nvz.atm_6jmzyv_idpfg4.atm_e2_1osqo2v.atm_vy_1osqo2v.atm_fq_idpfg4.atm_tk_idpfg4.atm_mk_1n9t6rb.atm_26_e2ysee
www.dcard.tw##.c1h7ahdh.atm_qmnscc_14p1aj8.atm_1n7jq2f_1y0kvok.atm_dd70pe_4of57.atm_pjn85y_idpfg4.atm_16al6tx_1h7a3po.atm_ufo9zp_kb7nvz.atm_rlvvn4_14p1aj8.atm_tsdq1_1y0kvok.atm_15c88hu_1h7a3po.atm_1c4nadj_kb7nvz.atm_axcvjk_4of57.atm_oa4bei_idpfg4.atm_5u0gto_14p1aj8.atm_18ld7kn_1y0kvok.atm_11hvrwq_1h7a3po.atm_7an4mz_kb7nvz.atm_o1l2kn_4of57.atm_6jmzyv_idpfg4.atm_1tc6ylm_6xdddb.atm_l8_r234nz.atm_fc_1h6ojuz.atm_h_1h6ojuz.atm_9s_1txwivl.atm_j6_1osqo2v.atm_vy_1osqo2v
www.dcard.tw##.s13agepl.atm_kd_glywfm.atm_ks_b4ywaf.atm_wq_18b4za2.atm_e2_1osqo2v.atm_vy_1osqo2v.atm
@ltlnx
ltlnx / countdown.sh
Created December 10, 2021 15:20
Countdown timer with uxterm
#!/bin/sh
# Countdown timer with uxterm
uxterm -hold -bg "#2a2e32" -fg "#F4F3E2" -fa "Sarasa Term TC" -fs 72 -geometry 10x1+0+49 -uc -e read\ -p\ \"S:\ \"\ seconds\ \&\&\ clear\ \&\&\ currenttime\=\`date\ \+\%s\`\ \&\&\ while\ \[\[\ \$countdown\ \!\=\ \"00:00:00\"\ \]\]\;\ do\ countdown\=\"\$\(date\ \-u\ \-\-date\ \@\$\(\(\"\$seconds\"\ \-\ \(\`date\ \+\%s\`\ \-\ \$currenttime\)\)\)\ \+\%H\:\%M\:\%S\)\"\;\ echo\ \-ne\ \"\$countdown\\r\"\;\ done\ \&\&\ echo\ \-ne\ \"\\u001b\[41\;1mTime\'s\ up\!\\u001b\[0m\"
@ltlnx
ltlnx / config
Created September 13, 2021 05:25
my i3 config (with scripts)
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
# Should you change your keyboard layout some time, delete
# this file and re-run i3-config-wizard(1).
#
# i3 config file (v4)
#
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
@ltlnx
ltlnx / 10-mtrack.conf
Created August 6, 2021 17:16
my mtrack configuration (MBP 15 Late 2014)
# Copy to /usr/share/X11/xorg.conf.d
# or /etc/xorg.conf.d if the above doesn't exist
# Not tested if this makes a difference but included nonetheless
# Intended to use with my 50-mtrack.conf
Section "InputClass"
Identifier "Multitouch Touchpad"
Driver "mtrack"
MatchDevicePath "/dev/input/event*"
MatchProduct "bcm5974"