git clone https://github.com/socketsupply/socket.git .
powershell ./bin/install.ps1 -verbose
Set a frameless
option to true
in [window]
section in socket.ini
config file:
; Determines if the window has a title bar and border.
git clone https://github.com/socketsupply/socket.git .
powershell ./bin/install.ps1 -verbose
Set a frameless
option to true
in [window]
section in socket.ini
config file:
; Determines if the window has a title bar and border.
! hacker news dark mode | |
news.ycombinator.com##body:style(background: black) | |
news.ycombinator.com##td:style(color: #dadada !important) | |
news.ycombinator.com##table:style(background-color: #120F0D) | |
news.ycombinator.com##div.toptext:style(color: #dadada) | |
news.ycombinator.com##div.c00:style(color: #dadada !important) | |
news.ycombinator.com##a:style(color: #ffa000 !important) | |
news.ycombinator.com##span#karma:style(color: #faa000 !important) | |
news.ycombinator.com##span.pagetop:style(color: #dadada !important) | |
news.ycombinator.com##textarea:style(color: #404040 !important; background-color:black !important; ) |
// ==UserScript== | |
// @name Dark HN | |
// @match https://news.ycombinator.com/* | |
// @version 0.1 | |
// @description Simple dark mode | |
// @author You | |
// @grant none | |
// @run-at document-start | |
// ==/UserScript== |
Сайт в виде списка предметов с различным типом (ссылка, книга, медиа, название аниме, etc.), где каждый тип имеет свой набор свойств.
Пользователь может добавлять любой предмет к себе в инвентарь.
Количество ячеек инвентаря ограничено. По набору предметов можно определять тип пользователя.
Сам сайт будет представлять собой каталог информации, которую можно связывать с предметами других пользователей и с помощью поиска искать "похожие предметы" (например, похожую книгу или аниме по схожему набору свойств - совпадения).
Предметы можно выставлять на аукцион с различными запросами (к предмету другие пользователи смогут добавлять похожие по свойствам собственные предметы, чтобы в итоге сформировать супер-предмет (артефакт, вокруг которого можно строить сообщества?) - подумать...
For last years I've composed my music list by intensity of the musical composition. Here are some examples of long mixes and brief description:
#codemood_1 - usually it is an atmospheric or environment sounds, without actual music (i.e. sound of heavy rain or campfire cracking)
Игра про типы правления. Цель: познакомить игрока с социальными элементами управления, используя геймификацию.
Интерактивная периодическая таблица элементов с возможностью соединения элементов и описания того, что получилось и где используется.
Примеры: https://www.pbslearningmedia.org/resource/nvhescichemistryelements/nova-elements/ http://www.msichicago.org/play/goreact/
Визуал: https://threejs.org/examples/css3d_periodictable.html
Дополнения в плане ячеек:
// ==UserScript== | |
// @name YouTube Chat Letter Changer | |
// @description Gives a sᴘᴇᴄɪᴀʟ ᴛʀᴇᴀᴛᴍᴇɴᴛ to default font in chat window | |
// @author [SC]Smash3r | |
// @oujs:author [SC]Smash3r | |
// @namespace [email protected] | |
// @version 0.1 | |
// @include http://www.youtube.com/watch?* | |
// @include https://www.youtube.com/watch?* | |
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js |