Greasy Fork is available in English.

Linkify Plus Plus

Based on Linkify Plus. Turn plain text URLs into links.

< Feedback on Linkify Plus Plus

Review: OK - script works, but has bugs

§
Posted: 04.03.2021.

Linkify in Textarea / WYSIWYG editors fail...

I have read:
Linkify in Textarea
and Don't linkify links in hidden CKEditor textareas
You introduce:
"Makes linkified links more secure by adding rel="noopener"."

But when i linkify (by the config menu) a link in a textarea, it became invisible:
I cant'see it in the textearea, only in the devtoolbar or firebug (with the attribut rel="noopener".

I test tested an CSS tweak, but noway.
Here my CSS test:
.model-snippet-box:not(.votebar):not(#model-comments-box):not(#tagBox) .box-body.modelNote form > div textarea a.linkifyplus {
position: relative !important;
display: inline-block !important;
height: 100% !important;
min-height: 15px !important;
max-height: 15px !important;
width: 100% !important;
min-width: 300px !important;
max-width: 300px !important;
visibility: visible !important;
opacity: 1 !important;
font-size: 20px !important;
color: peru !important;
background-color: red !important;
}

Is their a way to make it work ?

It's for https://www.indexxx.com
which provide a private notepad to keep notes (Only for register user)
Example link:
https://www.indexxx.com/m/nicole-love-1

Post reply

Sign in to post a reply.