Content deleted Content added
check only links within p tags |
also do stuff in userspace |
||
Line 1:
$( function($) {
if((wgNamespaceNumber != 0) and (wgNamespaceNumber != 2)) {
// only check links in mainspace and userspace (for userspace drafts)
return;
}
|