Skip to content

Could we replace the links back to normal? #24

Description

@rolandschuetz

In javascript we could add:

requestAnimationFrame(function() {
 Array.prototype.forEach.call(
    document.querySelectorAll('a[href^="javascript:linkTo_UnCryptMailto"]'),
    function(link) { link.innerHTML = link.innerHTML.replace(' (at) ', '@')}
  );
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions