Skip to content

Instantly share code, notes, and snippets.

View XtinaSchelin's full-sized avatar
🌼

Chris Schelin XtinaSchelin

🌼
View GitHub Profile
@XtinaSchelin
XtinaSchelin / ars_technica.css
Created July 5, 2018 00:44
Ars Technica Tidying
/* comments */
li.comment
{
border: 1px solid purple !important;
padding: 15px !important;
}
li.comment.selected
{
margin: 0 !important;
}
@XtinaSchelin
XtinaSchelin / tinybeans.css
Created May 13, 2018 01:15
Tinybeans Tealinator
/* Install in stylish by applying to URLs On The Domain "tinybeans.com"
/* https://material-ui-next.com/style/color/ */
/* COLOR ff6752/3 */
/* backgrounds */
._2Z20c6-1dIeLxPgTHdxiUc .button-primary,
._2O4jyuIYKwPK4Wcjf9kXzp .button-primary,
._2RwWSKNQwSbKQXdDeNlTiG .panel .button-primary,
@XtinaSchelin
XtinaSchelin / slack_history.py
Created January 30, 2018 12:43 — forked from Chandler/slack_history.py
Download Slack Channel/PrivateChannel/DirectMessage History
# MIT License
# Copyright (c) 2016 Chandler Abraham
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
@XtinaSchelin
XtinaSchelin / ublock_xms.ubo
Last active March 23, 2019 11:48
Block special annoyances.
! Future-self: When you click Raw, delete everything after /raw/ so that you get the most recent version of this.
! [1-5] Block all annotations and cards in YouTube videos.
youtube.com##.ytp-ce-element
youtube.com##.video-annotations
youtube.com##.ytp-cards-button
youtube.com##.ytp-pause-overlay
youtube.com##.ytp-cards-teaser-box
! [6-7] Remove Pinterest promoted pins.
@XtinaSchelin
XtinaSchelin / lj_wipe.html
Created April 10, 2017 19:23
Selenium IDE script to overwrite, then delete, your LJ entries.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head profile="http://selenium-ide.openqa.org/profiles/test-case">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="selenium.base" href="http://www.livejournal.com/" />
<title>livejournal_kill</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
@XtinaSchelin
XtinaSchelin / export-lj.htm
Last active April 10, 2017 14:01
Selenium IDE script to export LJ posts to CSV or XML.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head profile="http://selenium-ide.openqa.org/profiles/test-case">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="selenium.base" href="http://www.livejournal.com/" />
<title>lj_export</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
@XtinaSchelin
XtinaSchelin / CA_Comments.user.js
Created February 18, 2017 17:56
Add comment links to Captain Awkward comments.
// ==UserScript==
// @name Captain Awkward Comments Link
// @namespace https://twitter.com/XtinaSchelin
// @version 0.1
// @description Add comment links to Captain Awkward comments.
// @author XtinaS
// @match https://captainawkward.com/*
// @grant none
// ==/UserScript==
@XtinaSchelin
XtinaSchelin / Slack Emoji Image Linkage.user.js
Last active February 5, 2018 15:37
Make Slack emoji images linkable on the customize page.
// ==UserScript==
// @name Slack Link to Emoji Images
// @namespace https://gist.github.com/XtinaSchelin/47d4055d27a875fc8b40837f8975fc49
// @version 0.1
// @description Link to the emoji image files on the Slack custom emoji page.
// @author You
// @match https://*.slack.com/customize/emoji
// @match https://*.slack.com/customize/emoji*
// @grant none
// ==/UserScript==
@XtinaSchelin
XtinaSchelin / Baby Connect Favicon.user.js
Created January 3, 2017 04:03
Change the favicon for baby-connect.com.
// ==UserScript==
// @name Baby Connect Favicon
// @namespace https://xtina.dreamwidth.org
// @version 1.0
// @description Replace the favicon with a BEAN. BEAN BEAN BEAN.
// @author Xtina Schelin
// @match https://www.baby-connect.com
// @match https://www.baby-connect.com/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name Slack Emoji Image Linkage
// @namespace http://xtina.dreamwidth.org/
// @version 0.1
// @description Make emoji images linkable.
// @author Xtina
// @match https://*.slack.com/customize/emoji*
// @grant none
// ==/UserScript==