Coder Social home page Coder Social logo

selection-search's Introduction

Selection Search

This is the code for the Selection Search extension for Chrome and Firefox.

Changelog

0.9.1

  • Fix issue with context menu items requiring two clicks to work
  • Fix issue where the context menu items was not added properly
  • Fix issue where hitting enter in the toolbar search box would not open the first search engine
  • Changed icon loading to use the icon urls directly, instead of loading the icons in the background, as the background loading does not work properly with manifest v3. This will probably also fix some issues where custom svg images would not load.

0.9.0

  • Rewrite of internals to migrate the extension to manifest V3, as required by Chrome.
  • No new features or bug fixes in this realease.

0.8.64

  • Added search-url variable PAGE_QS_VAR_NO_ENCODING to add query string variables without encoding ( e.g., session keys)

0.8.63

  • Added new buttons to allow adding new search engines/separators/submenus at specific positions in the search engine list

0.8.62

  • Added search-url variable %PAGE_ORIGIN_NO_ENCODING, same as %PAGE_ORIGIN, but without URL encoding

0.8.61

  • Added option to enable the search engine popup blacklist/whitelist to also affect the search engine hotkeys. The options is located under Popup menu -> Advanced -> Blacklist/whitelist.

0.8.60

  • Don't try to load settings from sync storage if sync is disabled in settings, this could fail in some special cases.

0.8.59

  • Add option to open seaches in a small popup window

0.8.58

  • Fix issue where the popup could be partially positioned outside the top of the browser window and become unreachable. Mostly an issue for very large popup menus with many search engines.

0.8.57

  • Fix mycroft integration.
  • Add an additional source for serach engine icons that is used if the default source does not have an icon.

0.8.56

  • Added special search engine marker for sites requiring encodings other than UTF-8. Simply append {SPECIALENCODING} to the end of the search engine url. This enables the feature and the browser should be able to auto detect the correct encoding.

0.8.55

  • Possible fix for freezing tabs for searches opened in new foreground tab

0.8.54

  • Revert escape feature (}) added in previous release. This broke some search placeholders.

0.8.53

  • Added option to open search in new window
  • Make it possible to add search url to the submenu root item. If a search url is added it will open when clicking the submenu root item, unless the openall on click option is checked.
  • Improved replacement of bracket placeholders ({%s}). If "}" must be used inside the placeholder it can now be escaped using "}".
  • Improved regexp placeholder replace converter. The old "re:" converter still works for backwards compatibility. The new improved converter is called "replace:", and is documented under "More Variables" at the top of the options page.

0.8.52

  • Upgraded to latest jquery version to get latest security fixes

0.8.51

  • Fix issue with saving changed settings on options page

0.8.50

  • Reverted change in last release to disable double click activator in input elements. Added this as an option instead.
  • Added option to hide popup on document scroll event

0.8.49

  • Fix icons failing to loading in Chrome 76
  • Copy raw selection (preserves whitespace) when using the special COPY search engine
  • Disable double click activator in input elements

0.8.48

  • Moved data storage from localStorage to chrome.storage.local to prevent data from getting lost when clearing browser cache (Reported on firefox). It should not change the behaviour of the extension for the user, it should continue to work as before.

0.8.47

  • Added regular expression selection converter. See under "More Variables" on options page.
  • Added option to turn in-site popup blacklist into a whitelist.
  • Improved toolbar popup support for older chrome versions.

0.8.46

  • Replace newlines in selection with spaces

0.8.45

  • Added option to allow the popup to open when there are newlines in the selection. Only affects the inline popup and toolbar popup.

0.8.44

  • Fix bug that prevented sub menus from being dragged/moved on the options page

0.8.43

  • Enable the search engine hotkeys even when the inline popup menu is disabled

0.8.42

  • Fixed bug where the popup could not be opened with the click activator when the "open on double click" option was active
  • Fixed options page reloading when checking the circular menu option

0.8.41

  • Fix potential bug on options page when opening the options page with an empty database

0.8.40

  • No new features, only internal changes and tweaks for better compatibility with other browsers
  • Updated to use newer notifications api for better compatibility with other browsers
  • Updated JQuery version
  • A firefox version of the extension is now available

0.8.39

  • Added optional search suggestions to the toolbar popup
  • Fixed some issues with the special COPY and Domain(%s) search engines in the toolbar popup

0.8.38

  • Fixed mycroftproject integration. The integration failed to work after mycroftproject switched to use https.

0.8.37

  • Added toolbar popup when clicking the selection search icon next to the address bar in the upper right corner or chorme. The popup can be enabled/disabled on the options page.

0.8.36

  • Disable search hotkeys in inputs/textareas if "Show in inputs and textareas" option is unchecked

