Skip to content

Commit

Permalink
Greasy Fork++ | Bug Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cyfung1031 committed Dec 20, 2023
1 parent 4429f85 commit 65116e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 473830-greasyfork++.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name Greasy Fork++
// @namespace https://github.com/iFelix18
// @version 3.2.43
// @version 3.2.44
// @author CY Fung <https://greasyfork.org/users/371179> & Davide <[email protected]>
// @icon https://www.google.com/s2/favicons?domain=https://greasyfork.org
// @description Adds various features and improves the Greasy Fork experience
Expand Down Expand Up @@ -888,7 +888,7 @@ const mWindow = (() => {
}).catch((e) => {
console.debug(e);
});
const m = /^(https\:\/\/(greasyfork|sleazyfork)\.org\/[_-\w\/]*scripts\/(\d+)[-\w]*)(\/|$)/.exec(location.href)
const m = /^(https\:\/\/(greasyfork|sleazyfork)\.org\/[_-\w\/]*scripts\/(\d+)[-\w%]*)(\/|$)/.exec(location.href)
if (m && m[1]) {
const href = `${m[1]}/code`
0 && fetch(href, {
Expand Down

0 comments on commit 65116e0

Please sign in to comment.