Skip to content

Instantly share code, notes, and snippets.

@Easy10010
Easy10010 / gist:1860414ac60c3367806862689793dd1c
Created January 5, 2020 13:41
TamperMonkey脚本 - 快捷键控制网页视频播放速度 (alt+z 控制开关; alt+x 减0.5倍速; alt+c 加0.5倍速; z 恢复原速; x 减0.1倍速; c 加0.1倍速)
// ==UserScript==
// @name 视频播放速度控制(alt+z启用)
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author easy10010
// @include *
// ==/UserScript==
// alt+z 控制开关
// alt+x 减0.5倍速
@travismillerweb
travismillerweb / scroll-shadow.css
Created September 23, 2013 18:57
CSS - Google Scroll Shadow
/*
Gmail/Google Reader Sidebar Scroll Shadows
-------------------------------------------
Neat effect that mimics the scroll shadows that appear in the GOogle sitde bar and visually cues users to scroll up or down depending on their position.
Credit goes to Lea Verou for this awesome find.
Source:
Lea's Talk: http://www.youtube.com/watch?v=3ikye7Qc7Ak
Code Source: http://lea.verou.me/more-css-secrets/#slide9
@joshuakemmerling
joshuakemmerling / index.html
Created March 29, 2013 13:45
Pure CSS horizontal scrolling shadows
<!DOCTYPE html>
<html>
<head>
<style>
.scrollbox {
overflow: auto;
width: 200px;
max-height: 200px;
margin: 50px auto;