Skip to content

Instantly share code, notes, and snippets.

View zainulhasan's full-sized avatar
🏠
Working from home

Syed Zain Ul Hasan zainulhasan

🏠
Working from home
  • Bangkok, Thailand
View GitHub Profile
@zainulhasan
zainulhasan / jackett.md
Created February 6, 2022 17:50 — forked from wilmardo/jackett.md
Jackett add public indexers all in one go

Source: Jackett/Jackett#1576 (comment)

From the Jackett page, click the "add indexer" button so that the pop up window with the full list of indexers appears.

You'll then need to open your browser's development toolbar (in Chrome just hit F12) and go to the JavaScript Console and enter the following:

////hack to add all free indexers in Jackett
$(document).ready(function () {
	EnableAllUnconfiguredIndexersList();