This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html> | |
| <body> | |
| <p>Local resolve (<code>selfreplacement.js</code>): <script async defer src="selfreplacement.js">#1: OKAY</script> | |
| <p>Local resolve (<code>./selfreplacement.js</code>): <script async defer src="./selfreplacement.js">#2: OKAY</script> | |
| <p>bl.ocks full: <script async defer src="https://bl.ocks.org/subzey/raw/ccd85c8c424120350157a5a4a3b9c47d/selfreplacement.js">#3: OKAY</script> | |
| <p>bl.ocks protocol-relative: <script async defer src="//bl.ocks.org/subzey/raw/ccd85c8c424120350157a5a4a3b9c47d/selfreplacement.js">#4: OKAY</script> | |
| <p>rawgit full: <script async defer src="https://rawgit.com/subzey/ccd85c8c424120350157a5a4a3b9c47d/raw/selfreplacement.js">#5: OKAY</script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html> | |
| <head> | |
| <title>jQuery 1.7.2 cache leak</title> | |
| </head> | |
| <body> | |
| <script src="https://code.jquery.com/jquery-1.7.2.min.js" crossorigin="anonymous"></script> | |
| <script> | |
| (function(){ | |
| var leaky = new function Leaky(){}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import BaseHTTPServer | |
| import io | |
| import random | |
| import time | |
| import zlib | |
| HOST_NAME = 'localhost' | |
| PORT_NUMBER = 8080 | |
| gzip = zlib.compressobj( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import t from 'some-fancy-templater'; | |
| t` | |
| <div class="container"> | |
| <h1>Ponies</h1> | |
| <${PonyList}> | |
| ${ ponies.map( | |
| ({ name, type }) => t` | |
| <${PonyItem} name="${name}" type="{type}"/> | |
| ` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Screen size debug</title> | |
| </head> | |
| <body> | |
| <script> | |
| function log(s){ | |
| var logEntry = document.createElement('pre'); | |
| logEntry.textContent = (new Date().toISOString() + ' ' + s); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html> | |
| <head> | |
| <title></title> | |
| <style> | |
| body { | |
| font: 16pt sans-serif; | |
| text-align: center; | |
| } | |
| </style> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @-moz-document url-prefix("https://jira.xtools.tv") { | |
| .ghx-swimlane.ghx-first .ghx-column[data-column-id="554"]:empty { | |
| background-image: url(https://s.tcdn.co/c5f/0a5/c5f0a53d-cec7-36d8-be42-c2e1bf5baf97/13.png); | |
| background-size: contain; | |
| background-position: 50% 20%; | |
| background-repeat: no-repeat; | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .ghx-swimlane.ghx-first .ghx-column[data-column-id="554"]:empty { | |
| background: none; | |
| } | |
| .ghx-swimlane.ghx-first .ghx-column[data-column-id="554"]:empty:before { | |
| content: ''; | |
| display: block; | |
| position: sticky; | |
| z-index: 2; | |
| top: 100%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>СПГС 2023</title> | |
| <style> | |
| html { | |
| height: 100%; | |
| background: radial-gradient(#fff, #f0f0f0 50%, #aaa) #eee; | |
| } | |
| body { |