Tested in Mac OS X: super == command
Open/Goto
- super+t: go to file
- super+ctrl+p: go to project
- super+r: go to methods
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
Posted on November 30, 2010 by briancaos http://briancaos.wordpress.com/2010/11/30/response-redirect-throws-an-thread-was-being-aborted/
Response.Redirect causes the browser to redirect to a different URL. It does so by sending a 302 – Object Moved to the browser, requesting it to do another roundtrip to the new page. Here is an example:
protected void Page_Load(object sender, EventArgs e)
{
try
| // ==UserScript== | |
| // @name el ebin bitchute downloader (cemerson update) | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description no homo | |
| // @author [email protected] (cemerson 20190516 update) | |
| // @match https://www.bitchute.com/video/* | |
| // @grant none | |
| // ==/UserScript== |