Skip to main content
Home
X-notifier

Main navigation

  • Home
  • Forums
User account menu
  • Log in

Breadcrumb

  1. Home
  2. Old forums

Script Request

By WanXpy , 25 April 2015

WhatsApp Web Script Request

Forums
Script Request

Is it possible ?

By katsuox , 17 April 2015

Vivaldi Mail Script

Forums
Script Request

 tested firefox only

/**********************************************************
Vivaldi Mail
**********************************************************/
var name="Vivaldi Mail";
var ver="2015-04-01";

function init(){
  this.initStage=ST_PRE;
  this.loginData=["https://mail.vivaldi.net/webmail/","_user", "_pass","_task=mail&_action=login"];
  this.dataURL="https://mail.vivaldi.net/webmail/?_task=mail&_action=getunread&&_remote…";
  this.viewURL="https://mail.vivaldi.net/webmail/";
  this.cookieDomain="mail.vivaldi.net";
}
function getCount(aData) {
  var fnd=aData.match(/"action":"getunread"/);
  if(fnd) {
    if(aData.match(/_task=login/))return -1;
    fnd=aData.match(/\\"INBOX\\",(\d+),/);
    return fnd?fnd[1]:0;
  }
  return -1;
}
function process(aData,aHttp){
  switch(this.stage){
  case ST_PRE:
    this.getHtml(this.viewURL);
    return false;
  case ST_PRE_RES:
    var fnd=aData.match(/"_token"\s+value="(\S+?)"/);
    if(fnd){
      this.stage=ST_LOGIN;
      this.getHtml(this.loginData[LOGIN_URL],this.loginData[LOGIN_POST]+"&_token="+fnd[1]);
      return false;
    }
    break;
  case ST_LOGIN_RES:
    var fnd=aData.match(/"request_token":"(\S+?)"/);
    if(fnd){
      this.stage=ST_DATA;
      this.token=fnd[1];
    }else break;
  case ST_DATA:
    this.getHtml(this.dataURL+(new Date().getTime()),null,{"X-Requested-With":"XMLHttpRequest","X-Roundcube-Request":this.token});
    return false;
  }
  return this.baseProcess(aData,aHttp);
}

By Kono14 , 23 March 2015

GMX script (2015-03-20) is buggy

Forums
Script Request

The GMX.net script (with navigator) from 2015-03-20 is not working properly. It works only for a few hours, after I cleared all GMX coookies. But after a while the mail notification for GMX turns red and stops working. Something in the cookies must be causing this. Because when I clear all GMX cookies again, it works fine.

Could you have a second look at this script?

By lelik007 , 21 March 2015

Mail Sina.com Sina.cn script does not work

Forums
Script Request

May it be corrected? I sent test accounts to the defined mail address.

Or maybe I don't undestand and this scrypt is for weibo and I'm trying to use it for email?

By zipzop , 20 March 2015

t-online.de don´t work

Forums
Script Request

Hello,

t-online.de don´t work

Thx a lot for creating new scripts.......

By bp , 19 March 2015

gmx.de + gmx.net don´t work

Forums
Script Request

Hello,


I tried the new gmx.com script but it doesen´t work with

gmx.de and

gmx.net

accounts

 

Thx a lot for creating new scripts.......

By bp , 19 March 2015

web.de don´t work

Forums
Script Request

Hello,
I tried the new gmx.com script but it doesen´t work with gmx.de and gmx.net accounts

Also the web.de script don´t work anymopre since 3 - 4 days

 

Thx a lot for creating new scripts.......

By dex257 , 17 March 2015

Tiscali script

Forums
Script Request

Script for tiscali.it no longer works in Firefox, requires an update.
Thanks in advance

Dex

By dimasya , 17 March 2015

Please for www.ukr.net

Forums
Script Request

Could you please add script for https://www.ukr.net/?

By youcef_20 , 16 March 2015

Script for www.mpgh.net

Forums
Script Request

I want a script for this forum: http://www.mpgh.net

This is the notification area:

http://fs2.directupload.net/images/user/150315/hrnmn7pl.png

Please any one can help me.

Pagination

  • Previous page
  • 9
  • Next page
Script Request
  • Neo can't see my Yahoo accounts unless I'm logged in
  • X-notifier Neo is back!
  • Default check interval not work
  • Delete X-notifier account
  • Yahoo Mail not working with X-Notifier Neo
More
  • Create new account
  • Reset your password
Powered by Drupal