浏览器,多页面,多窗口,多线程,内置广告过滤, 杀弹出窗, 鼠标手势, ...

用户脚本

  • AC_addStyle

    • 用法:AC_addStyle(cssText)
    • 参数:cssText
      • cssText为string类型
  • AC_getLang

    • 用法:AC_getLang()
    • 参数:无
    • 返回:阿库浏览器当前所使用的界面语言名称
      • Belarusian
      • Bulgarian
      • Chinese Simplified
      • Chinese Traditional
      • Danish
      • German
      • English
      • Spanish
      • French
      • Hungarian
      • Italian
      • Japanese
      • Korean
      • Lithuanian
      • Dutch
      • Norwegian
      • Polish
      • Portuguese
      • Russian
      • Slovak
      • Slovenian
      • Albanian
      • Serbian
      • Swedish
      • Turkish
  • AC_getValue

    • 名称:AC_getValue -- 得到脚本指定的值
    • 用法:AC_getValue(key)
    • 参数:key
      • key为string类型
    • 返回:string类型
  • AC_log

    • 名称:AC_log -- 将日志信息写入Javascript控制台
    • 用法:AC_log(msg)
    • 参数:msg
      • 类型为任何对象
  • AC_openInTab

    • 用法:AC_openInTab(url, flags)
    • 参数:url
      • string类型
    • 参数:flags
      • 0:当前标签页中打开
      • 1:打开新标签页
      • 2: 在后台打开新标签(缺省)
  • AC_setValue

    • 名称:AC_getValue -- 设置脚本指定的值
    • 用法:AC_setValue(key, value)
    • 参数:key
      • key为string类型
    • 参数:value类型为
      • integer
      • bool
      • string
    • 提示:设置value的值
  • AC_xmlhttpRequest

    • 名称:AC_xmlhttpRequest -- 发送一个任意的HTTP请求
    • 用法:AC_xmlhttpRequest()
    • 参数
    • 提示在使用时不需要加new