Skip to content

Instantly share code, notes, and snippets.

View netsi1964's full-sized avatar

Sten Hougaard netsi1964

View GitHub Profile
@netsi1964
netsi1964 / 1search_for_8541.md
Last active October 19, 2019 14:18
Get Markdown from facebook groups search (8541)

Updated: 19.10.2019 15.27.35

8541

Navn Beskrivelse Meta
2iev8541 Gruppe
649 hate! 8541  1 medlemmer
8541  25 medlemmer
8541 Home sweet home  4 medlemmer
@netsi1964
netsi1964 / eternity.svg
Created October 16, 2019 15:34
A eternity icon in SVG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@netsi1964
netsi1964 / Streaming_apps.txt
Created October 13, 2019 07:34
𝗛𝘃𝗶𝗹𝗸𝗲 𝘀𝘁𝗿𝗲𝗮𝗺𝗶𝗻𝗴 𝗮𝗽𝗽𝘀 𝗯𝗿𝘂𝗴𝗲𝗿 𝗱𝘂 𝗽𝗮̊ 𝗱𝗶𝘁 𝗔𝗽𝗽𝗹𝗲𝗧𝗩
𝗛𝘃𝗶𝗹𝗸𝗲 𝘀𝘁𝗿𝗲𝗮𝗺𝗶𝗻𝗴 𝗮𝗽𝗽𝘀 𝗯𝗿𝘂𝗴𝗲𝗿 𝗱𝘂 𝗽𝗮̊ 𝗱𝗶𝘁 𝗔𝗽𝗽𝗹𝗲𝗧𝗩❓
Tilføj endelig nogen hvis du har fundet nogen. Jeg har tilføjet alle dem jeg har fundet - nogle af dem bruger jeg ikke. Listen indeholder ikke alle - så skriv endelig de kanaler du har som ikke er her ind på listen og klik så af hvilke du bruger :-)
På et tidspunkt kan jeg så lave et delt regneark der også kan indeholde mere information - f.eks: Gratis? Link til appstore osv.. :-)
En liste lavet af brugere af Facebook gruppen: "TV uden tv pakker med AppleTV": "https://www.facebook.com/groups/tvappletv/
1. DR TV
2. NETFLIX
3. YouTube
4. TV2 Play
@netsi1964
netsi1964 / Planets.js
Last active August 9, 2019 15:42
Planets of our sunsystem
{
"Mercury": {
"toSun": 57900000,
"toEarth": 91700000
},
"Venus": {
"toSun": 108200000,
"toEarth": 41400000
},
"Earth": {
@netsi1964
netsi1964 / emojis.json
Last active January 23, 2020 16:02
List of UTF-8 emoji codes and descriptions for them
[
{
"code": [
"1f600"
],
"name": "grinning face"
},
{
"code": [
"1f603"
@netsi1964
netsi1964 / removeAnyStyling.js
Created July 31, 2019 06:36
Remove any styles from a website
Array.from(document.styleSheets).forEach(sheet => sheet.disabled = true);
Array.from(document.querySelectorAll('*')).forEach(ele => {
ele.style.cssText = '';
var before = getComputedStyle(ele, ':before');
Object.keys(before).forEach(a => {
try {before[a] = ''} catch(e) {}
});
var after = getComputedStyle(ele, ':after');
Object.keys(after).forEach(a => {
try {after[a] = ''} catch(e) {}
@netsi1964
netsi1964 / results.json
Last active July 28, 2019 10:43
Information om hvad uddannelser har givet i månedsløn efter 10 år
{
"date": "2019-07-28T10:43:09.572Z",
"source": "https://www.dr.dk/nyheder/penge/se-hvad-du-kan-tjene-med-din-uddannelse",
"data": [
{
"direction": "Universitetsuddannelser",
"uddannelse": "Afrikastudier (kandidatuddannelse)",
"loen": -1,
"ledig": -1
},
@netsi1964
netsi1964 / generateSelectors.js
Last active June 2, 2019 20:08
Create list of selectors for all elements on a page
const html = [...document.querySelectorAll("*")]
.map(e => {
let html = "";
let ee = e,
id = "",
unique = false;
let selectors = [];
while (ee.parentNode && !id && !unique) {
const classes = [...ee.classList].sort().join(".");
const id = ee.getAttribute("id");
const players = [{"team":"FC Midtjylland","country":"Denmark","flag":"Denmark","name":"Lasse Heinze","age":28,"yearOfBith":1986,"position":"Goalkeeper","physique":{"height":"184","weight":"80"}},{"team":"FC Midtjylland","country":"Finland","flag":"Finland","name":"Tim Sparv","age":27,"yearOfBith":1987,"position":"Midtfield","physique":{"height":"194","weight":"84"}},{"team":"FC Midtjylland","country":"Nigeria","flag":"Nigeria","name":"Oluwafemi Ajilore","age":30,"yearOfBith":1984,"position":"Midtfield","physique":{"height":"182","weight":"73"}},{"team":"FC Midtjylland","country":"Denmark","flag":"Denmark","name":"Jim Larsen","age":29,"yearOfBith":1985,"position":"Defence","physique":{"height":"190","weight":"90"}},{"team":"FC Midtjylland","country":"Denmark","flag":"Denmark","name":"Jakob Poulsen","age":31,"yearOfBith":1983,"position":"Midtfield","physique":{"height":"182","weight":"75"}},{"team":"FC Midtjylland","country":"Sweden","flag":"Sweden","name":"Petter Andersson","age":29,"yearOfBith":1985,"position
@netsi1964
netsi1964 / Readme.md
Created October 20, 2018 09:43
Shortcuts for iOS 12

Shortcuts for iOS 12

This is a collection of various usefull shortcuts for iOS 12.

Choose a photo and if any location data was inside photo the Apple Maps app will be open with a marker at that location.