>>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.