| Commit message (Expand) | Author | Age | Files | Lines |
* | nop whitespace formatting change. | Yuchen Pei | 2022-04-07 | 1 | -63/+63 |
* | Fixed css issues in the panel | Ruben Rodriguez | 2019-04-29 | 1 | -2/+4 |
* | Merge branch 'master' of ssh://pagure.io/librejs | Ruben Rodriguez | 2019-04-29 | 3 | -8/+32 |
|\ |
|
| * | Merge #39 `Add permanent reload button in the popup UI (in the "whole site" i... | Ruben Rodriguez | 2019-04-29 | 2 | -3/+5 |
| |\ |
|
| | * | Add permanent reload button in the popup UI (in the "whole site" information ... | hackademix | 2019-04-08 | 2 | -3/+5 |
| * | | More consistent and efficient blacklisting. | hackademix | 2019-04-12 | 1 | -5/+10 |
| * | | Fixed UI inconsistencies when whitelisting/blacklisting through wide wildcard... | hackademix | 2019-04-08 | 3 | -4/+17 |
| * | | Subdomain wildcard support. | hackademix | 2019-03-26 | 1 | -1/+5 |
| |/ |
|
* / | Fixed width on button.toggle-source | Ruben Rodriguez | 2019-03-13 | 1 | -3/+2 |
|/ |
|
* | Fixed inline whitelisting regressions (issue #35). | hackademix | 2019-03-05 | 1 | -2/+2 |
* | Cosmetic changes to the inline code viewer toggle button. | hackademix | 2019-02-25 | 3 | -5/+24 |
* | Deduplicate inline scripts and provide widgets to show them in main UI. | hackademix | 2019-02-22 | 3 | -2/+27 |
* | Fixed regression hiding some inline scripts and global license ref from UI re... | hackademix | 2019-02-13 | 1 | -1/+1 |
* | UI: contextual view-source links for inline scripts and intrinsic events. | hackademix | 2019-02-12 | 1 | -0/+5 |
* | Mobile-friendly UI sizing in CSS. | hackademix | 2019-01-28 | 1 | -15/+19 |
* | Mobile awareness in UI panels. | hackademix | 2019-01-28 | 1 | -0/+1 |
* | Jasmine-based automated tests suite. | hackademix | 2018-10-02 | 3 | -1/+16 |
* | Initial refactoring and unhiding of contact finder / complaint UI. | hackademix | 2018-09-18 | 1 | -6/+0 |
* | Temporary hiding complain to owner feature until ready for prime time. | hackademix | 2018-09-13 | 1 | -0/+6 |
* | Brand new general settings page for white/black list management and other pre... | hackademix | 2018-09-13 | 2 | -13/+19 |
* | Refactored panel visual styles to be reused by the general settings page. | hackademix | 2018-09-13 | 5 | -46/+3 |
* | Fixes missing feedback for actions on the report UI when opened in a tab. | hackademix | 2018-09-02 | 1 | -1/+1 |
* | Fixes missing feedback on tab reload from UI panel. | hackademix | 2018-09-02 | 1 | -0/+1 |
* | Removed some debugging noise. | hackademix | 2018-08-07 | 1 | -2/+1 |
* | UI rewrite for better responsiveness, simplicity and ease of CSS styling. | hackademix | 2018-08-06 | 3 | -292/+241 |
* | Temporarily display back hidden old UI elements to demonstrate whitelisting/b... | hackademix | 2018-07-31 | 2 | -7/+6 |
* | Display actual extension version number in UI | hackademix | 2018-07-29 | 2 | -3/+5 |
* | Set dbg_print() on main_panel.js and clean default output | Ruben Rodriguez | 2018-05-11 | 1 | -2/+14 |
* | Disable whitelisted and blacklisted sections on display panel for now | Ruben Rodriguez | 2018-05-11 | 1 | -2/+2 |
* | Hide per-script action buttons until functionality works | Ruben Rodriguez | 2018-05-03 | 1 | -3/+3 |
* | Fixes to the CSS plus showing links instead of hashes | Ruben Rodriguez | 2018-04-27 | 3 | -54/+68 |
* | Moved data to seperate files | NateN1222 | 2018-03-17 | 1 | -2/+2 |
* | removed unused data, various small tweaks | NateN1222 | 2018-03-03 | 1 | -6/+4 |
* | removed debug buttons from blocked scripts display screen | NateN1222 | 2017-10-22 | 3 | -6/+5 |
* | Implemented buttons in context menu, improved options screen, added window to... | NateN1222 | 2017-09-09 | 1 | -5/+6 |
* | fixed CSS bug (button clipping for script entries) | NateN1222 | 2017-08-31 | 1 | -3/+3 |
* | Made the blacklist/whitelist/forget preference buttons in the GUI work | NateN1222 | 2017-08-30 | 1 | -3/+3 |
* | added graphical output to contact finder | NateN1222 | 2017-08-18 | 1 | -2/+0 |
* | Fixed display panel bug, imlpemented more parts of eval_test.js | NateN1222 | 2017-08-14 | 1 | -2/+9 |
* | UI improvements, started a file for the JS evaluation | NateN1222 | 2017-08-12 | 2 | -15/+32 |
* | Started to implement the buttons in the pop-up and the "open in new tab" option | NateN1222 | 2017-08-10 | 3 | -21/+45 |
* | Started contact finder, added a way to check if a domain is whitelisted in th... | NateN1222 | 2017-08-06 | 1 | -0/+1 |
* | Bumps version to 7.0 | zachwick | 2017-08-04 | 1 | -1/+1 |
* | Made the browser action UI better | NateN1222 | 2017-08-03 | 1 | -8/+5 |
* | Rewrote main_panel.js, added debugging tools, started implementing the blackl... | NateN1222 | 2017-08-02 | 2 | -62/+125 |
* | Added a way to send a message that updates the whitelisted scripts of a given... | NateN1222 | 2017-08-01 | 1 | -1/+2 |
* | UI improvements, removed ES6 'for ... of' statements | NateN1222 | 2017-08-01 | 1 | -5/+14 |
* | Changed browser action UI | NateN1222 | 2017-07-30 | 2 | -9/+7 |
* | Initial commit | NateN1222 | 2017-07-28 | 7 | -0/+380 |