Skip to content

Instantly share code, notes, and snippets.

View Rotzbua's full-sized avatar

Rotzbua Rotzbua

View GitHub Profile
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console

Cloud disks in China

Cloud disks with API in China

  • space: 1TB+
  • file limit: 5GB
@Rotzbua
Rotzbua / greasemonkey.festi.info.user.js
Last active September 9, 2018 21:15
Greasemonkey_Script_festi.info
// ==UserScript==
// @name Add box source url as comment
// @description Privacy hint: the creation date is added.
// @license GPL-2.0-or-later
// @version 2018.09.09
// @include https://festi.info/boxes.py/*
// @include https://www.festi.info/boxes.py/*
// @updateURL https://gist.github.com/Rotzbua/691361a41722fb0ef6a25ec4a42a12f4/raw/greasemonkey.festi.info.user.js
// @noframes
// @grant none
// ==UserScript==
// @name test
// @author abc
// @namespace namespace_abc
// @description asdfadsf
// @version 2018.07.29
// @include https://www.rotzbua.de/*
// @noframes
// @grant none
// ==/UserScript==