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
Do not collect any personal information |
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
{ | |
"preview": false, | |
"init_offset": 0, | |
"messages": [], | |
"fields": [ | |
"SRC", | |
"count" | |
], | |
"rows": [ | |
[ |
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
12.101.95.37 | |
1.4.137.246 | |
1.20.160.178 | |
1.28.76.174 | |
1.30.119.214 | |
1.31.87.35 | |
1.32.17.120 | |
1.32.54.109 | |
1.32.119.42 | |
1.32.200.98 |
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
/* | |
There is no api for windows areosnap feature that I could find or not way to trigger it with the windows hotkeys. | |
*/ | |
const titleBar = document.getElementById('title-bar'); | |
const { remote, screen } = require('electron'); | |
let activate = false; | |
const win = { | |
offsetX: 0, |