This file contains 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
# frozen_string_literal: true | |
require 'nokogiri' | |
require 'uri' | |
module Jekyll | |
# This module provides a Liquid filter for converting relative URLs to absolute URLs. | |
# | |
# Particularly useful when creating a feed to be used for crossposting when | |
# the feed is being consumed by a service that doesn't handle relative URLs, |
This file contains 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
// ---- | |
// libsass (v3.2.5) | |
// ---- | |
.img-ornament | |
-webkit-transition: all 0.5s ease | |
-moz-transition: all 0.5s ease | |
-ms-transition: all 0.5s ease | |
-o-transition: all 0.5s ease |
This file contains 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 Open Multiple Question Links | |
// @namespace http://roub.net/ | |
// @version 0.9.3 | |
// @description open multiple selected unique question links, skipping non-questions | |
// @author Paul Roub | |
// @contributor Mogsdad | |
// @include *://chat.stackoverflow.com/rooms/41570/so-close-vote-reviewers | |
// @include *://chat.stackoverflow.com/search* | |
// @grant GM_openInTab |
This file contains 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
// ---- | |
// Sass (v3.3.0.rc.1) | |
// Compass (v0.13.alpha.10) | |
// ---- | |
$width: 18em; | |
$grid-spacing: 2em; | |
div { | |
margin-right: $width + $grid-spacing*2; |