Last active
May 11, 2024 06:23
-
-
Save unstabler/6def68f38e0cc86ae454d62bcc89ee20 to your computer and use it in GitHub Desktop.
Revisions
-
unstabler revised this gist
May 11, 2024 . 2 changed files with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,14 +8,14 @@ * * 이 CSS 코드 조각은 '신 포도 이론'의 부정적 사고 방식을 배제하도록 돕습니다. * * 저희는 실제로 상기 사유로 지원자 수가 낮은 프로젝트 위주로 지원하고 있는데, 이런 프로젝트들은 대체로 C++/Linux 프로그램이거나 비교적 로우 레벨의 작업입니다. * 문제는 사내에서 이런 기술 스택의 작업이 가능한 사람은 실질 저 뿐이기 때문에 웹/앱 개발 위주로 하는 나머지 직원들이 붕 뜨게 된다는 문제가 있습니다. */ /** '프로젝트 찾기' 페이지에서 지원자 수와 코멘트 수, 관심 프로젝트 등록 수를 제거한다 */ section.proposal-and-client-info > div.proposal-info, section.proposal-and-client-info > div.minor-info { display: none !important; } This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ wishket-blackbox.css - IT 아웃소싱 서비스 '위시켓'에서 지원자 수 이 CSS 코드 조각은 '신 포도 이론'의 부정적 사고 방식을 배제하도록 돕습니다. 저희는 실제로 상기 사유로 지원자 수가 낮은 프로젝트 위주로 지원하고 있는데, 이런 프로젝트들은 대체로 C++/Linux 프로그램이거나 비교적 로우 레벨의 작업입니다. 문제는 사내에서 이런 기술 스택의 작업이 가능한 사람은 실질 저 뿐이기 때문에 웹/앱 개발 위주로 하는 나머지 직원들이 붕 뜨게 된다는 문제가 있습니다. # INSTALLATION -
unstabler created this gist
May 11, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,30 @@ /** * # NAME * wishket-blackbox.css - IT 아웃소싱 서비스 '위시켓'에서 지원자 수 표시를 제거합니다 * * # DESCRIPTION * * > '아, 저 프로젝트는 지원자 수가 많으니까 우리가 지원해도 어차피 떨어질거야' * * 이 CSS 코드 조각은 '신 포도 이론'의 부정적 사고 방식을 배제하도록 돕습니다. * * 저희는 실제로 상기 사우로 지원자 수가 낮은 프로젝트 위주로 지원하고 있는데, 이런 프로젝트들은 대체로 C++/Linux 프로그램이거나 비교적 로우 레벨의 작업입니다. * 문제는 사내에서 이런 기술 스택의 작업이 가능한 사람은 실질 저 뿐이기 때문에 웹/앱 개발 위주로 하는 나머지 직원들이 붕 뜨게 된다는 문제가 있습니다. */ /** '프로젝트 찾기' 페이지에서 지원자 수와 코멘트 수, 관심 프로젝트 등록 수를 제거한다 */ div.proposal-and-client-info > div.proposal-info, div.proposal-and-client-info > div.minor-info { display: none !important; } /** '프로젝트 상세' 페이지에서 지원자 수를 제거한다 */ div.project-condition-box.project-applicant { display: none !important; } /** '프로젝트 상세' 페이지에서 코멘트 수, 관심 프로젝트 등록 수를 제거한다 */ div.project-popularity-info { display: none !important; } This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ # NAME wishket-blackbox.css - IT 아웃소싱 서비스 '위시켓'에서 지원자 수 표시를 제거합니다 # DESCRIPTION > '아, 저 프로젝트는 지원자 수가 많으니까 우리가 지원해도 어차피 떨어질거야' 이 CSS 코드 조각은 '신 포도 이론'의 부정적 사고 방식을 배제하도록 돕습니다. 저희는 실제로 상기 사우로 지원자 수가 낮은 프로젝트 위주로 지원하고 있는데, 이런 프로젝트들은 대체로 C++/Linux 프로그램이거나 비교적 로우 레벨의 작업입니다. 문제는 사내에서 이런 기술 스택의 작업이 가능한 사람은 실질 저 뿐이기 때문에 웹/앱 개발 위주로 하는 나머지 직원들이 붕 뜨게 된다는 문제가 있습니다. # INSTALLATION - Stylus 등의 CSS 인젝션이 가능한 브라우저 확장을 설치하고, 동봉된 CSS 파일을 추가하십시오. - 도메인 설정이 필요한 경우, 아래 리스트를 참고하십시오. - `wishket.com` - `www.wishket.com`