# test
```javascript
function openExternalPageInNewTab() {
  $('a[href]').each((i, elem) => {
    var url = elem.href.match(/(?:https?:\/\/([\w:%#\$&\?\(\)~\.=\+\-]+))?(\/?[\w/:%#\$&\?\(\)~\.=\+\-]+)/);
    if (url[1] !== undefined && url[1] !== document.domain) {
      elem.target = '_blank';
    }
  });
}
$(function() {
  var functions = [
    openExternalPageInNewTab,
  ];
  for (var i in functions) {
    functions[i]();
  }
});
```

---

## Page Navigation

- Canonical URL: https://demo.growi.org/user/admin1/test
- Permalink: https://demo.growi.org/659f3eccbd78e32a075d1ed8
- Parent: [admin1](/5d6663664dc19b0044efe5f5.md)
- Children: 0 total
- Total descendants: 0
- Siblings: 3 total
  - [memo](/63e4461469a9380821c4dbf7.md)
  - [study](/643e9b47ccc23297593702a5.md)
  - [メモ](/637b4eee1a4dc37eba827fc7.md)
- Last updated: 2024-01-15T05:28:24.765Z by admin1
- Full page listing (all children regardless of count): https://demo.growi.org/_api/v3/page-listing/children?id=659f3eccbd78e32a075d1ed8