0.8.35

  • Added raw search engine placeholder which does not encode the selected text before inserting it into the search url

0.8.34

  • Fixed bug in context menu where the open all option for a sub menu did not work together with the don't show menu option

0.8.33

  • Added help text about encoding when using POST searches.

0.8.32

  • Added support for search engine placeholders with converters. E.g. {%s|upper} and {%s|lower} will tranform the selection to all upper case or all lower case respectively.
  • Updated the service url where the search engine icons are loaded from.

0.8.31

  • Fixed bug on options page where the content in the some search engine fields (name, search url, icon url) would disappear if the double quote character appeared in any of those fields.

0.8.30

  • Made the special "open selected url" search engine (when using only '%s' as search engine to open non-hyperlinked urls in a webpage) use the same settings as other search engines with respect to opening the result in new tab or not.

0.8.29

  • Added option to enable auto activator in inputs and textareas

0.8.28

  • Some improvements to the save button on the options page
  • Auto close search engine options popup on options page when clicking outside page
  • Bugfix: Don't follow the link when clicking on a submenu without the "open all" option enabled

0.8.27

  • Added configurable delay for opening the popup when using the auto popup activator

0.8.26

  • Make the popup work in older versions of Chrome that don't support Shadow DOM

0.8.25

  • Change to use closed shadow dom for the popup to prevent the websites from beeing able to seeing the search engines a user has installed.
  • Added option to allow single search engines to negate the global "open in new tab" option.

0.8.24

  • Changed the default popup activation button to left mouse button. This was done because google is threatening to remove the extension from the web store because they claim it "does not work".

0.8.23

  • Added keyboard hotkeys to activate search engines

0.8.22

  • Added experimental support for cyrillic encoding of the search placeholder. This can be used by using the following placeholder in the url: {%(CP1251)s}

0.8.21

  • Added optional auto hiding of the popup if it has not been used after a configurable delay

0.8.20

  • Fixed bug in Keyboard+Mouse activator where the popup would trigger without holding the keyboard key when returning to the page after the page lost focus because of certain keyboard shortcuts. (thanks to @bijancamp)
  • Improved icon quality for users with high density display. (thanks to @bijancamp)

0.8.19

  • Added option to open searches in incognito mode

0.8.18

  • Fixed bug where an erroneous colon (:) was added to the end of the HOST_NAME variable when using the context menu search

0.8.17

  • Added a blacklist to be able to disable the popup on specific sites

0.8.16

  • Fixed POST searches in new versions of chrome. A change in Chrome version 56 and newer broke the POST search.

0.8.15

  • Fixed bug introduced in the last release that caused the icons to disappear

0.8.14

  • Added option to set a limit on the length of the selection that will activate the popup

0.8.13

  • Fix visual bug in search engine list on options page
  • Fix bug in context menu when used the "openall" option
  • Fix separator alignment in icon only styles
  • Added option to sort search engines by usage count

0.8.12

  • Fix POST searches which are no linger double urlencoded
  • Remove the the {%-s} added in the previouse release which is no longer needed

0.8.11

  • Added new placeholder that don't encode spaces {%-s}

0.8.10

  • Added option to show the popup directly without the button when using the auto activator. (thanks to @bijancamp)
  • Added option to configure how the popup is repositioned when it hits the edge of the window. This can be configured using CSS config options. (thanks to @bijancamp)
  • Some changes to the circular menu

0.8.9

  • Add experimental circular menu

0.8.8

  • Treat content editable elements the same as textareas and input elements (thanks to @bijancamp)
  • Add option to show tooltips when hovering the search engines in the popup
  • Fix for sub menus not showing first item when using the "No selection" style

0.8.7

  • Add option to position the auto popup button relative to the mouse
  • Fix preview of the auto popup button on options page

0.8.6

  • Try to reload icons if they don't load the first time

0.8.5

  • Revert the old way where the popup would not open when there was a newline in the selection.
  • Prevent the menu from wrapping when the menu hits the edge of the page. (Does not update custom styles)
  • Set default text direction to left to right.

0.8.4

  • Fix loading of sub menu icons.
  • Fix styling of sub menus. The css has also changed a little bit so custom styling may need to be updated.

0.8.3

  • Fix icon scaling.

0.8.2

  • Fix bug in the icon loading introduced in the previous version.

0.8.1

  • Big rewrite of a lot of the code. It now uses a shadow DOM to prevent interference to/from the page where the popup is inserted. The code should also be cleaner.
  • Fix for extension breaking search in the pdfviewer.
  • The way the icons are loaded have changed so there should no longer be warings about unsafe content on https pages. So the option to remove icons from https pages was removed.
  • Prevent links from opening when selection is on a link.

