Kemer 강화

인터페이스 미화 및 재배치, 광고 및 불필요한 배너 제거, 아티스트 이름 수정 및 관련 정보 저장 편집, 원본 이미지 자동 로드, 메뉴에서 이미지 크기 및 간격 설정, 단축키로 자동 스크롤 트리거, 텍스트 내 링크 분석 및 클릭 가능한 링크로 변환, 빠른 페이지 전환 및 점프 기능, 새 탭으로 리디렉션

< Kemer 강화 피드백으로 돌아가기

리뷰: 좋음 - 스크립트가 잘 작동함

§
게시: 2023-08-11

Nice script but please make open in new page optional.

Canaan HS작성자
§
게시: 2023-08-11

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.

답글 게시

답글을 게시하려면 로그인하세요.