نکته: پس از انتشار ممکن است برای دیدن تغییرات نیاز باشد که حافظهٔ نهانی مرورگر خود را پاک کنید.
- فایرفاکس / سافاری: کلید Shift را نگه دارید و روی دکمهٔ Reload کلیک کنید، یا کلیدهای Ctrl-F5 یا Ctrl-R را با هم فشار دهید (در رایانههای اپل مکینتاش کلیدهای ⌘-R)
- گوگل کروم: کلیدهای Ctrl+Shift+R را با هم فشار دهید (در رایانههای اپل مکینتاش کلیدهای ⌘-Shift-R)
- اینترنت اکسپلورر/ Edge: کلید Ctrl را نگهدارید و روی دکمهٔ Refresh کلیک کنید، یا کلیدهای Ctrl-F5 را با هم فشار دهید
- اپرا: Ctrl-F5 را بفشارید.
mw.loader.load( '//fa.wikipedia.org/wiki/%D9%85%D8%AF%DB%8C%D8%A7%D9%88%DB%8C%DA%A9%DB%8C:Gadget-Extra-Editbuttons-dictionary.js&action=raw&ctype=text/javascript' )
var dictionary=persianToolsDictionary
var dictionary=dictionary.complexes
var my_list=[]
var wrong_list=[]
for (i in dictionary) {
if (dictionary.hasOwnProperty(i)) {
var firstPart=i.split('|')
var secondPart=dictionary[i].split('|')
for (y in firstPart){
for (x in secondPart){
var new_word=firstPart[y].replace('(','').replace(')','')+'-'+secondPart[x].replace('(','').replace(')','')
if (my_list.indexOf(new_word) != -1){
wrong_list.push(new_word)
//alert('yes > ' + new_word)
}else{
my_list.push(new_word)
//alert(new_word)
}
}
}
}
}
alert(wrong_list)