Jump to content

User:Diegodlh/Web2Cit/script.js: Revision history


For any version listed below, click on its date to view it. For more help, see Help:Page history and Help:Edit summary. (cur) = difference from current version, (prev) = difference from preceding version, m = minor edit, โ†’ = section edit, โ† = automatic edit summary

9 May 2024

18 October 2022

30 September 2022

12 September 2022

11 May 2022

5 May 2022

4 May 2022

  • curprev 20:2520:25, 4 May 2022 Diegodlh talk contribs 4,685 bytes +3,103 No edit summary
  • curprev 15:3315:33, 4 May 2022 Diegodlh talk contribs 1,582 bytes +1,582 โ†Created page with 'const ajax = $.ajax; $.ajax = function(url, options) { // If url is an object, simulate pre-1.5 signature if ( typeof url === "object" ) { options = url; url = undefined; } // Force options to be an object options = options || {}; url = url || options.url; const match = url.match( /^\/api\/rest_v1\/data\/citation\/mediawiki\/(?<search>.+)/ ); if (match !== null) { let { search } = match.groups; search = decodeURICo...'