0.7.26:

  • Fix popup preview on options page
  • Fix icon alignment

0.7.25:

  • Allow to run on file:// urls.
  • Make copy work in sub menus when open all is clicked.

0.7.24:

  • Added option to use multiple activators.

0.7.23:

  • Added possibility to specify if a new tab should be opened in the background or foreground for individual search engines.

0.7.21/22:

  • Added additional placeholder "{%+s}" that replaces spaces with +
  • Changed the way the search engines are stored to increase the number of search engines that can be synced.

0.7.20:

  • Add option to disable javascript effects. (Fade in/out of popup menu)

0.7.19:

  • Add better error message.

0.7.18:

  • Fixed POST searches.

0.7.17:

  • Removed unneeded permissions. The tabs and clipboard was not actually needed.

0.7.16:

  • Added option to modified the position of tabs when opening a new tab.

0.7.15:

  • Added a COPY option to copy selection to the clipboard. (See under "More variables" on the options page)
  • Added an option to open the popup on double click. (Under "Advanced settings")

0.7.14:

  • Added CURRENT_DOMAIN as a variable to the icon url. The favicon from the current domain will be used.

0.7.13:

  • Added synchronization of search engines and settings

0.7.12:

  • Fix mycroft search
  • Update to manifest version 2

0.7.11:

  • Updated jquery

0.7.10:

  • Added option to disable the CTRL+ALT+click shortcut for adding search engines. It can sometimes be buggy so if you don't use it you can now disable it.

0.7.9:

  • Make the search engines in the popup menu open in background tabs if "Open search in background tab" is checked.
  • Added %PAGE_QUERY_STRING and %PAGE_QS_VAR(name) variables. (Only useful for advanced usage)

0.7.8:

  • Added option to close popup after click on a search engine. You find it under "Popup Menu" at the bottom of "Advanced Settings".

0.7.6, 0.7.7:

  • Changed the way icons are loaded to prevent it from affecting the page load time.

0.7.4, 0.7.5:

  • Fixed bug in newer versions of chrome.

0.7.3:

  • Fixed mycroft.mozdev.org bug.

0.7.2:

  • Added option to open all search engines in a submenu.

0.7.1:

  • Added submenus
  • Added separators
  • ** If the submenus or separators don't look correct, you should try to reload you menu style. You can reload the style by reselecting the style you are using and save.**

0.6.0:

  • Separated the context menu and the popup. They can now be used simultaneously.

0.5.9:

  • Fixed bug with "Show in inputs and textareas" option, introduced by chrome 11.

0.5.8:

  • Added more search-url variables: %PAGE_HOST, %PAGE_URL, %PAGE_ORIGIN

0.5.7:

  • Fix to prevent breaking evernote.com

0.5.6:

  • Fix error with export of settings when settings contains special characters.

0.5.5:

  • Added export and import of settings and search engines

0.5.4:

  • POST engines should now work a little better and they now also work with the context-menu option.

0.5.3:

  • Fix for problem with POST engines with Chrome 9.

0.5.2:

  • Added a new menu activation method. You can now configure a keyboard shortcut + a mouse button to activate the menu. For example Ctrl+left click, Ctrl+Shift+right click etc.

0.5.1:

  • Fixed failing acid3 test
  • Fixed "Insert Image" lab feature in Gmail.
  • Changed options styling

0.5.0:

  • Added option to show the search engines in the context menu (right click menu). It can be changed in the options under "Menu Activation".

0.4.5:

  • Its now possible to select text in inputs and textareas and do a search. You have to CTRL+click inside the input or textarea to show the popup.

0.4.4:

  • Small change to allow opening of urls with the special search engine: "%s"

0.4.3:

  • It should now work better with sites that use different encodings, but it's not 100% perfect.

0.4.2:

  • Added option to remove icons from popup to prevent insecure content warnings.
  • It now works better on pages that use frames.

0.4.1:

  • Search engines that are using the POST method is now supported.
  • New search engines can be added by holding ctrl+alt and clicking on the search input in a form
  • The selected text can now be edited in the popup.

0.3.2:

  • Added reordering of the search engines

0.3.1:

0.2.2:

  • Some small changes

0.2.1:

  • Added option to automatically open menu when text is selected.
  • Some other changes and it should work much better now.

0.1.6:

  • doubleclick selection with left button should work now

0.1.5:

  • fixed error in version 0.1.4

0.1.4:

  • Added option to open search in new tab

0.1.3:

  • Now it works better when text is selected with double click (but only when middle click is used to activate menu)
  • Added some predefined styles in the options page

0.1.2:

  • Changed how the custom css is added

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.