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:
{% extends '_layout' %} | |
{% block main %} | |
<div> | |
<!-- main content --> | |
<div class="container mx-auto"> | |
<div class="flex-1 shadow-inner mb-4 h-screen w-full"> |
<!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"> |
I hereby claim:
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; | |
} |
'use strict'; | |
// console log | |
console.log('hi'); | |
// init wavesurfer | |
var wavesurfer; | |
var formatTime = function (time) { | |
return [ |
.playbackSoundBadge__titleLink:hover{ | |
color:white; | |
} | |
.playbackSoundBadge__titleLink:focus{ | |
color:#666; | |
} | |
.commentItem.m-creatorComment{ | |
background:none | |
} | |
.inboxItem:hover, .inboxItem:focus, .inboxItem.unread, .inboxItem.active{ |
.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+ */ | |
} |
Spotify Music v8.4.38.619: | |
https://androidfilehost.com/?fid=818070582850487814 |
// ==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 |