I hereby claim:
- I am apelif on github.
- I am huaweihw (https://keybase.io/huaweihw) on keybase.
- I have a public key whose fingerprint is 5424 1755 4885 AED3 A39E 673F D9AA 246C 0AC1 C505
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| set nocompatible " be iMproved, required | |
| filetype off " required | |
| " git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle | |
| " set the runtime path to include Vundle and initialize | |
| set rtp+=~/.vim/bundle/vundle/ | |
| call vundle#begin() | |
| " alternatively, pass a path where Vundle should install plugins | |
| "call vundle#begin('~/some/path/here') |
| # -*- coding: utf-8 -*- | |
| """ | |
| 两个功能: | |
| 1:保存微信群聊天信息(文本和图片信息) | |
| 2: 对话以'twr'开始时自动调用聊天机器人小黄鸡 | |
| 致谢: | |
| https://github.com/0x5e/wechat-deleted-friends | |
| http://www.tanhao.me/talk/1466.html | |
| """ |
| (function(){ | |
| var arya= window.frames['menu'].document.getElementsByTagName("a"); | |
| arya[2].click(); | |
| setTimeout(function(){ | |
| var i=0; | |
| s=window.frames['main'].document.getElementsByTagName('select'); | |
| for(i=0;i<s.length;i++){ | |
| if(s[i].name.substr(0,4)=='grzp'){ | |
| s[i].value='一般'; |