Find and display links inside a bar; Type of links: chat, contact, email, geo, magnet, media documents, metalinks, podcasts, syndication feeds, torrents and userscripts and wallets.
코드가 바뀐 버전들입니다. 모든 버전 보기
Add monkey menu items using GM.registerMenuCommand
Remove // @require https://unpkg.com/js-base64@3.7.7/base64.js
Fix error Uncaught SyntaxError: Illegal return statement cause by if (document.doctype == null) return;
Uncaught SyntaxError: Illegal return statement
if (document.doctype == null) return;
Minor changes
Change icons of userscript and userstyle
Minor changes in userscript and userstyle description
Add information box (aka tooltip)
Minor fix
Display items according to user agent (as set by navigator.userAgent)
navigator.userAgent
Remove the need for eval by using JSON object
eval
Change URLs to greasyfork.org
Fix cursor indicator
Set important (i.e. !important) priority for items of CSSStyleDeclaration
!important
CSSStyleDeclaration