Skip to content

Instantly share code, notes, and snippets.

View pdcmoreira's full-sized avatar

Pedro Moreira pdcmoreira

  • Kenbi
  • Vila Nova de Gaia, Portugal
View GitHub Profile
@pdcmoreira
pdcmoreira / bringBackGoogleMapsButton.user.js
Last active March 20, 2024 13:36 — forked from Daan-Grashoff/google_search_maps_addon.js
Bring back the google maps button when searching on google
// ==UserScript==
// @name Google Search Results Map Link
// @namespace http://tampermonkey.net/
// @version 2024-03-20
// @description Bring google maps button back
// @author pdcmoreira
// @match https://www.google.com/*
// @match https://google.com/*
// @icon https://www.google.com/
// @grant none
@pdcmoreira
pdcmoreira / style.less
Created November 5, 2019 18:43
Toggle underline style on action icon
.action {
position: relative;
height: 30px;
&.toggled {
&::after {
content: '';
position: absolute;
bottom: -4px;
left: 50%;