Skip to content

Instantly share code, notes, and snippets.

@shanelau
shanelau / https-demo.html
Last active December 8, 2016 06:59 — forked from anonymous/index.html
DOMAIN: HTTPS 改造, 替换所有的非 https 域名。新增代码直接使用 https 域名// source http://jsbin.com/citocaz
<!DOCTYPE html>
<html lang="zh-Hans">
<head>
<meta charset="UTFa-8" />
<title>demo: HTTPS 改造</title>
<meta content="魅玩帮是一个提供智能硬件免费申请试玩的导购平台,我们筛选市面上最为前沿、时尚、实用和专业的硬件产品免费提供给用户进行试用,为其他用户在购买前提供有价值的决策参考。" name="description" />
<meta content="魅玩帮,可穿戴, 可穿戴设备, 智能设备, 智能可穿戴设备, 便携设备, 便携智能设备, 奇酷网, 奇酷,360 奇酷, 小米酷玩, 点名时间,牛玩,魅族智能硬件, 智能硬件,硬件, 智能移动设备, 免费试用, 苹果,评测,测评, 智能手环, 智能家居, 智能手表, 智能电视 " name="keywords" />
<meta content="True" name="HandheldFriendly" />
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
<meta content="width=device-width,initial-scale=1,maximum-scale=1" name="viewport" />
@shanelau
shanelau / 0_reuse_code.js
Last active August 29, 2015 14:14
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console