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
//* 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, |
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
//* 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, |
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
<!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") { |
NewerOlder