Skip to content

Instantly share code, notes, and snippets.

View btaillon-coveo's full-sized avatar

Benjamin Taillon btaillon-coveo

  • Coveo
View GitHub Profile
@btaillon-coveo
btaillon-coveo / get-result-source.user.js
Last active March 10, 2022 15:47
Tempermonkey Script - Get result source
// ==UserScript==
// @name Get result source
// @description gets the source of a result.
// @namespace https://github.com/btaillon
// @updateURL https://gist.githubusercontent.com/btaillon/af627d1206dd5c687825f9a9b3cc04a5/raw/get-result-source.user.js
// @downloadURL https://gist.githubusercontent.com/btaillon/af627d1206dd5c687825f9a9b3cc04a5/raw/get-result-source.user.js
// @supportURL https://gist.githubusercontent.com/btaillon/af627d1206dd5c687825f9a9b3cc04a5
// @version 0.2
// @author btaillon
// @match *://*/*
@btaillon-coveo
btaillon-coveo / atomic-result-quickview.tsx
Created August 12, 2021 20:17
atomic-result-quickview
import {Component, State, h, Element, Prop} from '@stencil/core';
import {
Result,
buildQuickview,
QuickviewState,
Quickview,
} from '@coveo/headless';
import {ResultContext} from '../../result-template-components/result-template-decorators';
import {
Bindings,