I hereby claim:
- I am backflip on github.
- I am thomasjaggi (https://keybase.io/thomasjaggi) on keybase.
- I have a public key ASDEyw1Vx5b2LER2DHbP3w_ErtZm-reb8BiNRRpKoPpYDwo
To claim this, I am signing this object:
| // Execute after manually expanding a search result | |
| javascript:(function%20()%20%7B%20const%20selectedConnection%20=%20document.querySelector(%60.printable-connection-row%20%5Baria-expanded=%22true%22%5D%60%20);%20selectedConnection%20.querySelectorAll(%60%5Bclass%5E=%22summaryWrapper%22%5D%60).forEach((item)%20=%3E%20item.click());%20selectedConnection%20.querySelectorAll(%60%5Bclass%5E=%22Component-header%22%5D,%5Bclass%5E=%22Component-footer%22%5D,%5Bclass%5E=%22ConnectionDetailsLegendSection-header%22%5D,%5Bclass%5E=%22ConnectionDetails-footer%22%5D%60).forEach((item)%20=%3E%20item.remove());%20const%20wrapper%20=%20document.createElement(%22div%22);%20wrapper.setAttribute(%22id%22,%20%22zvv-timetable%22);%20wrapper.append(selectedConnection);%20document.body.innerHTML%20=%20%22%22;%20document.body.append(wrapper);%20%7D)(); |
| <?php | |
| /** | |
| * Enable shortcodes in widgets | |
| */ | |
| add_filter('widget_text', 'do_shortcode'); | |
| /** |
| import Helper from "./Helper"; | |
| import HeaderStateHandler from "./HeaderStateHandler"; | |
| const defaults = { | |
| toggler: "#js-share-toggler", | |
| share: "#js-header-share", | |
| title: "title", | |
| facebook: "#js-share-facebook", | |
| twitter: "#js-share-twitter", | |
| linkedin: "#js-share-linkedin", |
| { | |
| "name": "load-google-maps", | |
| "version": "1.0.0", | |
| "main": ["./load-google-maps.js"], | |
| "author": "Glenn Baker & Gavin Foley", | |
| "dependencies": { | |
| "jquery": ">=1.5" | |
| }, | |
| "license": ["MIT", "GPL"], | |
| "keywords": ["Google Maps", "Async"] |
I hereby claim:
To claim this, I am signing this object:
| ;(function() { | |
| var options = { | |
| container: '.j-hgrid', | |
| column: '.cc-m-hgrid-column', | |
| cell: '.j-text', | |
| minWidth: '100px' | |
| }; | |
| function setHeights(rows) { | |
| rows.forEach(function(row) { |
| ### Summary | |
| *What is happening here?* | |
| *Link to preview* | |
| var fs = require('fs') | |
| var path = require('path') | |
| module.exports = function (grunt) { | |
| grunt.initConfig({ | |
| concat: { | |
| dist: { | |
| src: (function (file) { | |
| var fileCache = [] |
| var fs = require('fs') | |
| var path = require('path') | |
| module.exports = function (grunt) { | |
| grunt.initConfig({ | |
| concat: { | |
| dist: { | |
| src: (function (file) { | |
| var fileCache = [] |
| (function() { | |
| let total = 0, | |
| issues = [].slice.call(document.querySelectorAll('.ghx-issue-compact .ghx-inner')).map((node) => { | |
| let text = node.innerText, | |
| time = text.match(/ \[(.*)h\]/) || '', | |
| group = text.match(/^(.*?) - (.*?)/) || '', | |
| feedback = text.match(/^\[(Needs feedback)\] /) || ''; | |
| if (time) { | |
| text = text.replace(time[0], ''); |