Skip to content

Instantly share code, notes, and snippets.

@felixrieseberg
felixrieseberg / index.html
Created February 18, 2021 19:58
Simple Menu Fiddle
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
<link rel="stylesheet" type="text/css" href="./styles.css">
</head>
<body>
<h1>Hello World!</h1>
<!-- All of the Node.js APIs are available in this renderer process. -->
@felixrieseberg
felixrieseberg / index.html
Created February 1, 2021 22:01
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
<link rel="stylesheet" type="text/css" href="./styles.css">
</head>
<body>
<h1>Hello World!</h1>
<!-- All of the Node.js APIs are available in this renderer process. -->
@felixrieseberg
felixrieseberg / index.html
Created December 10, 2020 23:03
Transparency breaking network
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
<link rel="stylesheet" type="text/css" href="./styles.css">
</head>
<body>
<h1>Hello World!</h1>
<!-- All of the Node.js APIs are available in this renderer process. -->
@felixrieseberg
felixrieseberg / index.html
Created May 20, 2020 17:20
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
<link rel="stylesheet" type="text/css" href="./styles.css">
</head>
<body>
<h1>Hello World!</h1>
<!-- All of the Node.js APIs are available in this renderer process. -->
@felixrieseberg
felixrieseberg / index.html
Created October 7, 2019 21:46
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
</head>
<body>
<h1>Hello World!</h1>
<!-- All of the Node.js APIs are available in this renderer process. -->
Height: <script>document.write(window.outerHeight)</script>
@felixrieseberg
felixrieseberg / index.html
Created May 28, 2019 14:03
Electron Fiddle Gist
<!-- Empty -->
@felixrieseberg
felixrieseberg / index.html
Created February 20, 2019 15:35
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
</head>
<body>
<h1>Hello World!</h1>
<!-- All of the Node.js APIs are available in this renderer process. -->
We are using Node.js <script>document.write(process.versions.node)</script>,
<marquee direction="down" width="250" height="200" behavior="alternate" style="border:solid">
<marquee behavior="alternate">
Rebuild Node Modules!
</marquee>
</marquee>
@felixrieseberg
felixrieseberg / index.html
Created December 20, 2018 17:39
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
</head>
<body>
<h1>Hello World!</h1>
<!-- All of the Node.js APIs are available in this renderer process. -->
We are using Node.js <script>document.write(process.versions.node)</script>,
@felixrieseberg
felixrieseberg / index.html
Created December 18, 2018 23:58
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, minimum-scale=0.1">
</head>
<body>
<img id="crasher">
<button onclick="document.getElementById('crasher').src = 'https://autologon.microsoftazuread-sso.com/5e729370-42c0-400b-856a-8d18bcda2139/winauth/sso?desktopsso=true&amp;isAdalRequest=False'">Crash</button>