ملاحظة: بعد الحفظ، قد يلزمك إفراغ الكاش لرؤية التغييرات.
$(function () {
if ($('#mw-returnto').length === 1) {
mw.loader.using('mediawiki.api').then(function () {
new mw.Api().saveOption('cx', 1).then(function () { location.href = location.href; });
});
}
});