DLE links decoder

Прямые ссылки на сайтах с движком DataLife Engine (DLE)

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
Lain inVerse
일일 설치수
0
총 설치수
69
평점
2 0 0
버전
1.3
생성
2016-08-18
갱신
2016-09-10
라이선스
없음
동작 사이트
모든 사이트

Some forums based on DLE engine tend to hide direct link to anything behind redirect page and to do that they encode links as part of the URL to that page. So, when you want to copy a link you actually copy that redirect page link. Besides the fact that these links are obnoxiously long they are also completely unreadable and you never know where the link actually leads even from pop-up description since it also shows a link to a redirect page.

This script adds a mouseenter event to all links on all pages and if it looks like a link encoded by DLE then it decodes that link, replaces URL in a link with decoded one and detaches the event since normally there is no reason to check any link more than once.