인터페이스 미화 및 재배치, 광고 및 불필요한 배너 제거, 아티스트 이름 수정 및 관련 정보 저장 편집, 원본 이미지 자동 로드, 메뉴에서 이미지 크기 및 간격 설정, 단축키로 자동 스크롤 트리거, 텍스트 내 링크 분석 및 클릭 가능한 링크로 변환, 빠른 페이지 전환 및 점프 기능, 새 탭으로 리디렉션
In the future, there will be time to develop a settings menu. But for now, if you want to disable the option to open in a new tab, you can search for the function "NewTabOpens();" in the code. Then locate the code block:
addlistener(link, "click", event => {
event.preventDefault();
GM_openInTab(link.href, { active: false, insert: true });
})
You can either comment out or remove this code block to disable this functionality.
Nice script but please make open in new page optional.