Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BUZZARDGTA committed Jun 14, 2024
1 parent f7f93cc commit 605cb01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions revealSocialClubId.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name Reveal R* SCID (RID) on Social Club Profile Page
// @namespace Violentmonkey Scripts
// @version 1.1.0
// @version 1.1.1
// @description Adds SCID (RID) to the Social Club profile page, compatible with 2Take1 "Fake Friends" (name:SCID) feature, for easy copy and paste into the "Scid.cfg" file.
// @author IB_U_Z_Z_A_R_Dl
// @match *://socialclub.rockstargames.com/member/*
Expand Down Expand Up @@ -69,13 +69,13 @@
element,
`
<p>
Social Club ID (RID/SSID):
Social Club ID (SCID/RID):
<br>
${scId}
</p>
<hr>
<p>
2Take1 "Fake Friends" (name:SSID to hex):
2Take1 "Fake Friends" (name:SCID to hex):
<br>
${username}:${scHexId}
</p>
Expand Down

0 comments on commit 605cb01

Please sign in to comment.