I hereby claim:
- I am pjamar on github.
- I am xamar (https://keybase.io/xamar) on keybase.
- I have a public key ASCRKtsvioVDicaraEFcMs_dialvZzjPFXYn9o3QFuPDJgo
To claim this, I am signing this object:
### Keybase proof | |
I hereby claim: | |
* I am pjamar on github. | |
* I am xamar (https://keybase.io/xamar) on keybase. | |
* I have a public key ASDqFnZruvuvgZoK7TVZTYlTcknH3l40pqx7tMBksN6Ibwo | |
To claim this, I am signing this object: |
// bookmarklet-title: ReaderFull | |
// bookmarklet-about: Mozilla's readability (https://github.com/mozilla/readability) replacing page content. | |
import { Readability } from 'https://esm.sh/@mozilla/readability'; | |
// Create a reader instance and parse the current document | |
const reader = new Readability(document.cloneNode(true)).parse(); | |
// Create the new content | |
const content = ` |
I hereby claim:
To claim this, I am signing this object:
Make Sandstorm and other web server coexist in the same port while keeping HTTPS encryption.
The purpose of this tutorial is to set up SNI Proxy so it’s possible to use Sandstorm verified SSL encryption while coexisting with another web server that also uses SSL.
The main reason is to allow other users to connect with your Sandstorm instance in the standard HTTPS port (443) and keep using that port also for any other web apps.
<link rel="import" href="../core-scaffold/core-scaffold.html"> | |
<link rel="import" href="../core-header-panel/core-header-panel.html"> | |
<link rel="import" href="../core-menu/core-menu.html"> | |
<link rel="import" href="../core-item/core-item.html"> | |
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-menu/core-submenu.html"> | |
<link rel="import" href="../google-map/google-map.html"> | |
<polymer-element name="my-element"> |
<link rel="import" href="../components/polymer/polymer.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
#core_scaffold { | |
position: absolute; | |
top: 0px; | |
right: 0px; |
<link rel="import" href="../components/polymer/polymer.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
#core_scaffold { | |
position: absolute; | |
top: 0px; | |
right: 0px; |
<link rel="import" href="../core-scaffold/core-scaffold.html"> | |
<link rel="import" href="../core-header-panel/core-header-panel.html"> | |
<link rel="import" href="../core-menu/core-menu.html"> | |
<link rel="import" href="../core-item/core-item.html"> | |
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-menu/core-submenu.html"> | |
<link rel="import" href="../core-pages/core-pages.html"> | |
<link rel="import" href="../google-map/google-map.html"> |