משתמש:המתעתק/monobook.js

מתוך ויקיטקסט, מאגר הטקסטים החופשי

הערה: לאחר הפרסום, ייתכן שיהיה צורך לנקות את זיכרון המטמון (cache) של הדפדפן כדי להבחין בשינויים.

  • פיירפוקס / ספארי: להחזיק את המקש Shift בעת לחיצה על טעינה מחדש (Reload) או ללחוץ על צירוף המקשים Ctrl-F5 או Ctrl-R (במחשב מק: ⌘-R).
  • גוגל כרום: ללחוץ על צירוף המקשים Ctrl-Shift-R (במחשב מק: ⌘-Shift-R).
  • אינטרנט אקספלורר / אדג': להחזיק את המקש Ctrl בעת לחיצה על רענן (Refresh) או ללחוץ על צירוף המקשים Ctrl-F5.
  • אופרה: ללחוץ על Ctrl-F5.
/* <pre style="direction:ltr; text-align:left;"> */





/*
 * This function is used to include scripts from other Wiktionary pages.
 *
 * Got it from [[:w:he:User:Yonidebest]],
 * who got it from [[:w:en:User:Omegatron/monobook.js]]
 * who got it from [[:w:en:User:Quarl/monobook.js]].
 */
function winc(s) {
	s = s.replace(/^\[\[/, '').replace(/\]\]$/, '');
	document.write('<scr' + 'ipt type="text/javascript" src="' 
			+ 'http://he.wiktionary.org/w/index.php?title=' + s
			+ '&action=raw&ctype=text/javascript&dontcountme=s"></scr' 
			+ 'ipt>');
}



/*
 * Include mozilla addons
 */
winc('[[משתמש:המתעתק/monobook.js/mozaddons.js]]');





/* </pre> */