uci set 'network.lan.ipv6=0'
uci set 'network.wan.ipv6=0'
uci set 'dhcp.lan.dhcpv6=disabled'
# Disable RA and DHCPv6 so no IPv6 IPs are handed out
uci -q delete dhcp.lan.dhcpv6
uci -q delete dhcp.lan.ra
# Disable the LAN delegation
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
// A script to remove reddit hidden posts in bulk | |
// | |
// _______ INSTRUCTIONS _______ | |
// ____________________________ | |
// Go to old reddit and navigate to "hidden" tab. Make sure that the greasemonkey script is enabled. | |
// | |
// AUTHOR : Mohammad Odeh | |
// DATE : Mar. 30, 2023 | |
// |
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
// A script to remove reddit upvotes in bulk | |
// | |
// _______ INSTRUCTIONS _______ | |
// ____________________________ | |
// Go to old reddit and navigate to "upvoted" tab then run this script in the command panel. | |
// Once the page refreshes, re-run script. | |
// | |
// If you feel like automating this script, have at it, I am too lazy to do it. | |
// | |
// AUTHOR : Mohammad Odeh |