change logo and author name

to differentiate the script from the original one
This commit is contained in:
Amm0ni4 2024-02-22 17:38:36 +01:00
parent a94e444ac7
commit 89a9f2e2a8
3 changed files with 6 additions and 4 deletions

View file

@ -48,6 +48,8 @@ def modify_script_extra(file_path):
#Change title #Change title
content = content.replace("// @name Bypass All Shortlinks", "// @name Bypass All Shortlinks Debloated") content = content.replace("// @name Bypass All Shortlinks", "// @name Bypass All Shortlinks Debloated")
content = content.replace("https://i.ibb.co/qgr0H1n/BASS-Blogger-Pemula.png", "https://cdn-icons-png.flaticon.com/512/14025/14025295.png")
content = content.replace("@author Bloggerpemula", "@author Amm0ni4")
#Change source URL #Change source URL
content = content.replace("https://update.greasyfork.org/scripts/431691/Bypass%20All%20Shortlinks.user.js", content = content.replace("https://update.greasyfork.org/scripts/431691/Bypass%20All%20Shortlinks.user.js",

View file

@ -2,7 +2,7 @@
// @name Bypass All Shortlinks Debloated // @name Bypass All Shortlinks Debloated
// @namespace Violentmonkey Scripts // @namespace Violentmonkey Scripts
// @run-at document-start // @run-at document-start
// @author Bloggerpemula // @author Amm0ni4
// @version 91.3 // @version 91.3
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
@ -10,7 +10,7 @@
// @grant GM_xmlhttpRequest // @grant GM_xmlhttpRequest
// @grant window.onurlchange // @grant window.onurlchange
// @grant GM_registerMenuCommand // @grant GM_registerMenuCommand
// @icon https://i.ibb.co/qgr0H1n/BASS-Blogger-Pemula.png // @icon https://cdn-icons-png.flaticon.com/512/14025/14025295.png
// @require https://update.greasyfork.org/scripts/439099/1203718/MonkeyConfig%20Modern%20Reloaded.js // @require https://update.greasyfork.org/scripts/439099/1203718/MonkeyConfig%20Modern%20Reloaded.js
// @description Bypass All Shortlinks Sites Automatically Skips Annoying Link Shorteners , Skip AdFly , Linkvertise and No Annoying Ads, Directly to Your Destination, and now Support Auto Downloading Your Files // @description Bypass All Shortlinks Sites Automatically Skips Annoying Link Shorteners , Skip AdFly , Linkvertise and No Annoying Ads, Directly to Your Destination, and now Support Auto Downloading Your Files
// @match *://*.earnify.pro/* // @match *://*.earnify.pro/*

View file

@ -2,7 +2,7 @@
// @name Bypass All Shortlinks Debloated // @name Bypass All Shortlinks Debloated
// @namespace Violentmonkey Scripts // @namespace Violentmonkey Scripts
// @run-at document-start // @run-at document-start
// @author Bloggerpemula // @author Amm0ni4
// @version 91.3 // @version 91.3
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
@ -10,7 +10,7 @@
// @grant GM_xmlhttpRequest // @grant GM_xmlhttpRequest
// @grant window.onurlchange // @grant window.onurlchange
// @grant GM_registerMenuCommand // @grant GM_registerMenuCommand
// @icon https://i.ibb.co/qgr0H1n/BASS-Blogger-Pemula.png // @icon https://cdn-icons-png.flaticon.com/512/14025/14025295.png
// @require https://update.greasyfork.org/scripts/439099/1203718/MonkeyConfig%20Modern%20Reloaded.js // @require https://update.greasyfork.org/scripts/439099/1203718/MonkeyConfig%20Modern%20Reloaded.js
// @description Bypass All Shortlinks Sites Automatically Skips Annoying Link Shorteners , Skip AdFly , Linkvertise and No Annoying Ads, Directly to Your Destination, and now Support Auto Downloading Your Files // @description Bypass All Shortlinks Sites Automatically Skips Annoying Link Shorteners , Skip AdFly , Linkvertise and No Annoying Ads, Directly to Your Destination, and now Support Auto Downloading Your Files
// @match *://*.earnify.pro/* // @match *://*.earnify.pro/*