Skip to content

Instantly share code, notes, and snippets.

View AprilSylph's full-sized avatar

April Sylph AprilSylph

View GitHub Profile
@AprilSylph
AprilSylph / follower_details.js
Last active December 10, 2017 18:12
XKit Extension
//* TITLE Follower Details **//
//* VERSION 1.0.0 **//
//* DESCRIPTION See when each of your followers last updated **//
//* DEVELOPER AprilSylph **//
//* FRAME false **//
//* BETA false **//
XKit.extensions.follower_details = new Object({
running: false,
@AprilSylph
AprilSylph / url_checker.js
Last active May 14, 2018 18:18
XKit Extension
//* TITLE URL Checker **//
//* VERSION 1.1.0 **//
//* DESCRIPTION Be notified of when URLs are deleted **//
//* DEVELOPER AprilSylph **//
//* FRAME false **//
//* BETA false **//
XKit.extensions.url_checker = new Object({
running: false,
@AprilSylph
AprilSylph / theme.html
Last active July 4, 2018 09:25
very basic redirect theme for tumblr
<!DOCTYPE html>
<html>
{block:Option}
<meta name="text:Redirect" content="">
{/block:Option}
<head>
{block:IfRedirect}
<title>Redirecting...</title>
<script>
if (location.pathname !== "/customize_preview_receiver.html") {