dlnクエリ
2025/4/9 10:21:00
(()=>{
const decode = (text) => new TextDecoder('utf-8').decode(
new TextEncoder().encode(text)
);
const title = new TextDecoder('utf-8').decode(
new TextEncoder().encode("『"+document.title+"』")
);
window.open(`https://dlt.kitetu.com/?kw=${encodeURIComponent(title)}&dln=${document.location.href}#drw`);
})()
javascript:(()=>{window.open(`https://dlt.kitetu.com/?kw=『${encodeURIComponent(document.title)}』&dln=${document.location.href}#drw`)})()
javascript:(()=>{window.open(`https://dlt.kitetu.com/?kw=${encodeURIComponent(document.title)}&dln=${document.location.href}#drw`)})()