Home
Random
Nearby
Log in
Settings
Donate Now
If Wikipedia is useful to you, please give today.
About Wikipedia
Disclaimers
Search
User:ExtorcDev/rmMaster.js: Difference between revisions
User page
Talk
Language
Watch
View history
View source
Browse history interactively
← Previous edit
Next edit →
Content deleted
Content added
Revision as of 10:21, 26 May 2023
view source
ExtorcDev
(
talk
|
contribs
)
229
edits
No edit summary
← Previous edit
Revision as of 10:23, 26 May 2023
view source
ExtorcDev
(
talk
|
contribs
)
229
edits
No edit summary
Next edit →
Line 119:
}
function queryParams(
url
loc
){ return { action: 'query', prop: 'revisions', rvprop: 'content', rvlimit: 1, titles:
url
loc
}; }
function editParams(
url
loc
, action){ return { action: 'edit', title:
url
loc
, text: result, summary: action + ' Request using [[User:ExtorcDev/rmMaster.js|rmMaster]]' }; }