yabs.io

Yet Another Bookmarks Service

Viewing mepage's Bookmarks


[https://github.com/githubnext/monaspace#monaspace] - - public:mepage
toread - 1 | id:1494911 -

[https://notes.pinboard.in/u:mark.page/c2df3354ae09fb3e2c10] - - public:mepage
perl, snippet - 2 | id:1494935 -

sub discord { use LWP; use HTTP::Request; use JSON; my ($_a) = @_; my ($_r); my $_msg = { 'username' => 'chsm-ext', 'content' => $_a, }; my $_json = JSON->new->allow_nonref; my $_ua = LWP::UserAgent->new; my $_req = HTTP::Request->new(POST => 'https://discord.com/api/webhooks/'.$app->{'discord'}); $_req->content_type('application/json'); $_req->header("User-Agent" => "Perl Discord HookBot"); $_req->content($_json->encode($_msg)); $_r = $_ua->request($_req); return $_r; }

With marked bookmarks
| (+) | |

Viewing 101 - 150, 50 links out of 2931 links, page: 3


Export:

JSONXMLRSS