Skip to content

Instantly share code, notes, and snippets.

View erubescent's full-sized avatar
🕺
Currently thriving

preston erubescent

🕺
Currently thriving
View GitHub Profile
@erubescent
erubescent / index.twig
Created August 5, 2018 19:53
sluthub v1 design
{% extends '_layout' %}
{% block main %}
<div>
<!-- main content -->
<div class="container mx-auto">
<div class="flex-1 shadow-inner mb-4 h-screen w-full">
@erubescent
erubescent / md.html
Created April 24, 2018 16:53
vue material source
<!DOCTYPE html>
<html class="md-scrollbar md-theme-dark md-theme-default" lang="en-us">
<head>
<meta charset="utf-8">
<meta content="on" http-equiv="cleartype">
<meta content="width=device-width,initial-scale=1,minimal-ui" name="viewport">
<meta content="yes" name="mobile-web-app-capable">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="black" name="apple-mobile-web-app-status-bar-style">
@erubescent
erubescent / keybase.md
Created April 15, 2018 04:08
keybase verification

Keybase proof

I hereby claim:

  • I am itsmidnightyo on github.
  • I am noceur (https://keybase.io/noceur) on keybase.
  • I have a public key ASAjXkWwDdnQep5SoX7ygLr7TlUdKepQzZg_E5rY5MspWwo

To claim this, I am signing this object:

/* Gist Embed - Dark Theme Styling - Thanks to MattD */
/* Body */
.gist-data tbody { background-color: Black; }
/* Line Numbers */
.gist-data tbody td:nth-of-type(1) {
color: #2B91AF !important;
}
@erubescent
erubescent / night.js
Created March 15, 2018 06:13
wavesurfer
'use strict';
// console log
console.log('hi');
// init wavesurfer
var wavesurfer;
var formatTime = function (time) {
return [
@erubescent
erubescent / dusk.css
Created February 21, 2018 20:49
sc dusk - edits
.playbackSoundBadge__titleLink:hover{
color:white;
}
.playbackSoundBadge__titleLink:focus{
color:#666;
}
.commentItem.m-creatorComment{
background:none
}
.inboxItem:hover, .inboxItem:focus, .inboxItem.unread, .inboxItem.active{
@erubescent
erubescent / ui-gradients.css
Created February 2, 2018 13:38
ui gradients
.love-couple {
background: #3a6186; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #89253e, #3a6186); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #89253e, #3a6186); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
@erubescent
erubescent / apk.txt
Created January 24, 2018 23:41
modded apk links [android]
Spotify Music v8.4.38.619:
https://androidfilehost.com/?fid=818070582850487814
@erubescent
erubescent / PornHub-TV.user.js
Last active January 4, 2025 12:11
enables the tv layout along with upcoming css edits.
// ==UserScript==
// @name PornHub TV
// @author itsmidnightyo
// @version 1.0.0
// @license GPL-3.0+; http://www.gnu.org/licenses/gpl-3.0.txt
// @description enables the pornhub tv layout as seen on PS4. [custom css edits have also been applied]
// @match http://*.pornhub.com/*
// @match https://*.pornhub.com/*
// @require http://code.jquery.com/jquery-latest.js
// @require https://cdn.jsdelivr.net/npm/js-cookie@2/src/js.cookie.min.js