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.
이 스크립트의 모든 버전입니다. 코드가 바뀐 버전만 보기
Inspired from Oracle Unplugged of Oracle Broadcasting Radio Network
Add monkey menu items using GM.registerMenuCommand
Remove // @require https://unpkg.com/[email protected]/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