پرش به محتوا

مدیاویکی:Gadget-ShortLink.js: تفاوت میان نسخه‌ها

بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
برچسب: واگردانی دستی
بدون خلاصۀ ویرایش
خط ۱: خط ۱:
$(function() { // remove title from permalink
addOnloadHook(function(){ //remove title from permalink
$('#t-permalink > a').each(function () {
var pLink = document.getElementById('t-permalink')
$(this).prop('href', ($(this).prop('href') || '').replace(/title=[^&]*&/, ''));
if (pLink) pLink.firstChild.href = pLink.firstChild.href.replace(/title=[^&]*&/,'')
});
})
});
۲۴٬۴۶۴

ویرایش