26 support issues
- All
- Questions
- Suggestions
- Problems
Keenan
Mar 19, 2024
Google Sheets Compatibility
My Google Sheet has links but the extension isn't convert the URL and making it clickable, do you have any advice?
- Report illegal content
- Copy link
Tomek Wojciechowski
May 30, 2023
Context menu
Hi. Sometimes it doesn't work. Would it be possible to add an alternative function to make the extension work with selected text and in the context menu? Also, there is another extension called Always Select - would something similar help with dynamic web pages?
- Report illegal content
- Copy link
Colin Paterson
Apr 13, 2023
Cannot get it working
I cannot get this working other than on your homepage. Does this work with dynamic HTML? For example if I go here: https://codebeautify.org/real-time-html-editor or any other dynamic editor and enter google.com it doesn't work. Does it only work on static webpages?
- Report illegal content
- Copy link
Зульфия Халиуллина
Apr 5, 2023
broken link
Good afternoon, when working in BlueSales, the extension stopped working. Links are active but not working. When clicked, it takes you to an error page. But if you copy the link as text and paste it into the address bar, then it takes you to the desired page. how to fix the situation?
- Report illegal content
- Copy link
Bettie Petite
Apr 5, 2023
URLs stopped being turned into links.
Hello.
Many URLS stopped being converted into clickable links.
For example
https://hive.blog
- Report illegal content
- Copy link
Jeffrey Beckman
Apr 4, 2023
Version 2.5 Broken
The extension does not seem to be working on the latest version 2.5, released today.
- Report illegal content
- Copy link
Steve Rand
Mar 22, 2023
magnet links incorrectly converted
Link in plain text (truncated):
magnet:?xt=urn:btih:948b18dd
Extension converted link:
http://magnet/?xt=urn:btih:948b18dd
- Report illegal content
- Copy link
Edward D
Nov 20, 2020
Option to rescan the page
This only seems to work on the page initial load. If I'm in a site that uses ASP .NET to change contents, the page needs to be rescanned. Please add an option to manually kick off a scan of the page as it currently appears.
- Report illegal content
- Copy link
Mitchell van der Hulst
May 21, 2020
DOI
Hi,
I have a suggestion for an additional feature. Some web pages include DOI's, but in an unclickable way. Typically, they don't have the full format of http://doi.org/xxx, so you would have to manually copy the DOI, add the address in front of it and only then can you go there. Perhaps your tool could detect DOI's through their format and turn them into clickable links to the digital object.
- Report illegal content
- Copy link
Joe Casadonte
Mar 25, 2020
Very odd formatting bug
Given the following HTML file contents:
<html> <head /> <body> <span><ReqVar source=" varName="FOO.SE" /></span> </body> </html>
It will not display correctly in Chrome 80.0.3987.149; it only displays from varName to the end of the line and the "FOO.SE" text is not turned into a link.
If you append anything to the "SE" part of the string, the behavior does not change, e.g.:
<html> <head /> <body> <span><ReqVar source=" varName="FOO.SER" /></span> </body> </html>
but if you change from "SE" to "SR", then it at least displays correctly, e.g.:
<html> <head /> <body> <span><ReqVar source=" varName="FOO.SR" /></span> </body> </html>
though it doesn't change FOO.SR into a clickable link. The case of the string does not seem to matter.
- Report illegal content
- Copy link