This file contains 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
window.alert = function() {}; | |
var customUsername = "POOOOP"; | |
var postMessage = 'POOOOOOP'; | |
var spamEvent = jQuery.Event("submit"); | |
//spamEvent.keyCode = 13; | |
GhostPost.username = customUsername; | |
This file contains 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 | |
# Reference: https://passingcuriosity.com/2013/dnsmasq-dev-osx/ | |
set -e | |
brew up && brew install dnsmasq | |
echo "address=/test/127.0.0.1" >> /usr/local/etc/dnsmasq.conf |