Here are
41 public repositories
matching this topic...
Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
Updated
Aug 17, 2020
Python
Catalog of classic Firefox add-ons created before WebExtensions apocalypse
Updated
Aug 24, 2020
JavaScript
Lightweight C++ GUI Library 轻量级C++图形界面库
This addon adds awesome statistics to your beloved Thunderbird!
Updated
Dec 17, 2019
JavaScript
Thunderbird add-on CompactHeader
Updated
Jan 26, 2020
JavaScript
A legacy Mozilla Firefox add-on to import and export search engines from XML files in the OpenSearch format
Updated
Jul 2, 2019
JavaScript
[WIP] A curated list and XPI files of Mozilla Firefox browser extensions, addons, themes from addons.mozilla.org, before XUL-based purge blackout
This is a Thunderbird addon that adds some magic to the folder list columns. Check the addon website for more info...
Updated
Aug 28, 2020
JavaScript
A Firefox Extension to add support for the Universal Edit Button
Updated
Mar 20, 2017
JavaScript
Easier management of the user interface language in Mozilla applications
Updated
Nov 18, 2018
JavaScript
live XUL editor : with seamonkey open this --->
NoSquint is a Firefox add-on that allows you to adjust the text-only and full-page zoom levels as well as color settings both globally (for all sites) and per site.
Updated
Jul 10, 2018
JavaScript
Dialog development area for CONVERT XUL TO REACT gsoc project.
Updated
Oct 1, 2019
JavaScript
XUL fork of uBlock Origin for Advanced users
Updated
Mar 13, 2018
JavaScript
This is a Thunderbird addon that lets you customize the IMAP quota statusbar panel.
Updated
Mar 15, 2018
JavaScript
Mirror of mailredirect extension
Updated
Jul 3, 2020
JavaScript
Build XUL style applications with HTML (requires Electron or shadow dom compatible browser)
UXP - Unified XUL Platform
Building AppImages for XULRunner
Updated
Jun 19, 2019
Makefile
Periodic Table of XUL Elements - A collection of XUL demos in a small add-on.
This Thunderbird addon moves the Lightining Reminder "Snooze all for" and "Dismiss All" buttons to the left!
Updated
Apr 28, 2018
JavaScript
React implementation of Thunderbird's XUL dialog-box.
Updated
Apr 4, 2017
JavaScript
This Thunderbird addon shows the calendar color on Lightning reminders.
Updated
Jan 10, 2020
JavaScript
GitHubby is a browser extension that improves the experience of GitHub by setting limits by GitHub and making improvements. This is my first browser extension, so please correct any issues and give an ELI5 or ELI13 description, I have never done this before.
Updated
Jun 23, 2020
JavaScript
Official DownThemAll! repository. Pull requests welcome.
Updated
Aug 8, 2017
JavaScript
Compose or edit Thunderbird email using a familiar editor, like vi(1).
Updated
May 24, 2017
JavaScript
Improve this page
Add a description, image, and links to the
xul
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
xul
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
We're having a mix of named function syntax (old style) and non-named function syntax (new style) in our internal JavaScript.
The old style was mostly there for JS stack traces before they were as nice as what we have now. Since that's solved, having named functions has become unnecessary and will just take up JS data space when processing.
We should convert all named function syntax in JSO