2 Commits

Author SHA1 Message Date
renovate[bot]
ce05d32b63 Apply automatic changes 2025-02-20 19:36:59 +00:00
renovate[bot]
9e6977bd8d Update dependency web-ext to v8.4.0 2025-02-20 19:36:43 +00:00
3 changed files with 693 additions and 154 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: 22 node-version: 16
cache: 'npm' cache: 'npm'
cache-dependency-path: package-lock.json cache-dependency-path: package-lock.json
- run: npm ci - run: npm ci

843
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -7,7 +7,7 @@
// @match *://forums.redflagdeals.com/* // @match *://forums.redflagdeals.com/*
// @namespace http://tampermonkey.net/ // @namespace http://tampermonkey.net/
// @updateURL https://raw.githubusercontent.com/davegallant/rfd-affiliate-stripper/main/script.js // @updateURL https://raw.githubusercontent.com/davegallant/rfd-affiliate-stripper/main/script.js
// @version 2025-08-10 // @version 2025-02-20
// ==/UserScript== // ==/UserScript==
(function() { (function() {