Skip to content

Instantly share code, notes, and snippets.

View SLAPaper's full-sized avatar
🤣
lmao

SLAPaper Pang SLAPaper

🤣
lmao
View GitHub Profile
@SLAPaper
SLAPaper / SteamCartSorter.js
Last active June 26, 2020 14:53
sort steam cart items by price
// ==UserScript==
// @name Steam cart sorter
// @name:ZH-CN Steam 购物车自动排序
// @namespace http://tampermonkey.net/
// @version 0.8
// @description sort the Steam cart by price
// @description:ZH-CN 对 Steam 购物车中的物品按照价格排序
// @author SLAPaper
// @match http://store.steampowered.com/cart/*
// @match https://store.steampowered.com/cart/*
@SLAPaper
SLAPaper / BundleStar.js
Created April 1, 2017 15:28
Bundle Star auto get key
// ==UserScript==
// @name BundleStar_GetKey&Gift
// @Namespace http://tampermonkey.net/
// @version 1.03
// @description shows how to use babel compiler
// @icon https://cdn.bundlestars.com/production/brand/logo.png
// @author KamiXuan
// @match https://www.bundlestars.com/en/orders*
// ==/UserScript==
// ==UserScript==
// @name Qidian score autoclick
// @name:ZH-CN 起点中文经验值自动签到
// @namespace http://tampermonkey.net/
// @version 1.9
// @description Open the score site and let the script do all the click!
// @description:ZH-CN 打开领取经验值的页面,然后让脚本在后台自动处理所有工作!
// @author SLAPaper
// @include /^https?://my\.qidian\.com/level/
// @license MIT
@SLAPaper
SLAPaper / angularjs_commit_guidelines.md
Created January 7, 2016 12:48
Angularjs Commit Guidelines

Git Commit Guidelines

We have very precise rules over how our git commit messages can be formatted. This leads to more readable messages that are easy to follow when looking through the project history. But also, we use the git commit messages to generate the AngularJS change log.

The commit message formatting can be added using a typical git workflow or through the use of a CLI wizard (Commitizen). To use the wizard, run npm run commit in your terminal after staging your changes in git.

Commit Message Format

Each commit message consists of a header, a body and a footer. The header has a special