Skip to content

Instantly share code, notes, and snippets.

View crse's full-sized avatar
🎨
open art commission!

Chris crse

🎨
open art commission!
View GitHub Profile
@missingno15
missingno15 / showroom_bot.rb
Created February 5, 2017 22:18
showroom bot
require "active_support/core_ext/numeric/time"
require "capybara"
require "capybara/poltergeist"
require "dotenv"
require "logger"
require "json"
require "pry"
Capybara.register_driver :poltergeist do |app|
Capybara::Poltergeist::Driver.new(app, {js_errors: false})
@mul14
mul14 / 00_etc-hosts.md
Last active April 29, 2025 10:10
/etc/hosts for Vimeo, Reddit, Imgur, GitHub, DigitalOcean, dll

Unblock Steam, Vimeo, Reddit, Imgur, GitHub, DigitalOcean, NPM, PayPal, dll

Saya support Internet Positif untuk memblokir porn, situs judi, dan hal-hal ilegal lainnya. Tapi pemerintah dan ISP sangat konyol karena tidak mengizinkan akses ke Vimeo, Reddit, Imgur, Netflix--yang mana bukanlah situs dengan konten utama ilegal.

Linux / BSD / macOS

Tambahkan list di bawah ke /etc/hosts.

Windows

@B-Con
B-Con / MAL-black-and-white
Last active June 3, 2023 14:43
The CSS styling for one of my custom themes on MyAnimeList.net. It is style #ID101241.
/* Copyright (c) 2013 Brad Conte ([email protected], http://myanimelist.net/profile/B-Con)
* License: http://opensource.org/licenses/MIT
* Summary: You may use, edit, and redistribute this all you want. Just keep the top two lines of this file that credit me and mention the license.
*
* This is the CSS theme for my MAL list at http://myanimelist.net/animelist/B-Con .
* They generate the HTML, I just style it. Their HTML is sometimes bizarre,
* sometimes horrible, so there are definitely some hacks.
*/
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic');