Max-Github / FireFoxInvertColors

A simple addon that will invert a web page colors.
GNU General Public License v3.0
56 stars 15 forks source link

Allow for only inverting the current tab #9

Closed jronallo closed 6 years ago

jronallo commented 7 years ago

Currently all tabs of all windows have their colors inverted. It would be nice to allow for only the current tab having its colors inverted. Even better would be a preference to either invert colors of just the current tab in the current window, all tabs in the current window, or all tabs in all windows.

Max-Github commented 7 years ago

The general idea is to keep this as simple as possible.

You can always use [alt]+[shift]+r to quickly invert the colors.

The simplest solution would be to have a drop down on the preferences page with the such options:

-Global -Invert Current Windows. -Invert Current Tab.

We might also want to have an option of a default Global State. So that new tabs/windows will open with the right colors.

In the non global cases, it would seem to make sense to save the state for the duration of the Window and/or Tab.

You are welcome to add this.