Based on Linkify Plus. Turn plain text URLs into links.
A userscript/extension that can linkify almost everything. Based on Linkify Plus.
See also linkify-plus-plus-core.
This extension can be installed on Chrome. However, it is not hosted on Chrome Webstore. You have to download the source code and load the extension as an unpacked extension.
chrome://extensions/
.manifest.json
that is previously extracted.For the userscript, you can find the configuration from monkey menu.
For the extension, you can open the options page by clicking the browser button.
The script uses the following regular expression to detect images:
/^[^?#]+\.(?:jpg|jpeg|png|apng|gif|svg|webp)(?:$|[?#])/i
A list of regex pattern that will be likified, which is aimed to linkify non-http links. For example:
magnet:\?xt=\S+
evernote:///\S+
Files inside dist-extension/
and dist/
are built from the src/
folder:
npm install
to install dependencies.npm run build
to build the extension and the userscript.You can check the default exclusion list in package.json. The list is also used by the extension. However, since the list is written into the manifest directly, it is not configurable. Unlike the userscript which allows you to modify the list in the script manager.
File an issue if you think a site should be added/removed from the list.
12.0.1 (Feb 21, 2025)
strict_min_version
in Firefox extension.12.0.0 (Feb 21, 2025)
11.0.0 (Feb 16, 2024)
10.1.0 (Dec 15, 2021)
10.0.0 (Mar 11, 2021)
@require
external resource and the extension is smaller.9.0.2 (Jun 17, 2019)
9.0.1 (Feb 19, 2019)
9.0.0 (Aug 27, 2018)
GM_config
with GM_webextPref
. Note that because the configuration system is changed, the script won't be able to read the configuration before version 9.Version 8.2.2 (Jul 25, 2018):
Version 8.2.1 (May 23, 2018):
Version 8.2.0 (May 13, 2018):
Version 8.1.0 (Aug 23, 2017):
Version 8.0.2 (Mar 4, 2017):
Version 8.0.1 (Feb 26, 2017):
Version 8.0.0 (Feb 24, 2017):
Version 7.4.4 (Feb 19, 2017):
Version 7.4.3 (Feb 4, 2017):
Version 7.4.2 (Dec 20, 2016):
Version 7.4.1 (Dec 7, 2016):
Version 7.4.0 (Dec 7, 2016):
Version 7.3.1 (Nov 8, 2016):
Version 7.3.0 (Apr 2, 2016):
_
bug.Version 7.2.0 (Feb 15, 2016):
Version 7.1.0 (Jan 9, 2016):
Version 7.0.0 (Jan 5, 2016):
Max execution time
option.ignoreClasses
, ignoreTags
with CSS selector.text/html
or text/plain
.Version 6.2.1 (Oct 7, 2015):
Version 6.2.0 (Sep 5, 2015):
Version 6.1.0 (Jul 14, 2015):
Version 6.0.1 (Jul 3, 2015):
Version 6.0.0 (Jul 3, 2015):
Version 5.0.1 (Jun 21, 2015):
Version 5.0.0 (Jun 21, 2015):
'[]
.Version 4.0.1 (May 8, 2015):
Version 4.0.0 (Apr 27, 2015):
<wbr>
anymore. Use Range
to select text.Version 3.6.3 (Apr 26, 2015):
word-wrap: break-word
.Version 3.6.2 (Apr 26, 2015):
Version 3.6.1 (Apr 23, 2015):
Version 3.6.0 (Apr 21, 2015):
Version 3.5.1 (Apr 17, 2015):
Version 3.5.0 (Apr 16, 2015):
Version 3.4.2 (Apr 16, 2015):
Version 3.4.1 (Apr 16, 2015):
Version 3.4.0 (Apr 13, 2015):
Version 3.3.0 (Apr 1, 2015):
Version 3.2.6 (Apr 1, 2015):
Version 3.2.5 (Feb 20, 2015):
Version 3.2.4 (Jan 30, 2015):
Version 3.2.3 (Jan 21, 2015):
Version 3.2.2 (Jan 9, 2015):
Version 3.2.1 (Jan 9, 2015):
Version 3.2.0 (Dec 20, 2014):
config.generateLog
option to config.Version 3.1.1 (Dec 5, 2014):
https?://www.google.tld/webhp*
to excluding list.Version 3.1.0 (Nov 15, 2014):
wbr
when traversing DOM.Version 3.0.6 (Nov 15, 2014):
<wbr>
.Version 3.0.5 (Nov 14, 2014):
Version 3.0.4 (Nov 14, 2014):
Version 3.0.3 (Nov 14, 2014):
Version 3.0.2 (Nov 14, 2014):
Version 3.0.1 (Nov 14, 2014):
Version 3.0.0 (Nov 14, 2014):
Version 2.4.3 (Nov 7, 2014):
Version 2.4.2 (Nov 7, 2014):
Version 2.4.1 (Nov 7, 2014):
Version 2.4.0 (Nov 7, 2014):
Version 2.3.25 (Nov 7, 2014):
Version 2.3.24 (Nov 5, 2014):
Version 2.3.23 (Nov 5, 2014):
Version 2.3.22 (Oct 20, 2014):
Version 2.3.21 (Sep 30, 2014):
Version 2.3.20 (Sep 29, 2014):
Version 2.3.19 (Sep 29, 2014):
Version 2.3.18 (Sep 18, 2014):
Version 2.3.17 (Sep 16, 2014):
Version 2.3.16 (Sep 15, 2014):
Version 2.3.15 (Sep 15, 2014):
Version 2.3.14 (Sep 15, 2014):
Version 2.3.13 (Sep 15, 2014):
Version 2.3.12 (Sep 9, 2014):
Version 2.3.11 (Sep 7, 2014):
Version 2.3.10 (Sep 7, 2014):
Version 2.3.9 (Sep 7, 2014):
Version 2.3.8 (Sep 6, 2014):
Version 2.3.7 (Sep 6, 2014):
Version 2.3.6 (Sep 4, 2014):
Version 2.3.5 (Sep 3, 2014):
Version 2.3.4 (Sep 3, 2014):
Version 2.3.3 (Sep 2, 2014):
Version 2.3.2 (Sep 2, 2014):
Version 2.3.1 (Sep 1, 2014):
Version 2.3 (Sep 1, 2014):
Version 2.2.2 (Aug 26, 2014):
Version 2.2.1 (Aug 17, 2014):
Version 2.2 (Aug 15, 2014):
Version 2.1.4 (Aug 12, 2012):
Version 2.1.3 (Oct 24, 2011):
Version 2.1.2:
Version 2.1.1:
Version 2.1:
Version 2.0.3:
Version 2.0.2:
Version 2.0.1:
Version 2.0:
Version 1.1.4:
Version 1.1.3:
Version 1.1.2:
Version 1.1: