├── README.md ├── ctrip ├── README.md ├── ctrip.js └── ctrip_cookie.js ├── ctrip_wx ├── README.md ├── ct_cookie.js └── ct_sign.js ├── elong ├── README.md ├── elong_draw.js └── elong_draw_cookis.js ├── fcz ├── README.md ├── fcz_cookie.js └── fcz_sign.js ├── icbc ├── README.md ├── icbc_cookie.js └── icbc_sign.js ├── jc ├── README.md ├── jc.js └── jc_cookie.js ├── jdczf ├── README.md ├── jdczf.js └── jdczf_cookie.js ├── jddj ├── README.md ├── jddj.js └── jddj_cookie.js ├── jump.sgmodule ├── pola ├── README.md └── pola.js ├── qqopener ├── README.md └── qqopener.js ├── tie ├── README.md ├── tie_cookie.js └── tie_sign.js └── tongc ├── README.md ├── tongc_cookie.js ├── tongc_info.js └── tongc_sign.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/README.md -------------------------------------------------------------------------------- /ctrip/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/ctrip/README.md -------------------------------------------------------------------------------- /ctrip/ctrip.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/ctrip/ctrip.js -------------------------------------------------------------------------------- /ctrip/ctrip_cookie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/ctrip/ctrip_cookie.js -------------------------------------------------------------------------------- /ctrip_wx/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/ctrip_wx/README.md -------------------------------------------------------------------------------- /ctrip_wx/ct_cookie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/ctrip_wx/ct_cookie.js -------------------------------------------------------------------------------- /ctrip_wx/ct_sign.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/ctrip_wx/ct_sign.js -------------------------------------------------------------------------------- /elong/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/elong/README.md -------------------------------------------------------------------------------- /elong/elong_draw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/elong/elong_draw.js -------------------------------------------------------------------------------- /elong/elong_draw_cookis.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/elong/elong_draw_cookis.js -------------------------------------------------------------------------------- /fcz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/fcz/README.md -------------------------------------------------------------------------------- /fcz/fcz_cookie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/fcz/fcz_cookie.js -------------------------------------------------------------------------------- /fcz/fcz_sign.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/fcz/fcz_sign.js -------------------------------------------------------------------------------- /icbc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/icbc/README.md -------------------------------------------------------------------------------- /icbc/icbc_cookie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/icbc/icbc_cookie.js -------------------------------------------------------------------------------- /icbc/icbc_sign.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/icbc/icbc_sign.js -------------------------------------------------------------------------------- /jc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/jc/README.md -------------------------------------------------------------------------------- /jc/jc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/jc/jc.js -------------------------------------------------------------------------------- /jc/jc_cookie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/jc/jc_cookie.js -------------------------------------------------------------------------------- /jdczf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/jdczf/README.md -------------------------------------------------------------------------------- /jdczf/jdczf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/jdczf/jdczf.js -------------------------------------------------------------------------------- /jdczf/jdczf_cookie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/jdczf/jdczf_cookie.js -------------------------------------------------------------------------------- /jddj/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/jddj/README.md -------------------------------------------------------------------------------- /jddj/jddj.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/jddj/jddj.js -------------------------------------------------------------------------------- /jddj/jddj_cookie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/jddj/jddj_cookie.js -------------------------------------------------------------------------------- /jump.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/jump.sgmodule -------------------------------------------------------------------------------- /pola/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/pola/README.md -------------------------------------------------------------------------------- /pola/pola.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/pola/pola.js -------------------------------------------------------------------------------- /qqopener/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/qqopener/README.md -------------------------------------------------------------------------------- /qqopener/qqopener.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/qqopener/qqopener.js -------------------------------------------------------------------------------- /tie/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/tie/README.md -------------------------------------------------------------------------------- /tie/tie_cookie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/tie/tie_cookie.js -------------------------------------------------------------------------------- /tie/tie_sign.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/tie/tie_sign.js -------------------------------------------------------------------------------- /tongc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/tongc/README.md -------------------------------------------------------------------------------- /tongc/tongc_cookie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/tongc/tongc_cookie.js -------------------------------------------------------------------------------- /tongc/tongc_info.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/tongc/tongc_info.js -------------------------------------------------------------------------------- /tongc/tongc_sign.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barrym-chen/Script/HEAD/tongc/tongc_sign.js --------------------------------------------------------------------------------