Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions searchwithgyazo.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @grant GM_xmlhttpRequest
// @name Search with Gyazo
// @namespace http://tampermonkey.net/
// @version 5.0
// @version 5.1
// @description try to take over the world!
// @author You
// @match https://scrapbox.io/*
Expand Down Expand Up @@ -41,7 +41,7 @@ const GM_get = (url)=>{
</div>
<div style="flex:1">
<div class="title-with-description">${page.title}</div>
<div class="description"><span>${page.descriptions[0]}</span>
<div class="description"><span>${page.words[0]}</span>
</div>
</div>
</a>
Expand Down