I hereby claim:
- I am LucasLarson on github.
- I am lucaslarson (https://keybase.io/lucaslarson) on keybase.
- I have a public key whose fingerprint is 12B3 EE07 0B60 1C46 EBF7 0EAC 3DE2 E0C3 C34F EFC7
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| // 3rd party brand colors - find more at brandcolors.net | |
| $color-twitter : #55acee; | |
| $color-facebook : #3b5998; | |
| $color-youtube : #cd201f; | |
| $color-pinterest : #bd081c; | |
| $color-instagram : #e4405f; | |
| $color-whatsapp : #25D366; | |
| .socialCTA { | |
| background-color: rgba(#fff, .2); |
| Verifying my identity on Peepeth.com 0x2b4ffc87584f860a17ec7f143819d18c6df81f39 |
| #-------------------\ | |
| # | | |
| # MIPS MARS Bitmap | | |
| # | | |
| # Lucas Larson | | |
| # 2019-03-26 | | |
| # | | |
| # # # # # # # # # # / | |
| .data |
| <?php | |
| /** | |
| * @author Dave LaRonde | |
| * @author Lucas Larson | |
| * @link https://gist.github.com/phpdave/24d879514e7411047267 | |
| */ | |
| // Content Security Protocol (CSP) works only in modern browsers Chrome ≥25, | |
| // Firefox ≥23, Safari ≥7 |
| /** | |
| * ASCIIfy–Hexify bookmarklet | |
| * v.92 | |
| * | |
| * Authors: Lucas Larson, 2017 | |
| * Steve Kangas, 1998 | |
| * | |
| * Description: This is the JavaScript behind a bookmarklet to obtain the | |
| * ASCII₁₀ value and hexadecimal value of any single character. | |
| * |
| /** | |
| * www± | |
| * v. 0.1 | |
| * | |
| * Description: This is the JavaScript behind a bookmarklet to move back and | |
| * forth between the 𝚠𝚠𝚠 and 𝚗𝚘-𝚠𝚠𝚠 versions of a | |
| * website’s URI. | |
| * | |
| * Installation: See bottom | |
| * |
| // C++ includes used for precompiling -*- C++ -*- | |
| // Copyright (C) 2003-2020 Free Software Foundation, Inc. | |
| // | |
| // This file is part of the GNU ISO C++ Library. This library is free | |
| // software; you can redistribute it and/or modify it under the | |
| // terms of the GNU General Public License as published by the | |
| // Free Software Foundation; either version 3, or (at your option) | |
| // any later version. |
| window.dataLayer = window.dataLayer || [] | |
| function gtag () { | |
| window.dataLayer.push(arguments) | |
| } | |
| gtag( | |
| 'js', | |
| new Date() | |
| ) | |
| gtag( | |
| 'config', |
| The UK Web Archive’s recommended bookmarklet no longer works because it escapes the referer’s address. | |
| Then in 2020, they stopped serving their site over HTTPS (!). | |
| Use this code instead as your bookmarklet’s address: | |
| javascript:/* eslint-env browser */location.href='http://webarchive.org.uk/mementos/search/'+location.href |