The search on We Love Icon Fonts is a long requested issue.
To use the search, just drag'n'drop the js file (minfied or unminified) in the bookmarks bar.
You can watch an installation video here: https://vimeo.com/94447449.
| // ==UserScript== | |
| // @name Add OpenStreetMap.de Layer to OpenRailwayMap | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.3 | |
| // @description try to take over the world! | |
| // @author Felix De Montis | |
| // @match https://*.openrailwaymap.org/* | |
| // @grant none | |
| // ==/UserScript== |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>BlurHash Background</title> | |
| </head> | |
| <body> | |
| <img src="" data-src="https://unsplash.com/photos/Z6blsCKpl1I/download?w=640" data-hash="U47.Hb?@00ogaOx[tQa#4VRRxtRQRjWBafWB" height="959" width="640"> | |
| <style> |
| time | year | medal | name | country | |
|---|---|---|---|---|---|
| 12.6 | 1896 | BRONZE | Francis Lane | USA | |
| 12.6 | 1896 | BRONZE | Alajos Szokolyi | HUN | |
| 12.2 | 1896 | SILVER | Fritz Hofmann | DEU | |
| 12.0 | 1896 | GOLD | Tom Burke | USA | |
| 11.3 | 1906 | SILVER | Fay Moulton | USA | |
| 11.3 | 1906 | BRONZE | Nigel Barker | AUS | |
| 11.2 | 1906 | GOLD | Archie Hahn | USA | |
| 11.2 | 1904 | SILVER | Nate Cartmell | USA | |
| 11.2 | 1904 | BRONZE | Bill Hogenson | USA |
| i=prompt('Please write the text to cipher:'); | |
| s=prompt('Steps to shift:'); | |
| t=''; | |
| var a = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'; | |
| for (var l = 0; l < i.length; l++) { | |
| n = a.indexOf(i[l].toUpperCase()) | |
| f=100 | |
| if (n>-1) | |
| f=n+Math.floor(s) | |
| if (f > 25) |
| var alphabet = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'; | |
| function cipherText () { | |
| // leeren Text definieren | |
| var ciphered = ''; | |
| // shiftlength ist die Anzahl, um wie viel die Buchstaben verschoben sind | |
| var shiftlength = shift.value; | |
| // inputtext ist der Text in einem Textfeld, der verschlüsselt gehört |
| /* | |
| * Pure CSS aspect ratio with no spacer images or js! :) | |
| */ | |
| div.lala { | |
| width: 100%; | |
| max-width: 380px; | |
| } | |
| div.stretchy-wrapper { |
The search on We Love Icon Fonts is a long requested issue.
To use the search, just drag'n'drop the js file (minfied or unminified) in the bookmarks bar.
You can watch an installation video here: https://vimeo.com/94447449.
I hereby claim:
To claim this, I am signing this object:
Run this command to get a view of the parent directory on 0.0.0.0:1337:
$ node fileserver.js 1337 '../'