From Wikipedia, the free encyclopedia
Content deleted Content added
|
|
|
||
| Line 1: | Line 1: | ||
|
== Avoid querying page information == |
== Avoid querying page information == |
||
|
{{edit request|User:Nardog/SmartDiff.js}} |
|||
|
<!– Generated using w:en:User:NguoiDungKhongDinhDanh/FormattedEditRequest –> |
<!– Generated using w:en:User:NguoiDungKhongDinhDanh/FormattedEditRequest –> |
||
Latest revision as of 00:03, 29 September 2025
| Line 87: | Line 87: |
| this.linksUser talk:Nardog/SmartDiff: Difference between revisions.push(link); | this.linksUser talk:Nardog/SmartDiff: Difference between revisions.push(link); |
| }); | }); |
| if (!window.smartDiffDisableLinkInfo) { | |
| this.query(Object.keys(this.links).slice(0, 500)); | this.query(Object.keys(this.links).slice(0, 500)); |
| } | |
| if (this.hasError) { | if (this.hasError) { |
| mw.notify(‘SmartDiff error’, { type: ‘warn’ }); | mw.notify(‘SmartDiff error’, { type: ‘warn’ }); |
@Nardog: Personally, I don’t need such information, so being able to avoid making unnecessary API calls would be nice, especially when the connection isn’t good. Thanks a lot for the script. NguoiDungKhongDinhDanh 23:58, 28 September 2025 (UTC)

