- Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on. 
- Latest version- Version 1.11Released Apr 6, 2022 - 14.23 KBWorks with firefox 42.0 and later, android 48.0 to 68.*Changed the way of calculating the mouse position when the drag event ends- Source code released under Mozilla Public License 2.0 
- Older versions- Version 1.10Released Nov 20, 2017 - 11.01 KBWorks with firefox 42.0 and later, android 48.0 to 68.*- Added dragging images
 - Default values for settings page- Source code released under Mozilla Public License 2.0 
- Version 1.9Released Oct 31, 2017 - 10.55 KBWorks with firefox 42.0 and later, android 48.0 to 68.*Added the ability of opening new tabs next to the current one or not- Source code released under Mozilla Public License 2.0 
- Version 1.8Released Oct 17, 2017 - 10.45 KBWorks with firefox 42.0 and later, android 48.0 to 68.*Added the ability to name the query urls in the settings page- Source code released under Mozilla Public License 2.0 
- Version 1.7Released Oct 15, 2017 - 10.31 KBWorks with firefox 42.0 and later, android 48.0 to 68.*Added a hint in top left corner of the content to know what url is used while dragging a text- Source code released under Mozilla Public License 2.0 
- Version 1.6Released Sep 5, 2017 - 9.65 KBWorks with firefox 42.0 and laterThere isn't a trusty way to determine the location in screen pixels of the viewport (content of the website), so for now it only checks if the the drag operation has been inside window browser window in order to cancel opening a new tab or not.
 Dragging into bookmark toolbars, address toolbar, ... will always open the dragged link or text in a new tab, until Mozilla fixes or adds the functions needed to fix this problem.
 dragend.clientX/Y is always 0
 mozInnerScreenX/Y depends of user zoom
 element.getBoundingClientRect() doesn't give the location in screen
 window.innerheight/outerheight are useless to determine a trusty viewport location in screen- Source code released under Mozilla Public License 2.0 
- Version 1.5Released Aug 28, 2017 - 9.62 KBWorks with firefox 42.0 and later, android 48.0 to 68.*Check if the drag operation has been inside the page content before opening a new tab- Source code released under Mozilla Public License 2.0 
- Version 1.4Released Jul 28, 2017 - 9.54 KBWorks with firefox 42.0 and later, android 48.0 to 68.*Added option to swap foreground/background behavior- Source code released under Mozilla Public License 2.0 
- Version 1.3Released Jul 27, 2017 - 9.47 KBWorks with firefox 42.0 and later, android 48.0 to 68.*Changed the time when the add-on is loaded, now is at document_start, not at document_idle
 I did a mess with versions, so now i start with 1.3- Source code released under Mozilla Public License 2.0 
- Version 1.1.2Released Jul 24, 2017 - 9.45 KBWorks with firefox 42.0 and later, android 48.0 to 68.*i swapped the up and down, with down and up by error - fixed- Source code released under Mozilla Public License 2.0 
- Version 1.1Released Jul 14, 2017 - 9.23 KBWorks with firefox 42.0 and later, android 48.0 to 68.*Dragging selected text support enabled- Source code released under Mozilla Public License 2.0 
- Version 1.0.2Released Jun 5, 2017 - 7.12 KBWorks with firefox 42.0 and later, android 48.0 to 68.*now works with file system opened files- Source code released under Mozilla Public License 2.0 
