Help for this page

Select Code to Download


  1. or download this
    <script> 
    var search=location.search; 
    var id=search.match(/\Wnode_id=(\d+).*/);
    if ( id.length>0) {document.writeln("`[id://"+id`[1`]+"`]")}
    </script>
    
  2. or download this
    <script>
    var tbar=document.getElementById('titlebar-bottom');
    tbar.innerHTML=tbar.innerHTML.replace(/#(<a.*?>)(\d{4,10})(<\/a>)/,"$1
    +`[id://$2`]$3")
    </script>