PushBullet

PushBullet API

אין להתקין סקריפט זה ישירות. זוהי ספריה עבור סקריפטים אחרים // @require https://update.greasyforks.org/scripts/418543/879740/PushBullet.js

יוצר
wdssmq
גרסה
0.0.1.20201212112405
נוצר
12-12-2020
עודכן
12-12-2020
Size
7.53 קילו-בייט
רישיון
לא זמין

alexschneider/pushbullet-js: Client side javascript pushbullet

const objPB = window.PushBullet || {};
objPB.APIKey = "o.XXXXXXXXXXXXXXXXXXXX";
objPB.isGM = true;
objPB.push("link", null, null, {title: "<your title here>", url: "<your url here>", body: "<your optional body here>"}, function(err, res) {
  if(err) {
    throw err;
  } else {
    console.log(res);
  }
});

长期地址
遇到问题?请前往 GitHub 提 Issues。