尊重他人權利。僅可張貼不包含毀謗、不雅、具攻擊性或者不適當的內容或者連結,與由GTA提供或者GTA遊戲中的內容和所有財產,或者(2)您自己的原創作品,且未侵犯或破壞第三方之權利,其中包含但不限於,智慧財產權、商標或者包裝,或者公共/隱私權。GTA 生效。

注意:不要加重复,性感和极端主义材料。适度需要一定的时间(不超过24小时)。尝试寻找重复检查。
如何分享 EA 徽章
  1. 登入 BF4 Battlelog
  2. 進入 [自訂徽章] 頁面
  3. 選擇欲輸出的徽章。
  4. 開啟瀏覽器控制台 (Chrome:Ctrl-Shift-J、Firefox:Ctrl-Shift-K、Opera:Ctrl-Shift-I、IE:F12)。
  5. 輸入以下代碼片段,將原始的徽章資料複製到剪貼簿:

    Battlefield 1:
    var request=new XMLHttpRequest;request.open("POST","https://companion-api.battlefield.com/jsonrpc/web/api?Emblems.fetchPrivateEmblem",!0),request.onreadystatechange=function(){if(request.readyState==XMLHttpRequest.DONE){var e=JSON.parse(request.responseText);if(e.result){document.body.innerHTML='<h1>Copy that code:</h1><textarea style="width:100%;height:200px;padding:10px;">'+e.result+'</textarea>'}else{alert("Error")}}},request.setRequestHeader("Content-Type","application/json;charset=UTF-8"),request.setRequestHeader("X-GatewaySession",localStorage.gatewaySessionId);data={jsonrpc:"2.0",method:"Emblems.fetchPrivateEmblem",params:{personaId:window.location.href.split("career/")[1].split("/")[0],platform:"pc",slot:window.location.href.split("/").pop()},id:"00000000-0000-0000-0000-000000000000"},request.send(JSON.stringify(data));



    Battlefield 4, Hardline:
    copy('emblem.emblem.load('+JSON.stringify(emblem.emblem.data,null,2)+');');

    或是

    $('body').html('<pre style="color:#000;">emblem.emblem.load('+JSON.stringify(emblem.emblem.data,null,2)+');</pre>');

    顯示代碼
  6. 將複製到的文字貼到以下對應欄位。
  7. 關閉控制台。
  8. 盡情使用吧。

加入自己的徽章

作者
作者連結
名稱
代碼 *
標籤 (以半形逗點隔開)