A collection of commands that change the Arc Browser icon on macOS.
| Theme | Command |
|---|---|
| Candy Arc | defaults write company.thebrowser.Browser currentAppIconName candy |
| curl -I -X OPTIONS \ | |
| -H "Origin: http://EXAMPLE.COM" \ | |
| -H 'Access-Control-Request-Method: GET' \ | |
| http://EXAMPLE.COM/SOMETHING 2>&1 | grep 'Access-Control-Allow-Origin' |
| module.exports = { | |
| "env": { | |
| "browser": true, | |
| "es6": true, | |
| "node": true | |
| }, | |
| "extends": "standard", | |
| "plugins": [ | |
| "standard", | |
| "promise" |
| // ==UserScript== | |
| // @name TweetDeck Paste Image | |
| // @namespace gaeulbyul.userscript | |
| // @description 트윗덱에 클립보드 붙여넣기(Ctrl-V)로 이미지를 업로드하는 기능을 추가한다. | |
| // @author Gaeulbyul | |
| // @license WTFPL | |
| // @include https://tweetdeck.twitter.com/ | |
| // @version 0.3b3 | |
| // @run-at document-end | |
| // @grant none |
| { | |
| "default_rank": "Player", | |
| "ranks": { | |
| "Player": { | |
| "parent": "", | |
| "color": "white", | |
| "prefix": "", | |
| "badge": "", | |
| "permissions": [ | |
| "-ftbu.display.admin_info", |