Skip to content

Instantly share code, notes, and snippets.

View int-ua's full-sized avatar
🇺🇦
russia must be destroyed

Serhiy int-ua

🇺🇦
russia must be destroyed
View GitHub Profile
@Riari
Riari / userChrome.css
Last active August 16, 2021 02:57
Firefox userChrome.css
@media (-moz-proton) {
#tabbrowser-tabs {
--proton-tab-block-margin: 0;
--tab-border-radius: 0;
}
.tab-background {
box-shadow: none !important;
margin: 0 !important;
}
@jonpugh
jonpugh / Breadcrumbs.php
Created May 5, 2016 00:28
Add Taxonomy Term to a Node's Breadcrumb in Drupal 8
<?php
// src/Breadcrumbs.php
namespace Drupal\modulename;
use Drupal\Core\Breadcrumb\BreadcrumbBuilderInterface;
use Drupal\Core\Routing\RouteMatchInterface;
use Drupal\Core\Breadcrumb\Breadcrumb;
use Drupal\Core\Link;
@korya
korya / Subfolder to git repo.md
Last active December 16, 2023 10:29
Convert subfolder into Git submodule