Adds links to pirated games on multiple stores
< 脚本Pirated games on store pages的反馈
Love this script, but it likes inputting the annoying symbols in searches, do you mind adding this to all your cases:
appName = appName.replace(/®|™/g, '');
For reference, it should look like this once you've added it:
switch (storePageResult) { case "GOG": appName = document.getElementsByClassName("productcard-basics__title")[0].textContent; appName = appName.replace(/®|™/g, ''); pirateLinks.forEach((e) => { $("button.cart-button")[0].parentElement.parentElement.append(rigGOG(e.url + appName + e.urlSpecial, e.title)) }) break; // cases for other stores... }
Keep up the great work, boss
Edit: Kinda like this icon: https://vectorified.com/images/pirate-bay-icon-28.png | Makes the script feel less bloated too.
登录(不可用)以发表回复。
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Love this script, but it likes inputting the annoying symbols in searches, do you mind adding this to all your cases:
For reference, it should look like this once you've added it:
Keep up the great work, boss
Edit: Kinda like this icon: https://vectorified.com/images/pirate-bay-icon-28.png | Makes the script feel less bloated too.