Skip to content

Instantly share code, notes, and snippets.

View sofichael's full-sized avatar
🇨🇳
Focusing

liuyunzhi sofichael

🇨🇳
Focusing
View GitHub Profile
@erkie
erkie / background.html
Created May 19, 2012 09:43
Save parts of screen using Chrome extension
<script>
var Constants = {
saveURL: 'http://random/birthday/saveimage.php',
w: 500,
h: 500,
x: 200,
y: 200
};