Skip to content

Instantly share code, notes, and snippets.

@ahbanavi
ahbanavi / amozeshyar_bypass_igap.user.js
Created February 20, 2021 11:05
Bypass Amozeshyar iGap code
// ==UserScript==
// @name Amozeshyar Bypass iGap
// @version 1
// @description Bypass Amozeshyar iGap code
// @author Yedoost
// @match http://stdn.iau.ac.ir/Student/captchaProcess
// @match http://stdn.iau.ac.ir/Student/manageAccount
// @grant none
// ==/UserScript==
@arashm
arashm / radiojavan.rb
Last active April 22, 2022 20:03
Fetch download links of RadioJavan Playlists
#!/usr/bin/env ruby
# gem install mechanize
require 'mechanize'
abort "Usage:\n\tradiojavan.rb \"https://www.radiojavan.com/playlists/playlist/mp3/02596ef9986a\" output_txt" if ARGV.size < 2
playlist_url = ARGV[0]
output_file = ARGV[1]
HOST = 'https://www.radiojavan.com'
@rezb
rezb / devise.fa.yml
Created April 23, 2011 22:34
Persian (fa) translations for Devise (https://github.com/plataformatec/devise/wiki/I18n)
fa:
errors:
messages:
expired: 'منقضی شده، لطفا درخواست جدید بدهید'
not_found: 'یافت نشد'
already_confirmed: 'قبلا تایید شده، لطفا وارد شوید'
not_locked: 'قفل نشده است'
not_saved:
one: '۱ خطا جلوی ذخیره %{resource} را گرفت:'
other: '%{count} خطا جلوی ذخیره این %{resource} را گرفت:'