8 ms·
https://news.ycombinator.com/item?id=5464028&title=testing https://news.ycombinator.com/item?id=5464028&title=testi... - you can just hack it in. maybe someone
by timkly 13y ago
https://news.ycombinator.com/item?id=5464028&title=testing https://news.ycombinator.com/item?id=5464028&title=testi... - you can just hack it in. maybe someone could put together a simple bookmarklet to get the title appended to the url
- josso 13y agoOh well… Here is a simple bookmarklet that will append a slug to the url: javascript:history.pushState({}, document.title, document.URL + "&title=" + document.querySelector('.title a').innerText.toLowerCase().replace(/[^\w ]+/g,'').replace(/ +/g,'-'))