Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**********************************************************
- Yandex.com
- **********************************************************/
- var name="Yandex.com";
- var ver="2017-05-23";
- function init() {
- this.loginData=["https://passport.yandex.com/passport?mode=auth", "login", "passwd", "retpath="+encodeURIComponent("https://mail.yandex.com")];
- this.dataURL="https://mail.yandex.com/u2709/api/models.jsx?_h=folders";
- this.viewURL="https://mail.yandex.com/";
- this.cookieDomain="yandex.com";
- }
- function getCount(aData) {
- var fnd = aData.match(/"symbol":"inbox".+?"new":(\d+)/);
- return fnd?fnd[1]:-1;
- }
- function process(aData,aHttp){
- switch(this.stage){
- case ST_LOGIN_RES:
- this.stage=ST_DATA;
- case ST_DATA:
- this.getHtml(this.dataURL,"_model.0=folders");
- return false;
- }
- return this.baseProcess(aData,aHttp);
- }
Add Comment
Please, Sign In to add comment