- Text Content Generator - http://www.lipsum.com
- Favicon Generator - http://tools.dynamicdrive.com/favicon
- Data Generator - https://mockaroo.com/
- Mobile Mockup Generator - https://mockuphone.com
- Logo Generator - https://www.logaster.com
- UUID Generator - https://www.uuidgenerator.net/
- Hash Generator - https://passwordsgenerator.net/sha256-hash-generator/
I hereby claim:
- I am POPOEVER on github.
- I am popoever (https://keybase.io/popoever) on keybase.
- I have a public key whose fingerprint is F033 AFED E8A0 7D5F 2A48 50DD 54D4 4E49 2317 EEF9
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:document.getElementsByClassName('a-kh-Ae')[0].appendChild(document.createElement('<div><div><div class="a-St-R">发送邀请</div><div class="a-b-Tm"><a href="/circles/find" class="a-b-h-Jb"><div class="a-St-Tm-pa a-Ja-h a-b-St-Tm-pa"></div></a><a href="/circles/find" class="a-b-h-Jb"><div class="a-Ja-h a-b-St-Tm-h">邀请其他人加入 Google+</div></a></div></div></div>')) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<meta name="robots" content="all" /> | |
<title>margin vs. padding</title> | |
<style type="text/css"> | |
<!-- | |
body { | |
margin:0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var defaultEncoding = 2; // 1: 繁體中文, 2: 简体中文 | |
var translateDelay = 0; | |
var cookieDomain = "http://www.mjj.hk"; //更改为你的博客网址 | |
var msgToTraditionalChinese = "繁體"; //此处可以更改为你想要显示的文字 | |
var msgToSimplifiedChinese = "简体"; //同上,但两处均不建议更改 | |
var translateButtonId = "translateLink"; | |
var currentEncoding = defaultEncoding; | |
var targetEncodingCookie = "targetEncoding" + cookieDomain.replace(/\./g,""); | |
var targetEncoding = ( getCookie(targetEncodingCookie) == null ? defaultEncoding : getCookie(targetEncodingCookie) ); |