User:Bobblewik/monobook.js/dates.js: Difference between revisions

Content deleted Content added
Bobblewik (talk | contribs)
mNo edit summary
m Maintenance: Replacing addOnloadHook with native jQuery (mw:ResourceLoader/Migration_guide_(users)#addOnloadHook - phab:T130879)
 
(3 intermediate revisions by one other user not shown)
Line 143:
 
//Eliminate 'surprise links' also known as 'easter egg links'
//txt.value = txt.value.replace(/\[\[(\d{1,4}s?)\sin\s[^\]|]{1,30}\|$(\d{1,4}s?)\]\]/gi, '$1');
txt.value = txt.value.replace(/\[\[(\d{1,4})\sin\s[^\|]{1,30}\|\$1\]\]/gi, '$1');
 
 
 
Line 163 ⟶ 161:
}
 
addOnloadHook$(function () {
if(document.forms.editform) {
addLink('p-cactions', 'javascript:formatdates()', 'dates', 'ca-datefixer', 'Fixes some date formatting', '', '');