Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eight04/linky-square
A userscript which let you drag a square to open/copy links.
https://github.com/eight04/linky-square
javascript linky linky-square userscript
Last synced: 8 days ago
JSON representation
A userscript which let you drag a square to open/copy links.
- Host: GitHub
- URL: https://github.com/eight04/linky-square
- Owner: eight04
- License: mit
- Created: 2014-09-13T07:05:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T11:24:22.000Z (almost 8 years ago)
- Last Synced: 2024-11-06T22:47:05.553Z (about 2 months ago)
- Topics: javascript, linky, linky-square, userscript
- Language: JavaScript
- Homepage:
- Size: 27.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Linky Square
============
An userscript which allows you to drag a square to open/copy links.Check the [demo](https://rawgit.com/eight04/Linky-Square/master/demo.html) page.
Install
-------
[Greasy Fork](https://greasyfork.org/scripts/18006-linky-square)Similar addons
--------------
* [Snap Links Plus](https://addons.mozilla.org/zh-tw/firefox/addon/snaplinksplus/)
* [Linky](https://addons.mozilla.org/zh-TW/firefox/addon/linky/)Changelog
---------
* 0.2.1 (Feb 1, 2017)
- Fix: selection can't be canceled.
- Add style to images inside the selected links. [#3](https://github.com/eight04/linky-square/issues/3)
* 0.2.0 (Jan 21, 2017)
- Move to inline-js, drop Grunt.
- Runs on any protocols. [#2](https://github.com/eight04/linky-square/issues/2)
- Add configure. [#1](https://github.com/eight04/linky-square/issues/1)
* 0.1.2 (Mar 17, 2016)
- Improve `delay` function.
* 0.1.1 (Mar 16, 2016)
- Improve `updateLinkList` performance.
* 0.1.0 (Mar 16, 2016)
- First release.