Skip to content

Commit

Permalink
chore: add headers
Browse files Browse the repository at this point in the history
  • Loading branch information
authorisation committed Jan 3, 2024
1 parent 0520435 commit b51d2cc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions snapenhance.user.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
// ==UserScript==
// @name SnapEnhance Web
// @namespace snapenhance-web
// @description A userscript to Enhance the User experience on Snapchat Web
// @version 1.0.1
// @version 1.0.2
// @author SnapEnhance
// @source https://github.com/SnapEnhance/web/
// @license GPL-3.0-only
// @supportURL https://github.com/SnapEnhance/web/issues
// @match *://web.snapchat.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=snapchat.com
// @grant unsafeWindow
// @run-at document-start
// ==/UserScript==

(function (window: any) {
function simpleHook(object: any, name: string, proxy: Function) {
const old = object[name];
Expand Down

0 comments on commit b51d2cc

Please sign in to comment.