Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: pages/modules.html

Issue 29348926: Issue 4241 - Add web.adblockbrowser.org to https://adblockplus.org/modules (Closed)
Patch Set: Re-ordered modules Created Aug. 1, 2016, 2:21 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 title=Modules 1 title=Modules
2 2
3 <head> 3 <head>
4 <style type="text/css"> 4 <style type="text/css">
5 table 5 table
6 { 6 {
7 background: white; 7 background: white;
8 border-collapse: collapse; 8 border-collapse: collapse;
9 margin-top: 20px; 9 margin-top: 20px;
10 } 10 }
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 <table id="websites"> 516 <table id="websites">
517 <tr> 517 <tr>
518 <th>{{table-header-name Name}}</th> 518 <th>{{table-header-name Name}}</th>
519 <td>Websites</td> 519 <td>Websites</td>
520 </tr> 520 </tr>
521 <tr> 521 <tr>
522 <th>{{table-header-owner Owner}}</th> 522 <th>{{table-header-owner Owner}}</th>
523 <td><a href="mailto:manvel@adblockplus.org">Manvel Saroyan</a></td> 523 <td><a href="mailto:manvel@adblockplus.org">Manvel Saroyan</a></td>
524 </tr> 524 </tr>
525 <tr> 525 <tr>
526 <th>{{table-header-peers Peer(s)}}</th>
527 <td><a href="mailto:julian@adblockplus.org">Julian Doucette</a></td>
528 </tr>
529 <tr>
526 <th>{{table-header-super-reviewer Super reviewer}}</th> 530 <th>{{table-header-super-reviewer Super reviewer}}</th>
527 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td> 531 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td>
528 </tr> 532 </tr>
529 <tr> 533 <tr>
530 <th>{{table-header-source-path Source path(s)}}</th> 534 <th>{{table-header-source-path Source path(s)}}</th>
531 <td> 535 <td>
532 <ul> 536 <ul>
533 <li> 537 <li>
534 <a href="https://hg.adblockplus.org/web.adblockplus.org">web.adblockpl us.org</a>
535 </li>
536 <li>
537 <a href="https://hg.adblockplus.org/web.eyeo.com">web.eyeo.com</a> 538 <a href="https://hg.adblockplus.org/web.eyeo.com">web.eyeo.com</a>
538 </li> 539 </li>
539 <li> 540 <li>
540 <a href="https://hg.adblockplus.org/web.acceptableads.org">web.accepta bleads.org</a> 541 <a href="https://hg.adblockplus.org/web.adblockplus.org">web.adblockpl us.org</a>
541 </li>
542 <li> 542 <li>
543 <a href="https://hg.adblockplus.org/share.adblockplus.org">share.adblo ckplus.org</a> 543 <a href="https://hg.adblockplus.org/share.adblockplus.org">share.adblo ckplus.org</a>
544 </li> 544 </li>
545 <li> 545 <li>
546 <a href="https://hg.adblockplus.org/facebook.adblockplus.me">facebook. adblockplus.me</a> 546 <a href="https://hg.adblockplus.org/facebook.adblockplus.me">facebook. adblockplus.me</a>
547 </li> 547 </li>
548 <li> 548 <li>
549 <a href="https://hg.adblockplus.org/youtube.adblockplus.me">youtube.ad blockplus.me</a> 549 <a href="https://hg.adblockplus.org/youtube.adblockplus.me">youtube.ad blockplus.me</a>
550 </li> 550 </li>
551 <li>
552 <a href="https://hg.adblockplus.org/web.adblockbrowser.org">web.adbloc kbrowser.org</a>
553 </li>
554 <li>
555 <a href="https://hg.adblockplus.org/web.acceptableads.org">web.accepta bleads.org</a>
556 </li>
551 </ul> 557 </ul>
552 </td> 558 </td>
553 </tr> 559 </tr>
554 </table> 560 </table>
555 561
556 <table id="url-fixer"> 562 <table id="url-fixer">
557 <tr> 563 <tr>
558 <th>{{table-header-name Name}}</th> 564 <th>{{table-header-name Name}}</th>
559 <td>URL Fixer</td> 565 <td>URL Fixer</td>
560 </tr> 566 </tr>
561 <tr> 567 <tr>
562 <th>{{table-header-owner Owner}}</th> 568 <th>{{table-header-owner Owner}}</th>
563 <td><a href="mailto:thomas@adblockplus.org">Thomas Greiner</a></td> 569 <td><a href="mailto:thomas@adblockplus.org">Thomas Greiner</a></td>
564 </tr> 570 </tr>
565 <tr> 571 <tr>
566 <th>{{table-header-source-path Source path(s)}}</th> 572 <th>{{table-header-source-path Source path(s)}}</th>
567 <td> 573 <td>
568 <ul> 574 <ul>
569 <li> 575 <li>
570 <a href="https://hg.adblockplus.org/urlfixer">urlfixer</a> 576 <a href="https://hg.adblockplus.org/urlfixer">urlfixer</a>
571 </li> 577 </li>
572 </ul> 578 </ul>
573 </td> 579 </td>
574 </tr> 580 </tr>
575 </table> 581 </table>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld