Англійський cite web з одночасним архівуванням:

javascript: function sel () {if (window.getSelection) {return window.getSelection();} else if (document.getSelection) {return document.getSelection();} else if (document.selection) {return document.selection.createRange().text;}} var s = sel(); var now = new Date(); var thisYear = now.getFullYear(); var thisMonth = now.getMonth();	var thisDay = now.getDate(); var base_window = window; var server = base_window.location.hostname.replace(/www./g, ''); var copy_window = window.open(); copy_window.document.write('<textarea style="width:100%;height:250px"><ref>{{cite web|author=\n|date=\n|url= '+base_window.location+'\n|title='+(s != "" ? s : base_window.document.title)+'\n|type=\n|publisher=\n|website='+server+'\n|accessdate='+thisYear+'-'+thisMonth+'-'+thisDay+'\n|archiveurl='+void(window.open('https://web.archive.org/save/'+base_window.location))+'\n|dead-url=no yes\n|archivedate='+thisYear+'-'+thisMonth+'-'+thisDay+'\n}}</ref></textarea>');

Український cite web з одночасним архівуванням:

javascript: function sel () {if (window.getSelection) {return window.getSelection();} else if (document.getSelection) {return document.getSelection();} else if (document.selection) {return document.selection.createRange().text;}}  var s = sel(); var now = new Date(); var thisYear = now.getFullYear(); var thisMonth = now.getMonth();	var thisDay = now.getDate(); var monthNames = ["січня", "лютого","березня", "квітня", "травня","червня", "липня", "серпня", "вересня", "жовтня", "листопада","грудня"]; var base_window = window; var server = base_window.location.hostname.replace(/www./g, '');	var copy_window = window.open(); copy_window.document.write('<textarea style="width:100%;height:250px">{{cite web\n|автор=\n|автор-посилання=\n|дата=\n|url='+base_window.location+'\n|назва='+(s != "" ? s : base_window.document.title)+'\n|формат=\n|видавець=\n|веб-сайт='+server+'\n|дата-доступу='+thisDay+' '+monthNames[thisMonth]+' '+thisYear+'\n|url-архіву='+void(window.open('https://web.archive.org/save/'+base_window.location))+'\n|мертвий-url=no yes\n|дата-архіву='+thisDay+' '+monthNames[thisMonth]+' '+thisYear+'\n|мовою= англійською російською\n}}</textarea>');

Для вікіцитат:

javascript: function sel () {if (window.getSelection) {return window.getSelection();} else if (document.getSelection) {return document.getSelection();} else if (document.selection) {return document.selection.createRange().text;}} var s = sel(); var now = new Date(); var thisYear = now.getFullYear(); var thisMonth = now.getMonth();	var thisDay = now.getDate(); var ttl= base_window.document.title.substring(0, base_window.document.title.indexOf("|") ); var base_window = window; var server = base_window.location.hostname.replace(/www./g, ''); var copy_window = window.open(); copy_window.document.write('<textarea style="width:100%;height:250px">* {{q|Цитата=  <ref>{{cite web|url= '+base_window.location+'\n|title='+ttl+'\n|publisher=Genius|accessdate='+thisYear+'-'+thisMonth+'-'+thisDay+'}}</ref>|Оригінал='+(s != "" ? s : base_window.document.title)+'|Коментар=«'+ttl.replace('Muse – ','').replace('Lyrics','').trim()+'»}}</textarea>');