Main public logs
More actions
Combined display of all available logs of WikiOasis Meta. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:57, 24 May 2026 DarkMatterMan4500 talk contribs created page User:DarkMatterMan4500/SRG.js (Created page with "// <nowiki> $( function () { var SRG = {}; window.SRGHelper = SRG; SRG.summary = ' - with SRG.js'; SRG.setup = function () { $('span.mw-editsection-bracket:first-child').each( function() { try { var sectionNumber = this.parentElement.childNodes[1].href.match( /action=edit§ion=(\d+)/ )[1]; this.after( ' | ' ); $(this).after( $( '<a href="#" class="SRGHelper-add-comment" section=' + sectionNumber + '>Add a comment</a>') ); this.after( ' | ' ); $(this...")