Anonymous ID: 8f5c66 Aug. 14, 2018, 7:26 p.m. No.2605183   🗄️.is 🔗kun

>>2604205 pb

One-liner script to make the bread number show up first in page title:

if (board_name = "qresearch" && active_page = 'thread') document.title = document.title.replace(/(\/qresearch\/) - (.)\s(#\d+)\s:\s(.*)$/, '$3 $1 - $2- $4');

It works on full breads, title will switch back to normal on auto-reload.