「使用者:Hillgentleman/monobook.js」:各本之異

刪去的內容 新增的內容
Hillgentleman
+ Pathoschild's regex tool
Hillgentleman
again
第五行:
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
 
/*************
*** Regex menu framework 1.2
*** by [[m:user:Pathoschild]]
*** documentation: http://meta.wikimedia.org/wiki/User:Pathoschild/Script:Regex_menu_framework
*************/
/* load script */
document.write('<script type="text/javascript" src="'
+ 'http://meta.wikimedia.org/w/index.php?title=User:Pathoschild/Script:Regex_menu_framework.js'
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
/* menu links */
// In the function below, add more lines like "regexTool('link text','function_name()')" to add
第一五行 ⟶ 第二五行:
// Below, define the functions linked to from rmflinks() above. These functions can use any JavaScript,
// but there is a set of simplified tools documented at
// http://meta.wikimedia.org/wiki/User:Pathoschild/Script:Regex_menu_framework .