Code Monkey home page Code Monkey logo

userchromejs's Introduction

[This repository is obsolete. Please go to https://github.com/Extended-Thunder/userChromeJS/.

userChromeJS add-on for Thunderbird 60+

This add-on allows you to create a file called "userChrome.js" in the "chrome" folder inside your Thunderbird profile, which is then loaded into every new Thunderbird window that opens.

It is a bare-bones re-implementation of the old userChromeJS add-on, which has been unmaintained for a long time.

Unlike that old add-on, which provided a bunch of helper functions you could call in your userChrome.JS, this add-on is (currently) more basic. It has no helper functions. All it does is load your userChrome.js file into new windows. Any functionality you want, you'll have to build yourself.

I am open to the possibility of adding a library of helper functions back to the add-on over time, and perhaps also creating a repository of code snippets thta do various specific things which shouldn't be shipped with the add-on itself but might be useful for people to look at. For the time being, however, I'm releasing this as-is for people to start using. And by "people" I mean me, because the reason I built this was so that I could start using Thunderbird 68 without losing all of the customizations in my userChrome.js file.

The home page of this add-on is currently on Github. Also feel free to contact me with questions or feedback.

This add-on is Copyright (C) 2019-2020 Jonathan Kamens. It is released under the terms of the Mozilla Public License Version 2.0, a copy of which is included in the add-on in the file "LICENSE.txt".

Thank you to Jorg K [email protected] for the initial port to Thunderbird 78.

userchromejs's People

Contributors

dstillman avatar jikamens avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

userchromejs's Issues

Add Support for Calendar New Event window

If interested, here is a potential solution:

  • experiments.js , replace line 44:
urls.push("chrome://calendar/content/calendar-event-dialog.xhtml");
// Adds a listener to detect new windows.

Spin off: How to deal with window-load timing in bootstrapped extensions

I do not want to add more noise to the original thread. My correction was a direct answer to this remark:

Also, your example code makes the assumption that during app startup the extension's startup() method will be called before the mail-startup-done event is generated. I'm not sure that assumption is any more reasonable than the opposite assumption, so the code has to be resilient to either possibility. My sample code is.

I will look at the addon tonight to learn what your window issue is.

Plugin broken with 102.6.1 - won't load scripts "disabled internally"

This error shows up in error console:

image

I've been using for a very simple 'add some custom keyboard mappings' functionality (adding control-D for message deletion in my case).

Haven't found anything to address this yet, but filing here to track and in case anyone else has any ideas.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.