web-monetization-projects
web-monetization-projects copied to clipboard
Coil projects that use Web Monetization. Primarily Coil's browser extension and related WM polyfills.
Note this a different approach to https://github.com/coilhq/web-monetization-projects/pull/1910, as suggested in the comments by @sublimator https://github.com/coilhq/web-monetization-projects/pull/1910#discussion_r633034791 This PR proposes the addition of the `Accept-Monetization` header which follows the Content Negotiation pattern...
Could it be backend related ? Never saw these until recent months
I am integrating Coil and web monetization into a [Nuxt.js / FastAPI stack](https://github.com/whythawk/full-stack-fastapi-postgresql). I've been following Coil's documentation from [API](https://help.coil.com/docs/dev/get-oauth-auth/) through to [Script](https://help.coil.com/docs/dev/oauth-web-monetization-script). Last step is to pass the generated...
I had a (staging) extension stuck in a state with its `user` field ``` {"id":"ckkh3l0mw1kjj0798ch748p5i","fullName":null,"customerId":"cus_IqKQzSxuDjooG7","subscription":{"active":false,"endDate":"2021-08-28T00:00:00.000Z","trialEndDate":"2021-07-28T16:55:05.155Z"},"currencyPreferences":null} ``` (note the `active: false` despite a future `endDate`). cc: @njlie @sublimator
> Have you ever noticed that when chrome is first started (restoring an old session) that it starts paying to a monetized tab, even if the monetized tab isn't the...
Service Workers no longer have a window object / "page" Will need a different auth mechanism ? Perhaps SiteToken#retrieveTabs https://github.com/coilhq/web-monetization-projects/blob/de397402d54e594c45811bb33d8edc803cb3980b/packages/coil-extension/src/background/services/SiteToken.ts#L26-L38 But is tabs.executeScript deprecated ? A suitable replacement provide?
> It seems to work fine, but closing the app requires relogging in to the extension. Also the Coil logo is always highlighted - not sure if that's because it's...
Useful when trying to find when a regression was introduced.
1. Go to a monetized site 2. Open the popup 3. Click on "about" menu item which will navigate to https://coil.com/about The popup is still showing as if it's still...