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
/* comments */ | |
li.comment | |
{ | |
border: 1px solid purple !important; | |
padding: 15px !important; | |
} | |
li.comment.selected | |
{ | |
margin: 0 !important; | |
} |
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
/* 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, |
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
# 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: |
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
! 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. |
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
<?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"> |
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
<?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"> |
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
// ==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== |
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
// ==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== |
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
// ==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== |
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
// ==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== |