K-Meleon

KMeleonWiki > Resources > MacroLibrary > MacroLibrary2 > Decode ROT13


Submitted by: boogomatic


Notes:

This macro will enable you to decode or encode ROT13 text on any page. Like:

Pbatenghyngvbaf lbh unir perngrq nabgure phfgbz znpeb srngher va X-Zryrba.


In Macros:

  • Copy the following code and paste it into you macros.cfg file in your profile.
decode_rot13 {
    menu = "Decode Rot13";
    open("javascript:var coding = "abcdefghijklmnopqrstuvwxyzabcdefghijklmABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLM"; function rot13(t) { for (var r = "",i=0;i<t.length;i) { character = t.charAt(i); position = coding.indexOf(character); if (position > -1) character = coding.charAt(position + 13); r += character; } return r; } S=window.getSelection(); function t(N) { return N.nodeType  N.TEXT_NODE; } function r(N) { if (t(N)) N.data = rot13(N.data); } for (j=0;j<S.rangeCount;j) { var g=S.getRangeAt(j), e=g.startContainer, f=g.endContainer, E=g.startOffset, F=g.endOffset, m=(ef); if(!m||!t(e)) { /* rot13 each text node between e and f, not including e and f. */ q=document.createTreeWalker(g.commonAncestorContainer, NodeFilter.SHOW_ELEMENT | NodeFilter.SHOW_TEXT, null, false); q.currentNode=e; for(N=q.nextNode(); N && N != f; N = q.nextNode()) r(N); } if (t(f)) f.splitText(F); if (!m) r(f); if (t(e)) { r(k=e.splitText(E)); if(m)f=k; e=k;} if (t(f)) g.setEnd(f,f.data.length); } void 0");
}


In Menus:

  • Copy and paste the following code into your menus.cfg file in your profile.
macros(decode_rot13)
  • I suggest placing the above into the Highlighted Text section of menus.cfg

example:

Highlighted Text{
macros(WebSearch, Web Search)
macros(Dictionary, Dictionary Search)
-
macros(Hyperlink, Open As Hyperlink)
macros(decode_rot13)
}


Comments & Questions

K-Meleon

(c) 2000-2010 kmeleonbrowser.org. All rights reserved.
design by splif.