最近搜索


没有最近搜索

Jeff Henderson's Avatar

Jeff Henderson

已加入2021年10月22日

·

最后活动2021年10月22日

关注

0

关注者

0

活动总数

2

投票

0

订阅

1

活动概览

的最新活动 Jeff Henderson

Jeff Henderson 进行了评论,

社区评论 Feedback - Ticketing system (Support)

I've written a little javascript bookmarklet that solves this problem:

Create a new bookmark in your browser called "Hide Internal Comments (Zendesk)" and then paste the javascript below into the URL field.

javascript:(function(){let comments = document.getElementsByClassName('internal_note');for (let x = 0; x < comments.length; x++) {let comment = comments[x].parentElement.parentElement;comment.style.display = 'none'}})();

After you open a printer-friendly ticket, you can click on your new bookmarklet to hide all internal comments.

查看评论 · 已于 2020年6月26日 发布 · Jeff Henderson

0

关注者

7

投票

0

评论