Skip to content

Commit d7076cd

Browse files
committed
resolved
2 parents 9c297d8 + 7b2f994 commit d7076cd

File tree

6 files changed

+7
-8
lines changed

6 files changed

+7
-8
lines changed

f95/game-post-only.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// @description Display only the 1st post of a game thread. This completely removes all replies (and more) from the thread.
1313
// @homepageURL https://sleazyfork.org/en/scripts/522360-f95-game-post-only
1414
// @supportURL https://github.com/Edexal/monkey-scripts/issues
15-
// @require https://cdn.jsdelivr.net/gh/Edexaal/scripts@4714757384e8c922cdb7ce7f584013c1ba5e7c75/_lib/utility.js
15+
// @require https://cdn.jsdelivr.net/gh/Edexaal/scripts@82ae10f18698e0537297057dd47854347171a6c0/_lib/utility.js
1616
// ==/UserScript==
1717
(async () => {
1818
const labels = {

f95/latest-update-saver.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// @description Save your filters from the Latest Update Page & load them when you need it!
1414
// @homepageURL https://sleazyfork.org/en/scripts/523141-f95-latest-update-saver
1515
// @supportURL https://github.com/Edexal/monkey-scripts/issues
16-
// @require https://cdn.jsdelivr.net/gh/Edexaal/scripts@4714757384e8c922cdb7ce7f584013c1ba5e7c75/_lib/utility.js
16+
// @require https://cdn.jsdelivr.net/gh/Edexaal/scripts@82ae10f18698e0537297057dd47854347171a6c0/_lib/utility.js
1717
// ==/UserScript==
1818
(async function () {
1919
/*NOTE: F95 uses FontAwesome v5.15.4*/

f95/quick-game-templates.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
// @description Adds more action buttons to the toolbar when making a game request on f95.
1111
// @homepageURL https://sleazyfork.org/en/scripts/500283-f95-quick-game-templates
1212
// @supportURL https://github.com/Edexal/monkey-scripts/issues
13-
// @require https://cdn.jsdelivr.net/gh/Edexaal/scripts@4714757384e8c922cdb7ce7f584013c1ba5e7c75/_lib/utility.js
14-
// @require https://cdn.jsdelivr.net/gh/Edexaal/scripts@4714757384e8c922cdb7ce7f584013c1ba5e7c75/_lib/game-request-templates.js
13+
// @require https://cdn.jsdelivr.net/gh/Edexaal/scripts@82ae10f18698e0537297057dd47854347171a6c0/_lib/utility.js
14+
// @require https://cdn.jsdelivr.net/gh/Edexaal/scripts@82ae10f18698e0537297057dd47854347171a6c0/_lib/game-request-templates.js
1515
// ==/UserScript==
1616
(() => {
1717
let styleCSS = `

f95/random-bookmark-picker.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// @grant none
1111
// @homepageURL https://sleazyfork.org/en/scripts/490810-f95-random-bookmark-picker
1212
// @supportURL https://github.com/Edexal/monkey-scripts/issues
13-
// @require https://cdn.jsdelivr.net/gh/Edexaal/scripts@4714757384e8c922cdb7ce7f584013c1ba5e7c75/_lib/utility.js
13+
// @require https://cdn.jsdelivr.net/gh/Edexaal/scripts@82ae10f18698e0537297057dd47854347171a6c0/_lib/utility.js
1414
// ==/UserScript==
1515
(() => {
1616
'use strict';

f95/random-latest-update-choice.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// @description Randomly selects a resource(e.g. game,asset,animation) from the 'Latest Update' page. Just press the '?' button in the filter drawer.
1111
// @homepageURL https://sleazyfork.org/en/scripts/499998-f95-random-latest-update-choice
1212
// @supportURL https://github.com/Edexal/monkey-scripts/issues
13-
// @require https://cdn.jsdelivr.net/gh/Edexaal/scripts@4714757384e8c922cdb7ce7f584013c1ba5e7c75/_lib/utility.js
13+
// @require https://cdn.jsdelivr.net/gh/Edexaal/scripts@82ae10f18698e0537297057dd47854347171a6c0/_lib/utility.js
1414
// ==/UserScript==
1515
(() => {
1616
const LATEST_PAGE_QUERY = 'lppos';

lc/random-bookmark-picker.user.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010
// @grant none
1111
// @homepageURL https://sleazyfork.org/en/scripts/499994-lc-random-bookmark-picker
1212
// @supportURL https://github.com/Edexal/monkey-scripts/issues
13-
// @require https://cdn.jsdelivr.net/gh/Edexaal/scripts@4714757384e8c922cdb7ce7f584013c1ba5e7c75/_lib/utility.js
13+
// @require https://cdn.jsdelivr.net/gh/Edexaal/scripts@82ae10f18698e0537297057dd47854347171a6c0/_lib/utility.js
1414
// ==/UserScript==
1515
(() => {
16-
const TEST = "vs";
1716
const BOOKMARK_QUERY = 'bmpos';
1817

1918
//CSS styles

0 commit comments

Comments
 (0)