This file contains 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
# hides engage-y modules from the rightmost sidebar | |
twitter.com##[data-testid="sidebarColumn"] div[aria-label] | |
twitter.com##[data-testid="sidebarColumn"] div:has(> aside[aria-label]) | |
x.com##[data-testid="sidebarColumn"] div[aria-label] | |
x.com##[data-testid="sidebarColumn"] div:has(> aside[aria-label]) | |
# hides promoted tweets | |
twitter.com##article :has(svg[d="M20.75 2H3.25C2.007 2 1 3.007 1 4.25v15.5C1 20.993 2.007 22 3.25 22h17.5c1.243 0 2.25-1.007 2.25-2.25V4.25C23 3.007 21.993 2 20.75 2zM17.5 13.504c0 .483-.392.875-.875.875s-.875-.393-.875-.876V9.967l-7.547 7.546c-.17.17-.395.256-.62.256s-.447-.086-.618-.257c-.342-.342-.342-.896 0-1.237l7.547-7.547h-3.54c-.482 0-.874-.393-.874-.876s.392-.875.875-.875h5.65c.483 0 .875.39.875.874v5.65z"]) | |
x.com##article :has(svg[d="M20.75 2H3.25C2.007 2 1 3.007 1 4.25v15.5C1 20.993 2.007 22 3.25 22h17.5c1.243 0 2.25-1.007 2.25-2.25V4.25C23 3.007 21.993 2 20.75 2zM17.5 13.504c0 .483-.392.875-.875.875s-.875-.393-.875-.876V9.967l-7.547 7.546c-.17.17-.395.256-.62.256s-.447-.086-.6 |
This file contains 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
{ | |
"slug": "punk-hardcore-photos-sunday-matinee", | |
"byline": [ | |
{ | |
"names": [ | |
{ | |
"twitter": "", | |
"facebook": "", | |
"name": "Caryn Rose", | |
"instagram": "", |
This file contains 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
[64290:1024/082914.178063:INFO:CONSOLE(83)] "Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'self' https://*.vscode-cdn.net 'nonce-icgVV3j6VgF5uX05ewOoIA==' 'unsafe-hashes' 'sha256-zCS+ubUbQ2s89oA2fBkOFRlQUjbq1DjjsiGY9OlmDMk=' 'sha256-0oUKC05+rMUna2WV/1dh4gYJXRAMAEtVgf+n8LpKnfE='". Either the 'unsafe-inline' keyword, a hash ('sha256-TMLnGHcHuaP1IGfOIlow4y9VuEmkzaBSGhTQHF7CzWM='), or a nonce ('nonce-...') is required to enable inline execution. | |
", source: https://file+.vscode-resource.vscode-cdn.net/tmp/code-git-lens-extensions/eamodio.gitlens-13.0.3/dist/webviews/settings.js (83) |
This file contains 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
**/node_modules/** | |
**/.git/** | |
**/dist/** |
This file contains 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 { babel, css } from '@nymag/configs/webpack/loaders/index.js' | |
import { | |
client, | |
development as developmentEnvironment, | |
} from '@nymag/configs/webpack/environments/index.js' | |
import { | |
context, | |
entrypoints, | |
resolveExtensions, | |
resolveModules, |
This file contains 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
require 'active_support/all' | |
map_recircs = {} | |
map_venues = {} | |
average_recirc = 0 | |
MapStack.all.each do |map| | |
next unless map.map_cards.present? | |
title = map.title.parameterize(separator: '_').to_sym |
This file contains 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
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ⭑ Approach Two ⭑ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // | |
// ~~~~~~~~~~~~~~~~~~~~~ Component Components Component ~~~~~~~~~~~~~~~~~~~~~ // | |
/** | |
* Our package exposes a number of React components purpose-dedicated to | |
* building a map; the downstream app composes the React components we expose. | |
* The Unison component, not our code, would call ReactDOM::render. This is the | |
* pattern one normally sees with React libraries. | |
*/ | |
import { MapsStack, Map, Pin } from '@voxmedia/maps-ui' |
This file contains 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
{ | |
"timeStamp": 1644729994336, | |
"version": "1.41.1b0", | |
"userSettings": { | |
"cloudStorageEnabled": true, | |
"externalLists": "https://abp.oisd.nl/\nhttps://gist.githubusercontent.com/beep/9d78b409c54dd33d6722c0ed5e45c8b2/raw/aa29bd8c9e5d721f4855dad24b4e6adbe1f10ff3/ublock-twitterneue.txt\nhttps://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/experimental.txt\nhttps://s3.amazonaws.com/lists.disconnect.me/simple_malvertising.txt", | |
"firewallPaneMinimized": false, | |
"hyperlinkAuditingDisabled": false, | |
"importedLists": [ | |
"https://abp.oisd.nl/", |
This file contains 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
################################################################################ | |
# This Dockerfile was generated from the template at distribution/src/docker/Dockerfile | |
# | |
# Beginning of multi stage Dockerfile | |
################################################################################ | |
################################################################################ | |
# Build stage 0 `builder`: | |
# Extract elasticsearch artifact | |
# Install required plugins |
This file contains 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
# | |
# Defines Git aliases. | |
# | |
# Authors: | |
# Sorin Ionescu <[email protected]> | |
# | |
# | |
# Settings | |
# |
NewerOlder