Skip to content

Instantly share code, notes, and snippets.

View zmarffy's full-sized avatar

Zeke Marffy zmarffy

  • USA
  • 18:50 (UTC -04:00)
  • Instagram zmarffy
View GitHub Profile
@zmarffy
zmarffy / Bing Video to Source Page.js
Created December 30, 2020 23:37
Redirect straight to source page when clicking on a Bing video link
// ==UserScript==
// @name Bing Video to Source Page
// @version 1.0
// @description redirect straight to source page when clicking on a Bing video link
// @author Zeke Marffy
// @match https://www.bing.com/videos/*
// @grant none
// ==/UserScript==
(function() {