This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
newTabIndex = gBrowser.tabContainer.selectedIndex + 1; | |
newTab = gBrowser.loadOneTab("about:blank", null, null, null, false, false); | |
gBrowser.moveTabTo(newTab, newTabIndex); | |
if (gURLBar) gURLBar.focus(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
z=(function(t){a=[];w=document.createTreeWalker(t,NodeFilter.SHOW_TEXT,null,false);while(n=w.nextNode())a.push(n);return a;})(document.body);alert(z[Math.floor(Math.random()*z.length)].textContent); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#lang racket (define(f[n(read)])(if(<= n 0)1(* n(f(- n 2)))))(f) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+[>++++++[>++++++[>+++>+++>+++<<<-]<-]<-]>>>++++.-.>++++++++.>-----------.<.<. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="javascript:window.location.replace(document.getElementsByClassName('switch-to-classic')[0].children[0].href)">Edit in classic editor</a> |
NewerOlder