mirror of
https://github.com/davegallant/rfd-redirect-stripper.git
synced 2025-08-05 16:23:40 +00:00
Add calendar versioning to gomplate (#33)
* Use calendar versioning for the Tampermonkey script * Apply automatic changes
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
// @match *://forums.redflagdeals.com/*
|
||||
// @namespace http://tampermonkey.net/
|
||||
// @updateURL https://raw.githubusercontent.com/davegallant/rfd-redirect-stripper/main/script.js
|
||||
// @version 0.0.1
|
||||
// @version 2024-07-27
|
||||
// ==/UserScript==
|
||||
|
||||
(function() {
|
||||
|
@@ -7,7 +7,7 @@
|
||||
// @match *://forums.redflagdeals.com/*
|
||||
// @namespace http://tampermonkey.net/
|
||||
// @updateURL https://raw.githubusercontent.com/davegallant/rfd-redirect-stripper/main/script.js
|
||||
// @version 0.0.1
|
||||
// @version {{ (time.Now).Format "2006-01-02" }}
|
||||
// ==/UserScript==
|
||||
|
||||
(function() {
|
||||
|
Reference in New Issue
Block a user