All public logs

Combined display of all available logs of All The Tropes. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 06:12, 29 January 2023 Ilikecomputers talk contribs created page User:Ilikecomputers/common.js (Created page with "//A very hackey way to fix a niche styling issue: //Example markup: // * This is a bullet point // ** {{quote|this is a quote}} // ** This is a bullet point after a quote <-- this will have double bullet points document.querySelectorAll('table').forEach(function (e) { if (e.nextElementSibling && e.nextElementSibling.nodeName === 'UL') { var sibling = e.nextElementSibling; var curSibling = sibling.childNodes[0]; while (curSibling.childNodes....")