Skip to content

Instantly share code, notes, and snippets.

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

Helder Sepulveda heldersepu

🏠
Working from home
  • Miami metropolitan area
View GitHub Profile
@hasegawayosuke
hasegawayosuke / CustomeRule.js
Last active August 17, 2020 05:58
Hide CSS files of Fiddler tracif
// Open Fiddler and Choose "Rules" menu, click "Customize Rules..." and add this code to CustomRule.js
class Handlers
{
// ....
public static RulesOption("Hide CSS")
BindPref("fiddlerscript.rules.HideCSS")
var m_HideCSS: boolean = false;
// ....
static function OnBeforeResponse(oSession: Session) {