Skip to content

Commit

Permalink
fix: dont execute userscript on internal files
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd committed Apr 14, 2024
1 parent 14e5f55 commit 61b33f1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ export default defineConfig({
...config,
entry: ["src/fancade-plus.user.ts"],
tsconfig: "src/tsconfig.json",
loader: {
".css": "text",
},
loader: {
".css": "text",
},
banner: {
js: `
// ==UserScript==
// @name Fancade Plus
// @namespace https://play.fancade.com
// @match https://play.fancade.com/*
// @exclude https://play.fancade.com/webapp/*
// @author Bricked
// @license MIT
// @description Makes Fancade Web more accessible on mobile.
Expand Down

0 comments on commit 61b33f1

Please sign in to comment.