Skip to main content
Home
X-notifier

Main navigation

  • Home
  • Forums
User account menu
  • Log in

Breadcrumb

  1. Home
  2. Forums
  3. FAQ

How to write X-notifier scripts.

By tobwithu , 8 March 2013
To make your own script, you should be able to handle javascript and regular expressions. When the login form of your webmail provider is like this,
<form action="https://logins.foo.com/login" method="post">
  <input name="user">
  <input name="passwd" type="password">
  <input name="key" value="abc=12" type="hidden">
  <input value="Login" type="submit">
</form>

the corresponding script is as below. Save below codes as 'mymail.js'(or other name that ends with '.js') And install it in X-notifier preferences.

Forums
FAQ
  • Default check interval not work
  • Delete X-notifier account
  • Yahoo Mail not working with X-Notifier Neo
  • So X-notifier is dead now?
  • Yahoo broken :(
More
  • Create new account
  • Reset your password
Powered by Drupal