사용자:Bart0278/vector.js: 두 판 사이의 차이

내용 삭제됨 내용 추가됨
Bart0278 (토론 | 기여)
새 문서: // install en:User:Cacycle/wikEd in-browser text editor document.write('<script type="text/javascript" src="' + 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js' + '...
(차이 없음)

2010년 7월 13일 (화) 17:29 버전

// install [[:en:User:Cacycle/wikEd]] in-browser text editor
document.write('<script type="text/javascript" src="'
+ 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js'
+ '&action=raw&ctype=text/javascript"></script>');


document.write('<script type="text/javascript" src="'
+ 'http://ko.wikipedia.org/w/index.php?title=%EC%82%AC%EC%9A%A9%EC%9E%90:Theoteryi/metabox.js'
+  '&action=raw&ctype=text/javascript&dontcountme=s"></script>');


// addPurge
addOnloadHook(function () {
var hist; var url;
if (!(hist = document.getElementById('ca-history') )) return;
if (!(url = hist.getElementsByTagName('a')[0] )) return;
if (!(url = url.href )) return;
addPortletLink('p-cactions', url.replace(/([?&]action=)history([&#]|$)/, '$1purge$2'),
'새로 고침', 'ca-purge', '이 페이지의 캐시를 새로 고칩니다.', '0');
});
//