https://github.com/Infocatcher/Custom_Buttons
Buttons for Custom Buttons extension for Firefox (and other Gecko-based applications)
https://github.com/Infocatcher/Custom_Buttons
Last synced: 4 months ago
JSON representation
Buttons for Custom Buttons extension for Firefox (and other Gecko-based applications)
- Host: GitHub
- URL: https://github.com/Infocatcher/Custom_Buttons
- Owner: Infocatcher
- Created: 2012-09-02T20:14:41.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-03-09T21:43:14.000Z (over 1 year ago)
- Last Synced: 2024-08-01T16:40:18.804Z (12 months ago)
- Language: HTML
- Homepage:
- Size: 5.11 MB
- Stars: 38
- Watchers: 12
- Forks: 11
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Usage
* Install **[Custom Buttons](https://addons.mozilla.org/addon/custom-buttons/)** extension
* Go to button directory and click on button name to install the release version (if available)
* or open *.html (if exist) and click on custombutton:// link
* or read instructions in *.js and copy code to the “code” or “initialization” section in custom button editor (be careful: this is development version and may contain some bugs)
#### Buttons in alphabetical order
#####  [Add New Buttons After This Button](Add_New_Buttons_After_This_Button)
New custom buttons will be automatically placed after this button (button is disabled by default, click to enable)#####  [Attributes Inspector](Attributes_Inspector)
Shows tooltip with with all attributes and allow open [DOM Inspector](https://addons.mozilla.org/addon/dom-inspector-6622/) for current node##### [Back to Close](Back_to_Close)
Use “Back” command to close tab without “back history”#####  [Bookmarks Folder](Bookmarks_Folder)
Show contents of any bookmarks folder in drop-down menu#####  [Custom Buttons: Disable Initialization](CB_Disable_Initialization)
Adds “Enabled” checkbox to custom button's context menu (for test purposes)#####  [Custom Buttons: Source Editor](CB_Source_Editor)
(Formerly Orion Editor)
Allows to highlight code in Custom Buttons editor using built-in [source editor component](https://developer.mozilla.org/en-US/docs/Tools/Editor).
Beware: many things doesn't work and strange bugs may happens!#####  [Custom Buttons Editor: Toggle on Top](CB_Editor_Toggle_on_Top)
Adds “On top” button to built-in custom button's editor (doesn't work on some platforms!)#####  [Check for Addons Updates](Check_for_Addons_Updates)
Button just open hidden tab with about:addons and trigger built-in “Check for Updates” function.
And show tab, if found updates.#####  [Convert E4X](Convert_E4X)
Tries convert [deprecated](http://custombuttons.sf.net/forum/viewtopic.php?f=2&t=365) [E4X](https://developer.mozilla.org/en-US/docs/E4X) to string literals#####  [Cookies Permissions](Cookies_Permissions)
Menage cookies permissions: block, allow for session or allow.
Also shows permissions for current site and has some cookies-related features.#####  [Detach Tab](Detach_Tab)
Detach current tab to new “light weight” window without toolbars and attach back, if button pressed second time or window was closed#####  [Edit Custom Button in Tab](Edit_Custom_Button_in_Tab)
Add “Edit button in tab…” to custom button's context menu#####  [Extensions Developer Tools](Extensions_Developer_Tools)
Some tools for extensions or custom buttons developers#####  [Extensions Installer](Extensions_Installer)
For extensions developers: installs extension from given link, useful to test restartless extensions#####  [List All Tabs](List_All_Tabs)
Shows built-in list of all tabs#####  [Merge Custom Buttons](Merge_Custom_Buttons)
Merge many custom buttons into one##### [Open Window](Open_Window)
Open/focus/toggle window demo##### [Pin Tabs](Pin_Tabs)
Left-click: pin/unpin current tab
Middle-click: toggle autopin#####  [Plugins Permissions](Plugins_Permissions)
Menage plugins permissions: block or allow.
Note: *plugins.click_to_play* in about:config should be enabled.#####  [Purge Tab(s) History](Purge_Tabs_History)
Purge back/forward history for current tab (left-click) or all tabs (middle-click)##### [Quick Filter by Recipient](Quick_Filter_by_Recipient)
(for Thunderbird)
Uses built-in quick filter to filter all messages from any recipient of selected message##### [Quick Filter by Sender](Quick_Filter_by_Sender)
(for Thunderbird)
Uses built-in quick filter to filter all messages from sender of selected message#####  [Reload Broken Images](Reload_Broken_Images)
Reload broken or not loaded images#####  [Session Bookmarks](Session_Bookmarks)
Drop-down menu with “session” bookmarks: additionally saves session information (such as scroll position and controls state).
Use middle-click or left+click with any modifier to add current tab.
Drag and drop any tab to add new bookmark.#####  [Show Anchors](Show_Anchors)
Show/hide all anchors on the page to easily copy link to some section of the page#####  [Switch Keyboard Layout](Switch_Keyboard_Layout)
Convert text, typed in wrong keyboard layout##### [Tabbar Doubleclick](Tabbar_Doubleclick)
Makes double click on tab bar open a new tab#####  [Title Bar](Title_Bar)
Show window title (if original title was hidden by some reasons)##### [Toggle Find](Toggle_Find)
Toggle find bar and prefill it with selected text#####  [Toggle Flash](Toggle_Flash)
Toggle Shockwave Flash plugin (also may be easily configured to toggle any other add-on)#####  [Toggle GIF Animation](Toggle_GIF_Animation)
Disable or enable GIF animation on current page#####  [Toggle Restartless Add-ons](Toggle_Restartless_Add-ons)
Drop-down menu to toggle restartless add-ons##### [Toolbar Flexible Space](Toolbar_Flexible_Space)
Just looks like toolbar flexible space, may be useful in Firefox 29+ (Australis)##### [Toolbar Separator](Toolbar_Separator)
Just looks like toolbar separator, may be useful in Firefox 29+ (Australis)##### [Toolbar Space](Toolbar_Space)
Just looks like toolbar space, may be useful in Firefox 29+ (Australis)#####  [Undo Close Tabs](Undo_Close_Tabs)
Allows restore recently closed tabs and windows
#### [Code snippets](code_snippets)
Some code snippets related to Custom Buttons.#### [Tests](tests)
Some buttons for test purposes.