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:void(function(){$(".topic-reply li").each(function(){ if($(this).find(".user-face a").attr('href')!=$(".user-face:first").find('a').attr('href')){$(this).toggle() } });})(); |
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
/* | |
12306 Auto Query => A javascript snippet to help you book tickets online. | |
Copyright (C) 2011-2012 Jingqin Lynn | |
Includes jQuery | |
Copyright 2011, John Resig | |
Dual licensed under the MIT or GPL Version 2 licenses. | |
http://jquery.org/license | |
Includes Sizzle.js |
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
<HTML><head><TITLE>T4nk JS混淆工具</TITLE> | |
<meta name="description" content="JS混淆工具<" /> | |
<META content="MSHTML 6.00.2800.1528" name=GENERATOR> | |
<META content="" name=Author> | |
<META content="" name=Keywords> | |
<META content="" name=Description></HEAD> | |
<BODY> | |
<SCRIPT language=JavaScript> | |
<!-- |
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 HTML 4.0 Transitional//EN"> | |
<HTML><HEAD><TITLE>个人js加解密功能页面</TITLE> | |
<SCRIPT>eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)d[e(c)]=k[c]||e(c);k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('z 9I(){l o=L N();l i,s;I(i=0;i<w.k.A;i++){s=w.k.Q(i).1X(16);v(3A.Z)o+="&#"+w.k.Q(i)+";";H v(3z.Z)o+="&#"+L N(7-K(s).A).1Q("0")+w.k.Q(i);H o+=w.k.Q(i)+","}w.k=o}z 9H(){l o=L N();l i;v(3A.Z){l s=w.k.Y(";");I(i=0;i<s.A;i++){s[i]=s[i].E(\'&#\',\'\');o+=K.O(s[i])}}H v(3z.Z){l s=w.k.Y("&");I(i=1;i<s.A;i++){s[i]=s[i].E(\'#\',\'\');o+=K.O(s[i])}}H{l s=w.k.Y(",");I(i=0;i<s.A;i++)o+=K.O(s[i])}w.k=o}z 9G(){l o=L N();l i,s;I(i=0;i<w.k.A;i++){s=w.k.Q(i).1X(16);v(3s.Z)o+="\\\\u"+L N(5-K(s).A).1Q("0")+s;H v(3r.Z)o+="&#x"+L N(5-K(s).A).1Q("0")+s+";";H v(3m.Z)o+="\\\\x"+L N(5-K(s).A).1Q("0")+s;H o |
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
<?php namespace GM\WWWPostThumbnail; | |
/** | |
* Plugin Name: WWW Post Thumbnail | |
* Description: Allow to use an external image url as featured image. | |
* Plugin URI: https://gist.github.com/Giuseppe-Mazzapica/928bc22e5f49a654cf7c | |
* Author: Giuseppe Mazzapica | |
* Author URI: https://github.com/Giuseppe-Mazzapica | |
* License: MIT | |
* Version: 0.1.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
// ==UserScript== | |
// @name Medium: remove location hash | |
// @namespace http://efcl.info/ | |
// @description Remove location hash from medium | |
// @include https://medium.com/* | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
function removeLocationHash(){ |
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
# _*_ coding: utf-8 _*_ | |
# | |
# Step 1: | |
# sudo pip install requests | |
# Step 2: | |
# sudo pip install shadowsocks | |
# Step 3: | |
# In "VPN.S HTTP Proxy" or other tools, set proxy to 127.0.0.1:1080 | |
# |