возвращает кнопку Приступить на недоступных заданиях
toloka.yandex.ru - возвращает кнопку Приступить на недоступных заданиях by f0xss
Details
Authorf0xss
LicenseNo License
Categoryuserstyles
Created
Updated
Size526 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name toloka.yandex.ru - 13.11.2021, 08:15:54
@namespace github.com/openstyles/stylus
@version 1.0.0
@description возвращает кнопку Приступить на недоступных заданиях
@author Foxss
==/UserStyle== */
@-moz-document url("https://toloka.yandex.ru/tasks"), regexp("https://toloka.yandex.com/.*/tasks") {
.snippet_not-available .snippet__take-btn {
display: block;
}
.snippet_not-available .snippet__content {
opacity: .7;
}
}