Kemer 增強

美化介面和重新排版,包括移除廣告和多餘的橫幅,修正繪師名稱和編輯相關的資訊保存,自動載入原始圖像,菜單設置圖像大小間距,快捷鍵觸發自動滾動,解析文本中的連結並轉換為可點擊的連結,快速的頁面切換和跳轉功能,並重新定向到新分頁

< Opiniones de Kemer 增強

Puntuación: Bueno; el script funciona tal y como promete

§
Publicado: 11/8/2023

Nice script but please make open in new page optional.

Canaan HSAutor
§
Publicado: 11/8/2023

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.

Publicar respuesta

Inicia sesión para responder.