blob: e445d2c4fd2bfa2ec821483e17e31c03b4bc89b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<!DOCTYPE HTML>
<html lang="en"><head>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
<title>Skip Bugzilla's process_bug.cgi</title>
<link rel="jetpack" href="skip-process-bug.js">
</head><body>
<article>
<h1>Skip Bugzilla's process_bug.cgi</h1>
<p>
When you update anything on Bugzilla, you're left on process_bug.cgi, a
POSTed page. This sucks. <code>POST</code> is for data,
<code>GET</code> is for web pages.
</p>
<p>
When process_bug.cgi is detected, document.location is changed to the
bug's real location and any email notifications are shown with
<code>jetpack.notifications</code>.
</p>
<p>
This jetpack uses some terrible screen scraping that's likely to break,
but I'll probably fix it quickly since I'm on bugzilla every day.
</p>
</article>
</body></html>
|