You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 12, 2020. It is now read-only.
console.log('%cThe console is dark and full of terrors.','color: white; -webkit-text-stroke: 4px #a02d2a; font-size: 60px; font-weight: bold')
29
+
console.log('%cNe regardez pas la console si on ne vous l\'a pas demandé','color: white; -webkit-text-stroke: 4px #a02d2a; font-size: 60px; font-weight: bold')
30
30
console.log('%cIf you\'ve been told to paste something here, you\'re being scammed.','font-size: 16px')
31
31
console.log('%cUnless you know exactly what you\'re doing, close this window.','font-size: 16px')
32
32
})
33
33
34
34
// Disable zoom, needed for darwin.
35
35
webFrame.setZoomLevel(0)
36
36
webFrame.setVisualZoomLevelLimits(1,1)
37
-
webFrame.setLayoutZoomLevelLimits(0,0)
38
37
39
38
// Initialize auto updates in production environments.
0 commit comments