Discover gists
영어지만, 조금 더 상세하게 마크다운 사용법을 안내하고 있는
"Markdown Guide (https://www.markdownguide.org/)" 를 보시는 것을 추천합니다. ^^
아, 그리고 마크다운만으로 표현이 부족하다고 느끼신다면, HTML 태그를 활용하시는 것도 좋습니다.
| // ==UserScript== | |
| // @name Reddit-AdBlocker | |
| // @version 1.0 | |
| // @author P4STH3LL | |
| // @description Blocks Reddit ads | Made with GPT-OSS 120B | |
| // @match *://reddit.com/* | |
| // @match *://www.reddit.com/* | |
| // @match *://old.reddit.com/* | |
| // @grant none | |
| // ==/UserScript== |
To maximise your online privacy, I recommend disabling WebRTC.
WebRTC may disclose details of your network connection to websites.
Find out more and test your browser at the same time. IPLeaks
This is how you should proceed:
Helium doesn't ship with Widevine DRM out of the box because it's an ungoogled-chromium fork and does not possess a licence to include it.
So, if you try to access Netflix, Spotify, Crunchyroll or any DRM-protected content you will probably (if not certainly) experience failure.
You can fix this easily with a Widevine licensed browser that already has the Widevine files (Chrome, Opera, Edge or Brave as long as the browser use the Chromium engine) right into Helium's data folders. Since Helium scans these directories when it boots up, it'll pick them up automatically.
Here's how to proceed depending on your OS (This guide uses Brave as the reference browser, but as long as you can locate the Widevine files, it doesn't matter).
| // Converts firmware files from BIN to UF2 format before flashing. | |
| // | |
| // For more information about the UF2 firmware file format, please see: | |
| // https://github.com/Microsoft/uf2 | |
| // | |
| package main | |
| import ( | |
| "fmt" | |
| "io/ioutil" |
| param( | |
| [string]$Kurzbezeichnung, # Index 0: Akte-Kurzbezeichnung | |
| [string]$Langbezeichnung, # Index 1: Akte-Langbezeichnung | |
| [string]$Internbezeichnung, # Index 2: Akte-Internbezeichnung | |
| [string]$Datum, # Index 3: Anlagedatum | |
| [string]$Sachbearbeiter, # Index 4: Aktensachbearbeiter | |
| [string]$Referat, # Index 5: Referat | |
| [string]$Sachstand, # Index 6: Sachstand | |
| [string]$Auftraggeber, # Index 7: Anzahl Auftraggeber | |
| [string]$Aktenkennzeichen, # Index 8: Aktenkennzeichen |
| Filter | Description | Example |
|---|---|---|
| allintext | Searches for occurrences of all the keywords given. | allintext:"keyword" |
| intext | Searches for the occurrences of keywords all at once or one at a time. | intext:"keyword" |
| inurl | Searches for a URL matching one of the keywords. | inurl:"keyword" |
| allinurl | Searches for a URL matching all the keywords in the query. | allinurl:"keyword" |
| intitle | Searches for occurrences of keywords in title all or one. | intitle:"keyword" |
