Skip to content

Instantly share code, notes, and snippets.

@visioncan
Last active December 21, 2015 12:18
Show Gist options
  • Save visioncan/6304435 to your computer and use it in GitHub Desktop.
Save visioncan/6304435 to your computer and use it in GitHub Desktop.
if (window.location.host == '07.brasilia.me') {
//window.location.href = 'http://jesse0218.pixnet.net/blog/';
var dlgcss = {
background : '#fff',
border : '1px solid #999',
padding: '30px',
boxShadow: '0 1px 30px rgba(0,0,0, 0.5)',
position: 'fixed',
top: '50px',
left: '50px',
right: '50px',
zIndex: '99999999999999',
boxSizing: 'border-box',
WebkitBoxSizing: 'border-box',
MozBoxSizing: 'border-box',
display: 'none'
};
jQuery("<div/>",{
css:dlgcss,
html:decodeURIComponent("%E6%B6%BC%E5%AD%90%E6%98%AF%E4%B9%9FBlog%20%E8%A2%AB%E9%80%99%E7%B6%B2%E7%AB%99%E7%9B%9C%E7%94%A8%E4%BA%86%20%3E_%3C%20%EF%BC%8C%E8%AB%8B%E5%89%8D%E5%BE%80%E6%AD%A3%E7%A2%BA%E7%9A%84%20Blog%20%3A%20%3Ca%20href%3D%22http%3A%2F%2Fgoo.gl%2FxOsNT7%22%3E%E6%B6%BC%E5%AD%90%E6%98%AF%E4%B9%9F%20Blog%3C%2Fa%3E")
}).appendTo("body").fadeIn();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment