mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 00:13:02 +05:00
change logo and author name
to differentiate the script from the original one
This commit is contained in:
parent
a94e444ac7
commit
89a9f2e2a8
3 changed files with 6 additions and 4 deletions
|
@ -48,6 +48,8 @@ def modify_script_extra(file_path):
|
|||
|
||||
#Change title
|
||||
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
|
||||
content = content.replace("https://update.greasyfork.org/scripts/431691/Bypass%20All%20Shortlinks.user.js",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// @name Bypass All Shortlinks Debloated
|
||||
// @namespace Violentmonkey Scripts
|
||||
// @run-at document-start
|
||||
// @author Bloggerpemula
|
||||
// @author Amm0ni4
|
||||
// @version 91.3
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
|
@ -10,7 +10,7 @@
|
|||
// @grant GM_xmlhttpRequest
|
||||
// @grant window.onurlchange
|
||||
// @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
|
||||
// @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/*
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// @name Bypass All Shortlinks Debloated
|
||||
// @namespace Violentmonkey Scripts
|
||||
// @run-at document-start
|
||||
// @author Bloggerpemula
|
||||
// @author Amm0ni4
|
||||
// @version 91.3
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
|
@ -10,7 +10,7 @@
|
|||
// @grant GM_xmlhttpRequest
|
||||
// @grant window.onurlchange
|
||||
// @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
|
||||
// @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/*
|
||||
|
|
Loading…
Reference in a new issue